marlaskas
Forum Replies Created
-
Forum: Plugins
In reply to: [Quantcast Choice] Google Error Code 2.1aForum: Plugins
In reply to: [Quantcast Choice] Google Error Code 2.1aMy last TCF 2.1a error log is dated on August 26 in the excel file generated by Adsense. Does the same thing happen to you?.
Forum: Plugins
In reply to: [Quantcast Choice] Google Error Code 2.1aIt seems that version 12 of Quantcast automatically blocks Adsense ads before choosing any option.
Can anyone else confirm it?
Forum: Plugins
In reply to: [Quantcast Choice] Google Error Code 2.1aRyan (@rbaronqc) Thanks for your response.
Now if you click on ‘MORE OPTIONS’ button (without touching any option) and then click on ‘AGREE’ button, the ads remain blocked.
For some reason the process does not pass the condition of Google Advertising Products consent.
if(hasGoogleAdvertisingProductsConsent) { // Insert adsbygoogle.js onto the page. insertAdsByGoogleJs();Any idea where the problem may be?.
- This reply was modified 5 years, 7 months ago by marlaskas.
Forum: Plugins
In reply to: [Quantcast Choice] Choice + Google Tag Manager (GTM) Setup & SupportThanks Ryan for this great tutorial.
Could you develop point 2 (For Google Tag Manager) on “Adding your Google Advertising Products tag to your website….”?. I don’t know how to get that tag for my website.
Forum: Plugins
In reply to: [Quantcast Choice] Google Error Code 2.1aRyan (@rbaronqc) I’m trying your example code on sierodelareina . com , but for some reason the process does not pass the condition of Purpose 1.
var hasDeviceStorageAndAccessConsent = tcdata.purpose.consents[1] || false; // Google Requires Consent for Purpose 1 if (hasDeviceStorageAndAccessConsent) {Any idea where the problem may be?.
Forum: Plugins
In reply to: [Quantcast Choice] Google Error Code 2.1a@rbaronq Could you give us more details about where to insert that script?. Thanks.