-
Notifications
You must be signed in to change notification settings - Fork 27
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 & retargering #34
Comments
yes @jonasz , your understanding seems almost accurate. user-ad-interest at buy time will be passed with namespace (advertiser domain) to preserve appropriate association. For this example, Please note that this vector will have noise added to to ensure approx. |
I see, thanks. A couple of thoughts that come to my head:
Given these considerations, I'm worried about how much of the initial retargeting signal will be available in the final request. I was wondering, do you have any thoughts or estimates on that? |
Few clarifications before answering targeting specific question -
Our proposal is to leverage interest group as hints to enable product retargeting. For example, instead of creating interest group for each tail products, create interest group for set of products OR create multiple interest groups representing different granularities, and use these hints for ad selection at runtime based on availability of these hints post privacy trade-off. One important point to call out is that privacy trade-off in reporting + bid model training will pause key restrictions to what can be achieved at serve time. For example private information retrieval can enable additional targeting capabilities but limitation on reporting will render it insufficient. |
Hi,
I am trying to better understand how the PARAKEET proposal works with the retargering use case.
Let's say a user visits an electronics store and is interested in a product - a red Iphone 10. The electronics store would like to run a retargeting campaign, and advertise this exact product to the user.
Question1: how could a call to
joinAdInterestGroup
look like in this case? Perhaps something like this?Later on the user visits two other advertisers and they add two more interests: 'yellow-nike-air-force-gym-trainers' and 'pirelli-all-year-250/80/16'.
Question2: I was wondering, how would these interests be passed to the buyers during an auction? Would they be passed as a tuple in the 'user-ad-interests' field?
I have some follow up questions in my mind, but before I ask them, I'd be grateful if you could confirm if my understanding so far is correct.
Best regards,
Jonasz
The text was updated successfully, but these errors were encountered: