Hi,
Quick question:
I'm using the exmple to disple a rewarded add in
https://developers.google.com/publisher-tag/samples/display-rewarded-ad.
It works with the exmple ad ID, but when I change the ad ID to my own ad it doesn't work.
I only changed this:
rewardedSlot = googletag.defineOutOfPageSlot( '/22639388115/rewarded_web_example', googletag.enums.OutOfPageFormat.REWARDED);
To:
rewardedSlot = googletag.defineOutOfPageSlot( '/<my-ad-ID>/<my-ad-code>', googletag.enums.OutOfPageFormat.REWARDED);
I tried both the 11 digits ad ID and also the 8 digits ad ID in the Tag generated code.
Please instruct what setting I need to use to make it work.
Regards