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

PARAKEET & retargeting - ad selection #38

Open
jonasz opened this issue Oct 1, 2021 · 2 comments
Open

PARAKEET & retargeting - ad selection #38

jonasz opened this issue Oct 1, 2021 · 2 comments

Comments

@jonasz
Copy link

jonasz commented Oct 1, 2021

Hi,

In PARAKEET the ad selection is based on anonymized signals (c', s'). This is also true for MACAW, which picks an ad set based on these anonymized signals.

In #34 (comment) I expressed some worries about how c' may not carry enough information for retargeting purposes.

I was wondering, could the ad selection process perhaps be moved to the time when joinAdInterestGroup is called?

const AdInterests = {'origin': 'www.advertiser.com',
                     'business': 'advertiser name'
                     'interests': ['athletic-shoes',...]
                     'representations': [ Model1, Model2 ]
                     'readers': ['first-ad-network.com',
                                 'second-ad-network.com'],
                     'adUrl': 'advertiser.com/ad-for-athletic-shoes',  // new field, optional
                };
navigator.joinAdInterestGroup(AdInterests, 30 * kSecsPerDay);

At the time of joinAdInterestGroup the advertiser has all the first party data necessary to pick an ad for the user, so the problem of c' potentially being too coarse for effective ad selection would be solved. This information would not be propagated to the ad server during an auction. Also note that this field may be completely optional.

Effectively, the advertiser would be able to say: "if I ever win an auction, I want to display the ad that was specified in adInterests.adUrl".

Best regards,
Jonasz

@KeldaAnders
Copy link
Contributor

@jonasz Thank you for opening. If you're available, please join this Wednesday's, Oct 6th biweekly call to walk the group through your thoughts on this.
-#3

@jonasz
Copy link
Author

jonasz commented Oct 4, 2021

Hi Kelda, sure, I'll be happy to join and discuss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants