You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Again, for the combination of #31 and #32 and #38, if you want to do the full delegation without touching JavaScript...
This builds on #47 and adds an HTTP interaction for the delegation stage. The key here is that delegation can be done toward multiple different entities.
Again, this is triggered by any request that is made to the top-level site:
GET /top-level/pixelHost: example.com
The response effectively executes the delegateConversion API (or whatever it ends up being called):
The browser recognizes the special new header and the new link relation types. It executes the attribution function according to the API and sends a request to each of the delegates. This uses Link-Template so that the sites can tell the browser where to stick the delegation ID.
Again intermediarySites is inferred for each delegation.
The text was updated successfully, but these errors were encountered:
Again, for the combination of #31 and #32 and #38, if you want to do the full delegation without touching JavaScript...
This builds on #47 and adds an HTTP interaction for the delegation stage. The key here is that delegation can be done toward multiple different entities.
Again, this is triggered by any request that is made to the top-level site:
The response effectively executes the
delegateConversion
API (or whatever it ends up being called):The browser recognizes the special new header and the new link relation types. It executes the attribution function according to the API and sends a request to each of the delegates. This uses
Link-Template
so that the sites can tell the browser where to stick the delegation ID.Again
intermediarySites
is inferred for each delegation.The text was updated successfully, but these errors were encountered: