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

Alternative video flow for component seller to reduce user latency #98

Open
timphsieh-google opened this issue Jul 10, 2024 · 0 comments

Comments

@timphsieh-google
Copy link
Collaborator

Proposal

Video Support for Component-seller Auction in Protected Audience API proposes to include the sellers (top level seller and/or component seller) as part of the VAST redirect chain. Being part of the VAST redirect chain allows a seller to return tracking information to the video ad player. However, this flow adds complexity to the auction and additional redirects increase user latency.

Instead of using VAST to define tracking events, sellers could use the Fenced Frame Reporting API with a set of predefined tracking events. For example:

  1. The video ad player publicly publishes a list of significant ad events that they will support through the Fenced Frame API. For example:
    • video-impression
    • video-click
    • video-1st-quartile
    • ...
  2. During reportResult(), sellers can register a tracking URL for these events using registerAdBeacon() .
  3. During playback, the video ad player calls Fenced Frame API’s reportEvent() on each significant event.
  4. The browser calls the URL that is pre-registered with the event.

Pros

  • The component seller does not need to use macro replacement to insert a VAST URL for their tracking events.
    • This reduces dependence on APIs marked by chrome as deprecated.
  • The video ad player does not need to follow redirects to the seller or component seller. This can reduce user latency.

Cons

The component seller cannot return a VAST document in this proposal. As such, the component seller would not be able to:

  • Use 3rd party verification adtech through <AdVerification>.
  • Utilize the custom eventData feature of the Fenced Frame Reporting API.
  • Use progress events with arbitrary time offsets.

Questions

  • What other functionalities do we lose if the seller and component seller do not provide VAST?
  • Are these functionalities worth the latency and complexity?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant