Skip to main content
Table of contents

Google Ad Manager Setup

If this is the first time you are setting up a Prebid campaign in Google Ad Manager, please contact your Criteo Commerce Grid Account Manager for help.

Please check the official Prebid documentation here for a detailed step-by-step description.


You can integrate Prebid in two modes.

Google Ad Manager Setup - Standard - Mediation mode on - Not recommended

Prebid will provide keywords only for the winning bids:

Keyname

Example

Description

hb_bidder

hb_bidder=criteo

The winner

hb_adid

hb_adid=xxxyyyzzz

The ad Id used by the ad server creative to render the correct ad

hb_pb

hb_pb=2.50

The bid price bucket used to target the respective line item.

hb_size

hb_size=300x250

The ad format

hb_format

hb_format=video

Used when creating a separate set of line items for banner vs video

hb_deal

hb_deal=7777777

Target private marketplace deals

hb_uuid

hb_uuid=1111-2222-3333-4444

Carries the cache retrieval ID for VAST video creatives

hb_cache_id

hb_cache_id=2222-3333-4444-5555

Carries the cache retrieval ID for mobile bids

hb_cache_host

hb_cache_host=https://mycachehost.example.com

The host where the cached creative lives

hb_cache_path

hb_cache_path=/cache

The web path where the cached creative lives

hb_source

hb_source=s2s

Used to report the A/B test results for client- vs server-side performance

hb_adomain

hb_adomain=example.com

Used to report on VAST errors, set floors on certain buyers, monitor volume from a buyer, or track down bad creatives

The keyword hb_pb is used to define the line item targeting criteria (image below), and hb_adid at the creatives (code to the right).

hb_pb (1).png
16.5 KB

Google Ad Manager Setup - Send all bids - Mediation off - Recommended

This makes use of the function pbjs.enableSendAllBids() to provide keywords for all bidders. More details on http://prebid.org/dev-docs/examples/send-all-bids.html and http://prebid.org/adops/send-all-bids-adops.html

For Criteo specifically:

Keyname

Example

Description

hb_adid_criteo

hb_adid_criteo=xxxyyyzzz

The ad Id used by the ad server creative to render the correct ad

hb_format_criteo | hb_format_criteo=banner | This will ensure that the appropriate ad server line item is activated for banner / out stream bids hb_pb_criteo | hb_pb_criteo=2.50 | The bid price bucket used to target the respective line item. hb_size_criteo | hb_size_criteo=300x250 | The ad format

You will also be required to implement one dedicated set of line items for Criteo using the keyword hb_pb_criteo for the line item targeting criteria (image below), and hb_adid_criteo at the creatives (code to the right).

hb_pb_criteo (1).png
17.1 KB

Google Ad Manager Setup - Line item Creation tool

Criteo offers a tool to help doing the initial Prebid setup. You will need to enable API access and share Google Ad Manager access with Criteo. Please contact your Criteo Commerce Grid Account Manager for more details.