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
Currently, the API as proposed has some complexities around reporting. That is, third party reporting origins are declared by impression / conversion tags.
This could probably be simplified. Here is one alternative: just send reports directly to the advertiser or publisher (via a choice at the impression side). The target site can optionally fan-out to third party reporting endpoints via Reporting API / server-to-server / redirects / etc. This could be done for example via an <a> attribute: <a report-to={source,dest}>.
It simplifies the API substantially, conceptually reducing the number of pertinent parties involved from 3 to 2.
It aligns better with the Reporting API, which cannot be configured via JS.
However, it has a major downside: it makes deployment harder, since it can't be done by the ad-tech on behalf of the advertiser / publisher. To integrate with their ad-tech, advertisers / publishers will need to make intentional server-side changes. We should weigh this trade-off against the benefits.
The text was updated successfully, but these errors were encountered:
Currently, the API as proposed has some complexities around reporting. That is, third party reporting origins are declared by impression / conversion tags.
This could probably be simplified. Here is one alternative: just send reports directly to the advertiser or publisher (via a choice at the impression side). The target site can optionally fan-out to third party reporting endpoints via Reporting API / server-to-server / redirects / etc. This could be done for example via an
<a>
attribute:<a report-to={source,dest}>
.This has a few nice benefits:
However, it has a major downside: it makes deployment harder, since it can't be done by the ad-tech on behalf of the advertiser / publisher. To integrate with their ad-tech, advertisers / publishers will need to make intentional server-side changes. We should weigh this trade-off against the benefits.
The text was updated successfully, but these errors were encountered: