Hi,
For the creatives we create on DFP, it requires a clickthrough URL to be defined; we can't omit it. Also for third-party redirect creatives, the clickthrough URLs is set by the third-party ad network's response. I can't figure out how to disable clickthrough on the DFP side of things.
From the IMA side, we also had this in our code from a while ago, but can't find any reference to it in the API docs anymore. Does still exist, or did we have something wrong in the first place?
var adsRenderingSettings = new google.ima.AdsRenderingSettings();
adsRenderingSettings.disableClickThrough = false;
So far I'm at a loss if we can't disable it from the client side, short of masking the player and Learn More with a <div>. We're not set up for TrueView ads so "skip this ads" button doesn't seem to be a feature we need to protect.
Cheers,
Eric