Hi,
I was wondering what data would be available for the tags that are triggered via the server to server setup (eg. google analytics).
Would the request headers be the same as they were send from the users browser or would that be a custom header?
The reason for this question is that I would like to know whether or not it is possible to override the referrer field in the request to for instance Google Analytics servers.
An example:
Coming from a page with url mydomain.com/privatedata?myid=secret
and landing on mydomain.com/publicpage I would typically see in the referrer the full url :mydomain.com/privatedata?myid=secret.
Would it be possible to change this referrer field either to null/empty and use the parameter in the tag request to manually specify the referrer as being mydomain.com/privatedata-obfuscated?
It basically comes down to me wanting to know if the request issued to Google Analytics will contain the same data/headers when issued from a server to server setup as when triggered directly from the browser itself?