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

Cookie Detection #42

Open
chompi opened this issue Jan 24, 2013 · 0 comments
Open

Cookie Detection #42

chompi opened this issue Jan 24, 2013 · 0 comments

Comments

@chompi
Copy link
Collaborator

chompi commented Jan 24, 2013

Original author: [email protected] (February 08, 2012 15:44:42)

Background/Problem Description:

Certain browsers have 3rd party cookie support disabled by default. Namely Safari 5.1. This can cause major issues for DSPs and affects things such as frequency capping (as there is no way to fully single out the user). Typically, we have witnessed that for each auction request generated by these browsers that a brand new SSP userid is generated each time.

Proposed Solution:

Browser facing SSPs should be evaluating whether or not 3rd party cookies are enabled and should be passed this through on the auction request. There are many ways of determining whether 3rd party cookie support is supported - namely by watching for cookie persistence or by a two-pass redirect mechanism when no domain cookies are detected (on SSP ends).

Original issue: http://code.google.com/p/openrtb/issues/detail?id=42

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

1 participant