Google is featuring the Google Tag Gateway
which seems pretty easy to integrate with other famous CDN’s see screenshot
Is there any plan to have documentation (at least on the fastly website) how to set this up?
I’ll pass this on to the team. Thinking out loud – implementing a Google Tag at the edge should be straightforward to implement through your Fastly service. Is that something you’d want to do in the immediate term?
Any update on this?
Curious if there is official documentation to implement this?
Google Tag Gateway does not yet have official fastly documents. However, you don’t actually need them.
It’s merely a first-party proxy configuration:
* direct a path from your domain to the border of Google’s tag gateway origin * process requests (no cache, no normalization of parameters) * Preserve host headers and TLS. * direct GTM and gtag to that first-party endpoint.
works with Compute@Edge or VCL today. It simply hasn’t been packed or documented by Fastly yet.