Hi guys I have a legacy codebase with a lot og google analytics events like this? `gtag("event", "S
Hi guys I have a legacy codebase with a lot og google analytics events like this?
gtag("event", "Subscribe", { form_id: "1253" });
If I enable the Data layer compatibility mode should these be forwarded to zaraz automatically?19 Replies
Hi, I've been implementing GA4 with Zaraz and I had troubles adding Enhanced measurement events (https://support.google.com/analytics/answer/9216061?hl=en)
I tried so hard to find resources online as a guide, but no luck.
Anyone has any resource on this perhaps? If not, it would be amazing if Zaraz team could potentially create guideline on how to add Events that are by default on in GA4 when we are not using Zaraz. I know there can't always be 1:1 parity, but some best ways to implement stuff like file_download & form_start would be amazing. Before posting I saw a bunch of other questions about this in the channel, but nothing concrete outside of; you'd have to create that yourself. Thank you so much for considering!
Is support planned for UET consent mode similar to Google consent mode?
MS/Bing have started emailing regarding enforcing consent mode/signals on EEA + Swiss + UK customers.
Docs: https://help.ads.microsoft.com/apex/index/3/en/60119
Microsoft's email does not give a timeframe, it just says "Soon"
Hi Good People,
I have implemented cookie banner using zaraz. Now i want to show this banner for EU country. How can i achive this
Hello guys, is it possible to manage Zaraz through the API? Like enabling Consent manager, changing options and configuring new tools?
Possible Bug:
I've noticed that when I add a variable, the name is saved enclosed in quotes. When I edit it and save, it saves correctly. But when creating a new variable, this behavior is present.
Hello Guys,
For some of the tools (custom html) I've been noticing 400 error code and cookie too large issues. Even turning those tools off doesn't resolve it but instead deleting the complete tool gets the site back running.
What's happening here? Can anyone assist?
I'm seeing same behaviour today
Also, Google Analytics link for Google ads seems to not work as I can't add my GA4 measurement ID
Hello, anyone was able to link a Custom HTML tool that opens zaraz consent modal to the click on a button? I tried this with a trigger on the button's id, but it doesn't seem to work...
Unknown User•4mo ago
Message Not Public
Sign In & Join Server To View
Quick question about testing locally. Is there any way to test zaraz on our local servers before deploying? As of right now, I have no way of doing so as zaraz isn't loaded. I have tried the cloudflare tunnel, but to no avail. Any assistance would be great appreciated! Thank you!
Unknown User•4mo ago
Message Not Public
Sign In & Join Server To View
Regarding Google Consent Mode and Server Side Requests. If the Consent mode is stored in local storage how does Zaraz know what to send Google via events fired through the events API as the information will not be available within the cookies passed to Cloudflare via those API calls?
The reason I ask is that we setup up Google Analytics with Consent mode via Zaraz a few weeks ago and we have been pinged by Google's email systems saying that we have still not setup consent mode for this site. We are also unable to verify that consent mode is setup on the Google Ads/Analytics side. As all the verification logic seems to require either the consent information is sent directly to Google Ads (We send the data via Google Analytics) or we are using the Tag Assistant (which doesn't work with Cloudflare).
Is there a way for us to verify that Google is receiving the consent status from both our client side and servside sent events? (We have identified that the gcd parameter is being sent correctly from client side events through the debugger, but the debugger only shows client side events)
I am thinking that our server side events are not including the consent mode parameters which is why Google is still flagging us as non-compliant?
Hello, dear friend! I hope you're doing well. Regarding our subject, I have found a way to hash the data on the client side before sending it to Zaraz. This implementation seems to work well with Google Analytics, as I have received the green mark. However, the problem persists with Google Ads, specifically in the Conversions/Diagnostics section, where there is no success badge. Have you found anything relevant to this issue?
Unknown User•4mo ago
Message Not Public
Sign In & Join Server To View
Dear @yo'av the same problem here. Consent mode green on Google Analytics not recognized on Google Ads. Any hints?
are you using Zaraz Google Ads module?
yes
It wouldn't be the same as our situation then I am afraid as we send consent information for conversions to Google Ads via the Analytics integration not the Ads integration. Our Ads account was already configured to pull conversion information from Google Analytics rather than an on page tag prior to our integration of Zaraz which we have maintained with the implementation of Zaraz.
Our consent mode issue was also very specific to the HTTP Events API requests. We believe this has now been fully resolved although I am still testing this and waiting for Google to report that it is happy.