PPID and Consent String in Embed Paramet

We support Consent Strings, Publisher provided identifier (PPID). We'll cover how to add Consent Strings and PPID to your Ads.

Last updated:
October 4, 2023

Add Consent Strings and PPID

You’ll want to add gdpr_consent=### and ppid=### to the vast_attrs parameter and populate their values programmatically. These would be placed alongside other key values being passed through.

This is an example code with these added:

<fw-embed-feed
channel=""
mode=""
open_in=""
max_videos=""
placement=""
player_placement=""
vast_attrs="&gdpr_consent=[Replace me with the Consent String]&ppid=[Replace me with the PPID]">
</fw-embed-feed>

Note: For programmatic, Google IMA SDK already covers the consent string, but this will be good to have in the embed for direct, native campaigns.