Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about destination URL for reporting attribution source #267

Closed
tomhnzhou opened this issue Feb 29, 2024 · 2 comments
Closed

Question about destination URL for reporting attribution source #267

tomhnzhou opened this issue Feb 29, 2024 · 2 comments
Labels
attribution-reporting Issues relating to the Attribution Reporting API

Comments

@tomhnzhou
Copy link

As an ad tech, we need to register the advertiser site URL as the destination URL in the Attribution-Reporting-Register-Source header, as specified in the steps here: https://developers.google.com/privacy-sandbox/relevance/attribution-reporting/register-attribution-source#step_2_respond_with_header_clicks_and_views

However, one potential issue we face is: the advertiser site URL might be a redirect URL (i.e. user will be redirected to a different URL or domain). In that case, do we need to resolve the final destination URL ourselves and use that as destination? Or do you have another suggestion on how to handle redirect URLs? Thank you!

@tomhnzhou tomhnzhou added the attribution-reporting Issues relating to the Attribution Reporting API label Feb 29, 2024
@akashnadan
Copy link

akashnadan commented Mar 15, 2024

You could do either of the following:

  • Put the final destination URL in the destination field
  • The destination field allows up to 3 URLs, so you could put multiple URLs in that field (i.e. the initial advertiser site URL and the final URL)

Both of these ways do still require you to know the final destination URL

@apasel422
Copy link
Collaborator

Feel free to reopen if there are further questions here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
attribution-reporting Issues relating to the Attribution Reporting API
Projects
None yet
Development

No branches or pull requests

3 participants