Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 1.98 KB

setting-up-prebid-for-amp-in-dfp.md

File metadata and controls

64 lines (40 loc) · 1.98 KB
layout title head_title description pid hide top_nav_section nav_section
page
Setting up Prebid for AMP in DFP
Setting up Prebid for AMP in DFP
Setting up Prebid for AMP in DFP
3
false
adops
tutorials

Setting up Prebid for AMP in DFP

{: .no_toc}

This page describes how to set up a line item and creative to serve on AMP pages with Prebid.js.

{: .alert.alert-success :} For engineering setup instructions, see Show Prebid Ads on AMP Pages.

  • TOC {:toc}

Line Item Setup

In addition to your other line item settings, you'll need the following:

  • Enter the Inventory Sizes of the creatives you want the line item to use, e.g., 300x250, 300x50, etc.

  • Set the Type to Price Priority

  • Set Display creatives to One or More.

  • Set Rotate creatives to Evenly.

  • In the targeting section, select Key-values targeting. You'll need to coordinate with your development team on what key-values you want to target.

Save your line item and add a creative.

Creative Setup

On the new creative screen, select the Third party creative type.

Ensure that the Serve into a SafeFrame box is checked.

Enter the below code snippet in the Code snippet text area.

{: .alert.alert-success :} You can always get the latest version of the creative code below from the AMP example creative file in our GitHub repo.

{% include dev-docs/amp-creative.md %}

Further Reading