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

Coordinating histogramIndex with delegation #34

Open
benjaminsavage opened this issue Oct 3, 2024 · 1 comment
Open

Coordinating histogramIndex with delegation #34

benjaminsavage opened this issue Oct 3, 2024 · 1 comment

Comments

@benjaminsavage
Copy link
Contributor

Assuming an advertiser has purchased ads through multiple channels, with saveImpression being called by multiple different ad-tech vendors / publishers, it may be difficult to coordinate the values of histogramIndex used across these different entities.

This could lead to unreadable results in the event that the same value of histogramIndex is used by different entities to represent different things.

To use an example:

  • Assume the advertiser would like a breakdown by channel x campaign.
  • They are running 3 campaigns through intermediary number 1.
  • They are running 5 campaigns through intermediary number 2.
  • They are running 7 campaigns through intermediary number 3.

They need to coordinate so that intermediary number 1 uses the values 0, 1 and 2 to designate their three campaigns, while intermediary number 2 uses 3 through 7, and finally intermediary number 3 uses 8 through 14. If the advertiser decides to start running a fourth campaign through intermediary number 1, things are complicated.

It may be desirable to devise an approach to delegation which does not require various ad-tech vendors to coordinate their usage of histogramIndex.

@martinthomson
Copy link
Member

As we discussed, the status quo -- where an ad tech only receives conversion information for the impressions they were responsible for placing -- isn't that bad here.

If we set intermediarySites to default to the site of the iframe, when not called from a top-level context, we get that status quo. It's not perfect, but it's what people are used to getting.

@martinthomson martinthomson changed the title Issues with delegation Coordinating histogramIndex with delegation Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants