Google's DoubleClick for Publishers API
1
vote
0answers
51 views
DFP %%PATTERN%% not rendering in creative
I'm using DFP to target an ad slot using custom criteria for example:
googletag.defineSlot("/example/adunit", [728, 90], "div-gpt-ad-123456789-0")
.addService(googletag.pubads())
...
1
vote
0answers
235 views
IE corrupts encoding of the text taken from javascript file served by DFP
There is a problem of how ads get displayed by DFP on IE.
I tracked the problem downt to this issue.
Content of the ad is loaded from the address
http://pubads.g.doubleclick.net/gampad/ads?....
...
0
votes
0answers
6 views
Google DFP just stopped showing up
I am using DFP DoubleClick for Publishers and one ad just stopped to showing up
I tried to change code and generate new but always it is showing on debugging console something like this.
R300x250_L ...
0
votes
0answers
79 views
Google dfp interstitial force portrait mode android
I have added to my Android Application the google dfp for use the interstitial ad.
I've used the GoogleAdMobAdsSdk-6.3.1.jar.
My AndroidManifest.xml
<uses-sdk
...
0
votes
0answers
70 views
Only Load Code if Browser Width Exceeds X Pixels
I have this code that displays an image ad, and I only want it to show the image if the viewers browser width is greater than 600px. Here is what the code currently looks like:
<script ...
0
votes
0answers
46 views
Adding a Browser Width Component to Ad Slots
I have this code that defines two ad slots for different ad sizes, the code looks like this:
<script type='text/javascript'>
googletag.cmd.push(function() {
...
0
votes
0answers
104 views
Changing Ad Size Based on Browser Width in DFP
In DFP Small Business / DoubleClick, I generated the following ad tag for an ad unit with three different sizes along with one creative for each specified sizes. So there are three different sizes for ...
0
votes
0answers
14 views
How come I cannot generate a new report in Google DFP?
When I click on the reports tab I am brought to my saved reports, but there are no options about generating a new report. How come these options do not show? Is it my account setup?
I am running the ...
0
votes
0answers
28 views
Is it possible to add Javascript to layout layer of a LiveJournal page?
Some communities managed to do that to serve advertisments e.g. http://ohnotheydidnt.livejournal.com/
I've trying adding my own Javascript (Google DoubleClick) but it got stripped off.
0
votes
0answers
96 views
Parsing DFP ad tag returns
The DFP docs give plenty of info about building ad tags, but not so much about the returns. Does anyone know of any references that discuss what the returned URL's mean?
For example, from the Miami ...
0
votes
0answers
38 views
inspect.getmembers(DfpClient()) throws KeyError exception
Good day, ladies and gents.
There's a very nice package known as adspygoogle. You can download it here: http://code.google.com/p/google-api-ads-python/
I have an application where I MUST use ...
0
votes
0answers
49 views
How to set up DFP SOAP in Google App Scripts
Trying to create a dashboard that will allow users to check available and used impressions from DFP, want to filter those impressions by a criteria the user defines. I have no idea where to start. I ...
0
votes
0answers
88 views
DFP mobile script crashes window on IE8 and IE9
I am using the html below to test out DFP. This crashes on IE 8 and IE 9. The browser hangs and eventually crashes. Sometimes it happens when the page first loads, sometimes it happens after a few ...
0
votes
0answers
174 views
DFP not showed on Chrome
In DFP, I have changed from GAM tags (Google Ad Manager Tag) to asynchronous google publisher tag: the banners are now showed up under firefox, but not in safari and chrome... do you know why?
This ...
0
votes
0answers
184 views
how to dismiss DoubleClick for Publishers (DFP) Interstitial Ads after displaying few seconds
We have used DoubleClick for Publishers (DFP) Interstitial Ads for Android Hybrid App to show the ad. Now in this case after showing the ad, I want to dismiss the ad after few seconds and return to ...