Edit in JSFiddle

window.RewardedVideoConfig = {
  AdTech: {  
    adtechZones: {   
      mobile: "4103", //test id
         desktop: "4102" //test id
        
    } 
  },
   HyperMx: {  
    descriptor: {   
      frameClass: "adFrame",
         adClass: "hypermx",
         width: 800,
         height: 540  
    },
      distId: "80801205", //test id
      siteId: "coolgames" 
  }
}