You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the code implementation, I'm not actually seeing any use of manager.fetch. There are only calls being done with the client.fetch API.
If I understood correctly how managed components works, this means that this doesn't actually send server side requests to google, but will simply send the requests from the browser ? I can actually see those requests being sent to google when I inspect the network tab, and the Zaraz debug tool doesn't log any server side requests being sent, only client side requests.
I know a clear documentation on how to implement a custom server side tracking for Google Ads is pretty much non-existent (I couldn't find any official resource on this, everything points to using Google Tag Manager).
So is it actually possible to do proper server side tracking for Google Ads ? Or are we doomed to keep that tracking part client side only ?
The text was updated successfully, but these errors were encountered:
Hello,
Looking at the code implementation, I'm not actually seeing any use of manager.fetch. There are only calls being done with the client.fetch API.
If I understood correctly how managed components works, this means that this doesn't actually send server side requests to google, but will simply send the requests from the browser ? I can actually see those requests being sent to google when I inspect the network tab, and the Zaraz debug tool doesn't log any server side requests being sent, only client side requests.
I know a clear documentation on how to implement a custom server side tracking for Google Ads is pretty much non-existent (I couldn't find any official resource on this, everything points to using Google Tag Manager).
So is it actually possible to do proper server side tracking for Google Ads ? Or are we doomed to keep that tracking part client side only ?
The text was updated successfully, but these errors were encountered: