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
First party JavaScript (retailer.com and/or advertiser.com) has access to the URL decoration and can log the click (abc) with the local web id (lwib = xyz) stored in the first-party cookie of retailer.com.
The user (xyz) converts on retailer.com (conversion_id = 123)
retailer.com and/or advertiser.com can attribute 123 to abc (and thus to advertiser.com).
If I understand correctly, this process would still be valid under this proposal (and also TurtleDove and other privacy sandbox related proposals).
Thus, what is the incentive for the advertiser and publisher to use the "event-level API"?
The text was updated successfully, but these errors were encountered:
I tried to discuss about that in the PCM (WebKit's proposal) repository. privacycg/private-click-measurement#31 (comment)
This was clearly off-topic though, thanks for creating a specific issue.
I guess click ids (unique per user) are not acceptable and known parameters are/will probably be blocked. ad/campaign id may be fine, but it's hard for browsers to make the distinction between click ids and campaign ids.
Hey folks,
This API proposal is purely additive to the platform, and isn't the place to discuss things like restricting link annotation. This API should certainly be usable without relying on such techniques though.
Simplifying a bit, under the current setup (third party cookies being already blocked) post-click attribution would work this way :
uvw
) clicks on an ad by advertiser.com on the publisher site www.publisher.comabc
) with the local web id (lwib = xyz
) stored in the first-party cookie of retailer.com.xyz
) converts on retailer.com (conversion_id = 123
)123
toabc
(and thus to advertiser.com).If I understand correctly, this process would still be valid under this proposal (and also TurtleDove and other privacy sandbox related proposals).
Thus, what is the incentive for the advertiser and publisher to use the "event-level API"?
The text was updated successfully, but these errors were encountered: