Forum Discussion
ldelagoutte
2 years agoGuide
The links are not on Community, but on millions of sites gathered in the Google Display Network.
So Google ads displays an ads that contains the link I mentioned, with the UTM parameters
When the user clicks on the link, he lands on Community, but Bulk API does not provide me the UTMs
I can understand that due to Referrer-Policy the query string is not appearing in the 'request.headers.referrer.url' field
But the full query is still present in the navigator window.location.href variable, so the query string could be captured and then exported in the Bulk API, for example in a new dedicated field.
That is my idea