Thanos
Thanos
CDCloudflare Developers
Created by BadgeMan on 10/23/2024 in #zaraz
This is what I see at the Diagnostics
As mentioned by @ItsTobias, the previous screenshots are from one of my Google Ads accounts that are consented by google. On the websites I use Zaraz for the consent/events, none of them has been characterized as consented (like the images), even though they were previously consented before being migrated to Zaraz. This issue only applies to Google Ads, as the accounts in Google Analytics are shown as consented. However, in debug mode, even though I am accepting all in the banner, the non_personalized_ads are always set to 1 (when accepting must be 0). This may be relevant, but I am unsure. Long story short: When I check the network for Google Ads request from the page, I see two requests to Google (https://www.google.gr/pagead/ and /googleads.g.doubleclick.net/pagead/viewthroughconversion/) that have the gcd parameter (e.g. gcd=11v1v1v1v5). However, in Google Ads -> Goals -> Summary -> Diagnostics, it shows that I am unconsented. After speaking with a Google agent, they suggested that there may be an issue with the Zaraz configuration or something else about the Zaraz consent, but they were unable to provide further advice as they could not test it due to a lack of gtag and tag manager. Sorry for the long story, I hope to find something to solve that.
30 replies
CDCloudflare Developers
Created by BadgeMan on 10/23/2024 in #zaraz
This is what I see at the Diagnostics
@yo'av I apologize for not creating the thread earlier, it may have been my mistake. Would you like to continue the conversation here? There is a lot of information available.
30 replies
CDCloudflare Developers
Created by BadgeMan on 10/23/2024 in #zaraz
This is what I see at the Diagnostics
In Analytics almost the same day converting to zaraz was consented only in Google Ads lies the problem. That's the strange issue in my occasion.
30 replies
CDCloudflare Developers
Created by BadgeMan on 10/23/2024 in #zaraz
This is what I see at the Diagnostics
No description
30 replies
CDCloudflare Developers
Created by BadgeMan on 10/23/2024 in #zaraz
This is what I see at the Diagnostics
I attempted both methods and received the same outcome. Both approaches included the gcd parameter in the request to Google via the URL. Is there a particular explanation for why the website's body yields better results?
30 replies
CDCloudflare Developers
Created by BadgeMan on 10/23/2024 in #zaraz
This is what I see at the Diagnostics
I utilize a script that initially denies and then updates based on the user's preference. <script> zaraz.set("google_consent_default", { 'ad_storage' : 'denied', 'ad_user_data' : 'denied', 'ad_personalization' : 'denied', 'analytics_storage' : 'denied' }); document.addEventListener("zarazConsentChoicesUpdated", () => { var strAnalytics = zaraz.consent.get('wizf') ? 'granted' : 'denied'; var strMarketing = zaraz.consent.get('kRCU') ? 'granted' : 'denied'; zaraz.set("google_consent_update", { 'ad_storage' : strMarketing, 'ad_user_data' : strMarketing, 'ad_personalization' : strMarketing, 'analytics_storage' : strAnalytics }); }); </script>
30 replies
CDCloudflare Developers
Created by BadgeMan on 10/23/2024 in #zaraz
This is what I see at the Diagnostics
Hi there, @yo'av Would you be able to assist me in resolving the issue where I am not showing as consented in Google Ads? If you need extra info as domain, ID's etc can I DM? Thank you!!
30 replies
CDCloudflare Developers
Created by BadgeMan on 10/23/2024 in #zaraz
This is what I see at the Diagnostics
No description
30 replies
CDCloudflare Developers
Created by BadgeMan on 10/23/2024 in #zaraz
This is what I see at the Diagnostics
That’s perfect you are consented! If I may ask, for managing user consent, are you currently using the Zaraz consent banner (either the default or a custom version), or have you integrated a third-party CMP?
30 replies
CDCloudflare Developers
Created by Thanos on 9/27/2024 in #zaraz
Internal issues
I was in the tools settings and I was ready to enable the "Inlude system Properties" or the "Inlude Event Properties" field
3 replies
CDCloudflare Developers
Created by ItsTobias on 7/26/2024 in #zaraz
Regarding Google Consent Mode and Server
I never see "client side network request" in the zaraz debugger, has to do with my website implementation being SSR (I use remix.js for development)?
105 replies
CDCloudflare Developers
Created by ItsTobias on 7/26/2024 in #zaraz
Regarding Google Consent Mode and Server
That is precisely the issue. It appears that Google may have made some changes, as the consent signals are no longer being recognized and there are no indicators showing the status. I contacted Google and their representatives informed me that our implementation was not correct. They were unable to provide further assistance as we do not use Tag Manager (which I find unprofessional, but as they are the main product, all others must comply with them). @yo'av Can Cloudflare / Zaraz offer assistance in addressing these issues? The inconsistencies with the consent signal have had a significant impact on our company's strategies and have greatly affected the performance of our Google Ads campaign. So far, we have only experienced negative effects such as fewer purchases, lower income, and difficulties with targeting our campaign audience. I am unsure if I am responsible for maintaining Zaraz and its tools, or if I should revert back to using Cookiebot and Tag Manager. If Cloudflare does not plan on addressing these issues, it will be challenging to troubleshoot, verify, and upkeep.
105 replies
CDCloudflare Developers
Created by ItsTobias on 7/26/2024 in #zaraz
Regarding Google Consent Mode and Server
No description
105 replies
CDCloudflare Developers
Created by ItsTobias on 7/26/2024 in #zaraz
Regarding Google Consent Mode and Server
Can you provide a screenshot from the zaraz debugger with a clear view of the contents especially something including Google Ads; Thank you!
105 replies
CDCloudflare Developers
Created by ItsTobias on 7/26/2024 in #zaraz
Regarding Google Consent Mode and Server
Is it possible that there are more than one requests? What I mean is, is there another request for Google Analytics or another request for Google Ads? I see only one request here in my implementation.
105 replies
CDCloudflare Developers
Created by ItsTobias on 7/26/2024 in #zaraz
Regarding Google Consent Mode and Server
No description
105 replies
CDCloudflare Developers
Created by ItsTobias on 7/26/2024 in #zaraz
Regarding Google Consent Mode and Server
No description
105 replies