Google (and other platforms) Display ads - do you wait for viewport before starting?

Just curious what other ad developers do as best practice. Do you use JS to check if the ad is visible before it starts playing? If so, do you run into any problems with this on different platforms?

Thanks!

Anyone got some input here? @Daniel ?

I don’t think it’s a bad idea to use viewport actions to show your ads only when they are visible, but I'm saying that as someone who has never made an ad, I've just fixed countless ads for people. The adVisible function might be more useful here: 'Enabler (Studio HTML5 SDK - JavaScript)' -- but I'm not sure if that would work for the network you're deploying on.

Another potentially relevant post: Make sure your ad is on screen (mobile app campaigns only) - Studio Help

awesome, thanks @Daniel I knew I could count on you :slight_smile: