Google Display Network (GDN)

Rockerbox can apply click tracking to GDN ads automatically.

Impression tracking cannot be applied manually, and will require you to reach out to your Google rep to assist with imlementation.

Impression Tracking

Discovery Campaigns
Note that impression tracking is not permitted by AdWords for Discovery campaigns.
  1. In order to implement the impression pixel, you’ll need to submit a request to Google. Google requires that all requests are submitted in an Excel file in the process described here.
    1. This process will need to be repeated each time you launch new GDN campaigns or ad groups.
  2. Use the base pixel below, and append the required additional parameters to the end of the base pixel.
  3. Either follow the steps in the Using Google's Template section, OR follow the steps in the Creating Your Own Template section. Google will accept either process.
  4. Confirm that tracking is applied to all your ads using the Advertising Platforms page. More info on QAing your tracking can be found here.

Base Pixel

Required Additional Pixel Parameters

&tier_two=[Campaign_ID]&tier_three=[Ad_Group_ID]&auction_id=%%CACHEBUSTER%%

Using Google's Template

  1. Download Google’s Excel template for a 1x1 pixel here and go to the second tab.
  2. In cell A3, select Ad Group ID.
  3. In cell B3, select equals.
  4. In cell C3, input your Ad Group ID. Keep these values unique. Google will reject requests with duplicate values.
  5. In cell D3, select Campaign ID.
  6. In cell E3, select equals.
  7. In cell F3, input your Campaign ID.
  8. Paste the Base Pixel and the Required Additional Parameters in column J.
  9. Replace the entire bracketed portions, including the brackets themselves, with the appropriate values from your GDN ad groups and campaigns that are in columns C and F.
  10. Repeat steps 2-9 for all Campaign - Ad Group combinations. The finished product should have all finalized impression pixels in column J for Google to implement. The final impression pixels in column J should look like:
    https://metrics.getrockerbox.com/track/gdn?source=[CLIENT NAME FROM BASE PIXEL]&tier_one=gdn&tier_two=123456789&tier_three=987654321&auction_id=%%CACHEBUSTER%%

Creating Your Own Template

This is not needed if you’ve already followed the steps above and are using Google’s template.
  1. Create headers in Row 1 of your Excel or Google Drive file as below

Campaign ID

Ad Group ID

Your Base Pixel

Impression Tracking Pixel

  1. Paste your base pixel into the Your Base Pixel column in Row 2
  2. Paste the formula below into the Impression Tracking Pixel column in Row 2
=if(A2<>"",CONCATENATE(C2,"&tier_two=",A2,"&tier_three=",B2,"&auction_id=%%CACHEBUSTER%%"),"")
  1. Paste all of your Ad Group IDs and their parent Campaign IDs in the first two columns. Keep these values unique. Google will reject any pixel implementation requests that contain duplicates.
  2. Drag down the Your Base Pixel and Impression Tracking Pixel columns. You should see the impression tracking pixels being generated for each row.


How did we do?