Documentation Index
Fetch the complete documentation index at: https://docs.upstackdata.com/llms.txt
Use this file to discover all available pages before exploring further.
What is the Outbrain click ID?The click ID (also called
ob_click_id or obclid) is a unique identifier that Outbrain generates for each ad click. When a user clicks your ad, Outbrain appends this ID to your landing page URL. Upstack captures and stores this ID in a first-party cookie, then includes it with every conversion event so Outbrain can match the conversion back to the original ad click.Prerequisites
Before you start, you need:- Access to an Outbrain Amplify account at amplify.outbrain.com
- Campaign edit permissions
- Active or draft campaigns to update
Steps to configure click ID tracking
Sign in to Outbrain Amplify
Sign in to Outbrain Amplify at amplify.outbrain.com.
Open your campaign
Navigate to Campaigns and select the campaign you want to configure.Click Edit or Settings to access the campaign configuration.
Find the URL parameters section
Look for Tracking, URL Parameters, URL Suffix, or Tracking Template in the campaign settings.This is where you add parameters that Outbrain will append to your landing page URLs.
Add the click ID parameter
Add the following to your URL suffix:If you already have other tracking parameters (like UTM tags), append the click ID with an ampersand:
Verify the configuration
To verify the click ID is being appended:
- Preview your ad or click on it from a test placement
- Check the landing page URL in your browser’s address bar
- Confirm you see
obclid=v1-abc123...(a long alphanumeric string starting withv1-)
How Upstack captures the click ID
Once your campaigns are configured:- User clicks ad → Outbrain appends
obclid=v1-...to the landing page URL - Upstack Pixel loads → Captures the
obclidfrom the URL and stores it in a first-party cookie (_obclid) - User converts → Upstack includes the stored click ID with the conversion event
- Event sent to Outbrain → Outbrain matches the conversion to the original ad click
Alternative parameter name
Outbrain also recognizesob_click_id as a URL parameter name. Both work identically:
obclid={{ob_click_id}}✅ Recommended (shorter)ob_click_id={{ob_click_id}}✅ Also works
Troubleshooting
Click ID not appearing in URL
If the click ID isn’t being appended after clicking your ad:- Verify the URL suffix is saved correctly in the campaign settings
- Check for typos — the macro must be exactly
{{ob_click_id}} - Clear your browser cache and try clicking the ad again
- Contact Outbrain support if the issue persists
Conversions not being attributed
If you’ve configured the click ID but conversions aren’t appearing in Amplify:- Verify the Upstack Pixel is loading on your landing pages (check browser dev tools)
- Confirm the
_obclidcookie is being set after ad clicks - Check that your Upstack destination shows Healthy status
- Wait 5-10 minutes — conversions aren’t instant