Ryan
Forum Replies Created
-
Forum: Plugins
In reply to: [Quantcast Choice] Choice + Ad Inserter Setup & Support@ibiza69 that would be great, keep us updated. As far as additional Google vendors, there is a setting in the Choice dashboard specific for additional google vendors. Go to https://www.quantcast.com/protect/sites then click the pencil icon for your domain. At the bottom of the edit page you should see these options. You can click the show partners link at the bottom to see a full list.
- This reply was modified 4 years, 2 months ago by Ryan.
Forum: Plugins
In reply to: [Quantcast Choice] Erreur Google.com 2.1a@macbook71 I’m not sure of your exact setup, but if you are directly adding Google advertise tags in code you will likely need to do something like the method I posted here, https://stackoverflow.com/questions/63440572/how-to-display-or-block-personalized-adsense-ads-based-on-consent-for-iab-tcf-v2, where you wait for consent and then add your tags once you have consent and check the values in the tcData string.
Forum: Plugins
In reply to: [Quantcast Choice] Force the re-display of quantcast for everyone@av83000 re-prompting choice for all users can be accomplished with this method:
*NOTE: Updating the vendor management feature like this will apply to all domains attached to the Universal Tag ID.
1. Go to https://www.quantcast.com/protect/vendors
2. Block any vendor, and then unblock that vendor. This will force the CMP to display again to all consumers.Forum: Plugins
In reply to: [Quantcast Choice] Quantcast does not change the choices!@av83000 Thank you for letting us know.
This bug, Rejecting all consent and then opening the popup back up and clicking on agree from the main screen re-enables all purpose consents but does not re-enable iab/non-iab vendor consents has already been logged with the product team and this bug will be fixed in the Choice v12 Release. I’ll updated here when I can get an expected release data for v12. (The Choice v12 release will not require an update on your end. You can choose your specific Choice release version from https://www.quantcast.com/protect/sites (click on the pencil). By default you will always get the latest release of Choice, unless you choose a specific version, then it will remain on that version until you update. I recommend you leave it on the option the always user the “latest” version so you automatically get updated to the latest version when releases come out.
Forum: Plugins
In reply to: [Quantcast Choice] Pop Showing to everybody@satheeshrajv The two things I would check would be http vs https (choice does not work on not https sites), but it looks like you force all traffic to https. The next thing that I would check would be the config settings to only show in UK & EAA. What happens if you choose the option to Never show the popup (same place where you choose Everyone, or UK + EAA). Other than that I might need to see it on the site to look more.
Forum: Plugins
In reply to: [Quantcast Choice] TranslationQuantcast Choice supports: English, Dutch, French, German, Italian, Spanish, Danish, Greek, Hungarian, Portuguese, Romanian, Finish, Polish, Slovak, Swedish, Russian and Norwegian. Choice can be set to auto detect the users browser language and automatically apply the correct language. Or it can be set to one specific language.
@astucesaideinfo Go to https://www.quantcast.com/protect/themes/ and create a custom theme (there you can choose a specific language, or have it auto detect the users browser language). Once you create your theme with the language settings you want you can apply that theme to your site by going here https://www.quantcast.com/protect/ and editing your site and choosing your new custom theme.
Forum: Plugins
In reply to: [Quantcast Choice] Choice + Ad Inserter Setup & Support@vsharmilee @spacetime when loading the page sharmispassions.com I still see ads in the background, when I have not yet given consent.
Also when I check the code on the page I see google scripts on the page before I have given consent. I’m not sure if there is more than 1 plugin at play adding scripts to the page but I think that this is the issue. It is my understanding that these scripts cannot be added to the page with out consent. If I look at the code without having yet given consent I see a tag for “https://pagead2.googlesyndication.com/pagead/…” and some other google ad related tags.
- This reply was modified 4 years, 2 months ago by Ryan. Reason: Linking to higher quality image to see details
Forum: Plugins
In reply to: [Quantcast Choice] Choice + Google Tag Manager (GTM) Setup & Support@wagnard In WordPress, on the Quantcast Choice plugin settings page, there is an option to “Push IAB & Non-IAB consent data to the Data Layer”. Is that set to Yes?
Forum: Plugins
In reply to: [Quantcast Choice] Choice + Google Tag Manager (GTM) Setup & Support@marlaskas @reamca I believe you would just need to replace the contents of the “demo” tag (an probably rename it) provided with a tag like this (your tag may very slightly):
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "xxxxxYOUR_IDxxxxx", enable_page_level_ads: true }); </script>
If you replace the contents of the demo tag (DEMO – Google Advertise Tag Example (DEMO ONLY – NOT A REAL TAG)) with the above this code should only be added to the page where you have proper Google consent or where GDPR does not apply.
- This reply was modified 4 years, 3 months ago by Ryan.
Forum: Plugins
In reply to: [Quantcast Choice] 65% unknown response in Quantcast ! Why ?@av83000 are you still seeing the unknown response issue or did the latest Quantcast Choice updates resolve the issue for you?
Forum: Plugins
In reply to: [Quantcast Choice] Choice + Ad Inserter Setup & Support@ibiza69 and @vsharmilee can you confirm that everything is working for you as expected using Quantcast Choice and the Ad Inserter plugin together?
Forum: Plugins
In reply to: [Quantcast Choice] Choice + Ad Inserter Setup & Support@cvrle77 If a Google tag is added to the site when there was no Google consent, yes that would cause a 1.1 error. However, it is my understanding that Ad Inserter is checking for Google consent (both purpose 1 and google) before adding the google tag as long as it is configured correctly. So even if you click agree, Ad Inserter is reading from the consent string (which is still false) and no ads should be added to the page.
I did a check of this website brzikolaci.com and regardless of my consent Choices I see ads (which will throw 2.1a and 1.1 errors). Can you confirm you are using the latest version of the Ad Inserter plugin, as there was a new version released today. Could you also confirm that you have things configured with the latest recommendations from Ad Inserter (This was also updated when the newest plugin was released) https://adinserter.pro/faq/gdpr-compliance-cookies-consent
Forum: Plugins
In reply to: [Quantcast Choice] How to test if the CMP is working?@sarangsss29 are you still seeing dashboard data issues?
Forum: Plugins
In reply to: [Quantcast Choice] Consent data interpretation@spacetime I believe the data provide above is what you were looking for. Please feel free to create a new request if I am mistaken.
Forum: Plugins
In reply to: [Quantcast Choice] google adsense display@fredvi nice work! I just tested and working as expected.