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

How do you refresh an advert served by Google Ad Manager after a javascript event (eg ajax postback) has occured on a webpage

I want to be able to re trigger the loading of an embedded admanager advert on the page after a user has clicked an ajax link on the page (effectively showing them a new page, so it's a genuine attempt to show another impression). Preferably I want…
digiguru
  • 12,724
  • 20
  • 61
  • 87
1
vote
1 answer

issue with dynamically loading of javascript code

I have an issue with dynamically loading of javascript code, I am saving google ads dfp following code in my database: But while displaying this code with Ajax, its not…
Clr
  • 687
  • 7
  • 11
1
vote
1 answer

Double-click ad unit lookup for div failed (DFP error)?

Just added double-click DFP ads to a friend's site. Realized that only one of four ads are appearing. Although the status of all 4 ads are "active", 3 are not appearing. I ran the DFP debugger and got this output: Ad unit lookup for div…
crockpotveggies
  • 12,682
  • 12
  • 70
  • 140
1
vote
1 answer

How can I create a SafeFrame (like the one created by Google Ad Manager)?

Google Ad Manager can render ads inside a SafeFrame, that is basically an iframe with everything blocked (you can't access window.top or window.parent, for instance; you can only use window.postMessage() for in-page communication). Also, SafeFrames…
musikele
  • 355
  • 2
  • 15
1
vote
0 answers

setMediaAspectRatio(MediaAspectRatio.PORTRAIT) is not working Google ad manager

I need to load a Portrait Full-screen native ad. I have set the nativeAdOptions like these val nativeAdOptions = NativeAdOptions.Builder().setMediaAspectRatio(MediaAspectRatio.PORTRAIT).build() and load the ad like this AdLoader.Builder(context,…
puli ajay
  • 23
  • 1
  • 6
1
vote
1 answer

Is it possible to check set parameters in google ads?

We have an implementation with google ads on our website. On a desire to be cookie politics compliant we are limiting ads personalisation choices. Our CMP gives us the opportunity to block that automatically and propose us to use a code similar to…
1
vote
0 answers

Databricks with Google Ads API Authentication

I was wondering if anyone has had experience authenticating for Google Ads API via Databricks. The Google Ad Manager documentation indicates that a YAML file should be created using the service account credentials, but it's not an option for me to…
1
vote
0 answers

Ads stretching in samsung (android 12)

Since april this year my app is not displaying correctly the advertisements. It happens only in samsung devices, with android 12. It's not a problem with any particular ad, even the example ad from admanager ("/6499/example/banner") is stretched…
Pablo F
  • 29
  • 6
1
vote
1 answer

Google AdSense critical error (page unresponsive, this page is slowing down)

Whenever I enable Google Ads on my website (i.e., the problem disappears after I remove Google Ads script), I get the following after a minute: After pressing Stop, the following is displayed in the console: Is there any solution to this problem?…
qarabala
  • 178
  • 10
1
vote
0 answers

No SDK signal found for Facebook bidding through Google Ad Manager

I'm trying to ad facebook as a mediation partner with GAM (Google Ad Manager) and followed the doc from FB and GAM. But when I try to test this using Ad Inspector, I'm getting that No sdk signal found error. I know this process includes lots of…
1
vote
0 answers

Get Statewise Location report from Google Ads

I want to get the report as shown here https://prnt.sc/oG7ms7tOdVfH The input is Country = USA Date from and Date to But this gives non US states and it doesnt summarize the resuly by state names (not the state IDs) Can anyone help me to get the…
Code Guy
  • 3,059
  • 2
  • 30
  • 74
1
vote
0 answers

Ad Choice not showing in Native Banner ad

For some ad providers we are not receiving the ad choice icon. As per google the ad without ad choice icon is violation. So what is the best solution to handle such case where the provider is not sending the ad choice icon?
Amrendra
  • 11
  • 1
1
vote
1 answer

Android UMP - Request consent always fails

I implemented consent request using UMP according to this guide. I use real device to check the implementation: fun initialize(activity: Activity) { val params = ConsentRequestParameters.Builder() if (BuildConfig.DEBUG) { …
Avers
  • 11
  • 2
1
vote
0 answers

How to get report data from Google Ad Manager in React?

I am not sure if this is an appropriate question in StackOverflow, sorry if it is not. I want to create a React app(an admin dashboard) that I can fetch the report data from Google Ad Manager. I found an official YouTube channel that shows the API…
1
vote
0 answers

Why my google ads are showing in the countries I excluded?

I have launched an Android app campaign, where I specifically target the Australian region by setting the targeting country to Australia. However, after running the campaign for a month, I come to notice that Google is still showing my ads in other…
Zhang Zhan
  • 815
  • 8
  • 27