Questions tagged [google-ad-manager]

Google Ad Manager is a comprehensive hosted ad serving platform that streamlines one's ad management on the Google platform. Formerly known as the DoubleClick platform, Google Ad Manager acts as the ad server whereas Google AdSense acts as the ad network. Use this tag for all questions related to the ad server.

Google Ad Manager is a comprehensive hosted ad serving platform that streamlines one's ad management on the Google platform. Formerly known as the DoubleClick platform, Google Ad Manager acts as the ad server whereas Google AdSense acts as the ad network. Use this tag for all questions related to the ad server.

240 questions
2
votes
1 answer

Ads not showing for correct app package name

Live ads from Google Ad Manager are not showing on correct app package name (eg. com.android.test) and returns the error below { "Code": 3, "Message": "No ad config.", "Domain": "com.google.android.gms.ads", "Cause": "null", …
WLeo
  • 203
  • 2
  • 16
2
votes
0 answers

Prebid refuses to render winning bid, even when there are no other ads

So I've noticed this this morning because our adsense has been disabled temporarily so for once there's a lot of available ad space on my site. What I've noticed is that if I go to my site and browse around, I get bids back from Rubicon/Magnite but…
2
votes
1 answer

Google Funding Choices not working - googlefc.getConsentStatus() always returns UNKNOWN

Yesterday I was trying to migrate from Quantcast Choice to Google Funding Choices for GDPR / EU CMP purposes. For some reason, after prompting for consent and clicking "consent" on the message dialog, the method googlefc.getConsentStatus() always…
2
votes
3 answers

After Starting to use Google Funding Choices, site is handing out a weird "FCCDCF" cookie that breaks other sites

For advertising consent management we're looking at starting to use Google Funding Choices, but have found that the Funding Choices tag results in a weird cookie named "FCCDCF" being handed to the browser (on a test instance of our site - this…
steev
  • 916
  • 10
  • 24
2
votes
0 answers

Google IMA sdk - Maximum call stack size exceeded

THE SITUATION: In my Vue app I need to show ads using the Google IMA sdk. However it seems that the AdDisplayContainer it's stuck in an endless update loop. JSFIDDLE: I have recreated the issue on JsFiddle with a bare minimum example. You can check…
FrancescoMussi
  • 20,760
  • 39
  • 126
  • 178
2
votes
1 answer

correct python google ads library?

Tasked with writing a client to interact with Google Ad Manager. From what I can tell there are three "official" python client libraries on PyPi released by Google. One seems to be legacy, as indicated in its README, but the other two seem to be…
jph
  • 2,181
  • 3
  • 30
  • 55
2
votes
0 answers

Is it possible to load native video content ads using DFP network?

I am getting error code 3 (No fill) while requesting native video ads from DFP and success from AdMob using Unified Native Ads on android. This article https://support.google.com/admanager/answer/7031536?hl=en specifies that video ads are also…
saurabhlahoti
  • 466
  • 8
  • 21
2
votes
2 answers

JavaScript Sliding Billboard (No Flash)

I need to create a sliding billboard ad (just like the one on this website http://www.mlive.com/slidingbillboard/). I would prefer to use jQuery over Flash, for reasons I'm sure most understand. I've been Googling and haven't found a solution. In…
ansarob
  • 825
  • 2
  • 13
  • 32
2
votes
0 answers

How to apply a negative keyword list to a GAM order

I am setting up a basic order in Google Ad Manager- it is for a pharma company and they have an extensive list of negative keywords and prohibit their ads being served on pages where those keywords exist. I would like to apply these keywords to…
Jginger
  • 121
  • 3
2
votes
1 answer

Collapse empty div of passback tag ad

Background We use Google Ad Manager (formerly DFP) as an ad publisher for our own site. We don't want to always traffic house ads, so we're collapsing all empty divs. slot.setCollapseEmptyDiv(true, true); We're starting to do some programmatic…
2
votes
1 answer

Does the Google Ad javascript really need to be in the HEAD tag?

The google ad manager help site is pretty prescriptive about how the calls to their Javascript API need to be made and how combining blocks of javascript calls could cause code to…
Pat Long - Munkii Yebee
  • 3,592
  • 2
  • 34
  • 68
2
votes
0 answers

Advertiser has given me DFP's code as a third party code to display creatives, How can I track clicks for this campaign

The advertiser has given me the standard as publishing code by DFP as a third party code to display their ads. I have created a line item and the creative is showing in the display area, what I want here is to click tracks on this creative. Help me…
Umair Jabbar
  • 3,596
  • 5
  • 30
  • 42
2
votes
2 answers

Google AdManager getCurrentNetwork() error

I have set up ad manager credentials. I'm trying to access the Admanager API, im getting the following error. from googleads import ad_manager client = ad_manager.AdManagerClient.LoadFromStorage() network_service =…
user8128965
  • 41
  • 1
  • 7
2
votes
1 answer

How to block google ads from injecting JavaScript

Some google ads start injecting JavaScript and poping ads all over the screen How can I block these random scripts that are injected through google ads?
Yovav
  • 2,557
  • 2
  • 32
  • 53
2
votes
1 answer

Google API: which to use for my own PPC solution?

I am going to develop a site that allow advertisers to post their products/services. Each product/service will have a link back to the advertiser's site. I plan to implement a pay-per-click business model. Is there a Google API I can use to keep…
1 2
3
15 16