Google Ad Manager
Integration of Ogury Ad Formats using Google Ad Manager as Ad Server
Last updated
Integration of Ogury Ad Formats using Google Ad Manager as Ad Server
Last updated
Please connect to your Google Ad Manager console, select Delivery tab and then click on creative inside the dropdown menu
Select Third Party as standard creative
Creative type should be display
Select your preferred size:
Since most of Ogury's ad formats don't have IAB standard sizes, choose a size that would be convenient for your setup and that is available on your website.
Select the Standard radio button as Code Type
Copy/paste the Ogury Tag of your choice into Snippet field
If you don't can or want to create the tags by yourself, Ogury might provide you with a so called Custom Code Snippet. This means that all configuration is done in the Ogury Interface and you don't need to worry about anything. A custom code would look like the tag below and you can use it like any other agency script:
Uncheck Serve into a SafeFrame checkbox (unless standard banners are used)
After the setup of your creative, you need to link it with the corresponding line item.
In Creative Associations tab, you can configure a specific Line Item that you want to target with your creative.
On line item creatives tab, you should see the creative that you have just linked.
In order to generate a Google tag, you need to create an Ad Unit. This is optional as you can also use existing ad units, if this is your preferred way of integration.
Define a Name and a code (that will be used for your reporting)
Target your preferred size
Uncheck the Maximize revenue of unsold inventory with AdSense option
On line item setting, you need to add the created Ad Unit as target inventory.
This is only needed, if you decided to create a new GAM ad unit.
Select Google Publisher Tag option on tag type drop-down list
Click on CONTINUE
Uncheck Passback tag option
Check Enable Single request
Uncheck Enable Out Of Page creative option
Uncheck Live traffic option
Make sure you target the right creative sizes
Copy code generated in Tag results
Paste it into your web page
Well done ! You finished the configuration required to integrate the Ogury Exclusive Demand Tag through Google Ad Manager.
There could be impression count discrepancies between impression reporting in Google Ad Manager and in your Ogury's Exclusive Demand dashboard. This is related to an Ad Manager limitation for third-party creatives reporting. This is explained in Ad Manager's documentation (Third-party creative rendering latency section): https://support.google.com/admanager/answer/6123466?hl=en
Please refer to your OED dashboard or adapt your analytics tool to check the rendered impressions on your website.
If you want to test or troubleshoot your integration, make sure to have a look at the troubleshooting section. Whenever you make a change on the ad server configuration and you are working with preview links, don't forget to generate a new creative preview to reflect the new setup.
To configure a passback in case of no fill, modify the tag of Step 1 by adding an onNoAdCallback
function calling your GAM passback tag.
passback
is the GAM generated ad unit passback tag script. You'll need to backslash \
the closing script tag </script>
with <\/script>
in order to avoid any browser parsing issue.
Call the onNoAdCallback
function in the on_no_ad
event (line 29 in the example below).