Google DV360
How to target a Classify Deal ID and set up impression tracking in Display & Video 360.
You'll need a Deal ID from the Segment Activation API and a pixel campaign ID from Pixel Registration before starting.
Adding the Deal ID
DV360 requires a two-step process: first add the deal to your inventory, then target it in a line item.
Step 1: Add the deal to My Inventory
- Log into DV360
- Navigate to the Advertiser level
- In the left navigation, go to Inventory > My Inventory
- Click the + button (New inventory source)
- Select Publisher-offered inventory (for private marketplace deals)
- Choose the Exchange through which the deal was pushed (this corresponds to the SSP Classify activated through)
- Enter the Classify Deal ID
- Give it a descriptive Display name (e.g., "Classify — Electric Vehicles")
- Click Save
The deal now appears in your inventory library and can be targeted across any campaign under this advertiser.
Step 2: Target the deal in a line item
- Navigate to your Campaign > Insertion Order > Line Item
- Open the line item or create a new one
- Go to the Targeting section
- Find Inventory Source targeting and click Edit
- Under My Inventory, find the deal you just added
- Select it to include it as targeting
- Save the line item
You can target multiple deals in a single line item, and the same deal can be targeted across multiple line items.
Adding the Classify pixel
DV360 supports third-party impression tracking via Tracking URLs on creatives.
For standard display creatives
- Navigate to Creatives in the left navigation
- Open (or create) a creative
- In the creative details, find Tracking URLs
- Under Impression tracking URLs, add your Classify pixel URL:
https://l.csfy.me/je?c={campaign_id}&site=${SITE_URL}&exchange=${EXCHANGE_ID}
- Save the creative
Note: Standard display creatives in DV360 support image pixel URLs for impression tracking. For the Classify JavaScript pixel, you'll need to use a third-party tag creative type (see below).
For third-party tag creatives
If your creative is served via a third-party ad server (e.g., Flashtalking, Innovid), embed the Classify pixel <script> tag within the creative tag itself:
<script src="https://l.csfy.me/je?c={campaign_id}&site=${SITE_URL}&exchange=${EXCHANGE_ID}&inv_source=${INVENTORY_SOURCE}"></script>
DV360 uses ${MACRO} syntax. For the full macro reference, see Google's macro documentation and Pixel Code — Macros.
DV360-specific tips
- Frequency capping: Contextual campaigns don't rely on user-level tracking, so cookie-based frequency caps won't apply to much of your traffic. Set them loosely or remove them for contextual line items.
- Bidding: Use a competitive CPM bid — DV360's automated bidding strategies can help optimize within the deal's available inventory.
For general campaign settings (targeting philosophy, cookieless inventory, KPIs), see Best Practices.
Troubleshooting
Deal not appearing in My Inventory:
- Confirm the deal has been pushed to the correct exchange and partner ID
- Deals may take a few hours to propagate from the SSP to DV360
- Ensure you're looking in the correct advertiser account
Deal not delivering:
- Verify the deal is targeted in your line item's Inventory Source settings
- Check that the creative format matches the inventory (display, video, native)
- Confirm the deal is still active — check
ttl_hoursin your activation response - Ensure your bids are competitive
Impression tracking not firing:
- For standard creatives, make sure the tracking URL format is correct (image pixel for standard, JavaScript for third-party tags)
- Check that macros are using the correct
${MACRO}syntax