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
10
votes
4 answers

Prevent AdSense Auto Ad from showing ad in specific area

I have a problem in a project where an AdSense Auto Ad code has been pasted, one of the ads automatically placed have ruined the web page layout and design. Is there a method to prevent a specific ad to be shown inside a certain element or a…
Surya Neupane
  • 906
  • 10
  • 20
8
votes
0 answers

A reliable way to display google admanager ads in Flutter

I am struggling with trying to include ads from google admanager -aka DFP- (not admob). I have found this package: "flutter_google_ad_manager 0.10.1" https://pub.dev/packages/flutter_google_ad_manager However, digging into the package's code, it…
M. Mansour
  • 526
  • 3
  • 8
8
votes
2 answers

Google Ad Manager get custom key value showing as "unknown" in reports

We are trying to use the key value feature in google ad manager in a report, // example var targetingData = []; targetingData['utm_campaign'] = new Date().getTime(); targetingData['utm_term'] = new Date().getTime(); …
talsibony
  • 8,448
  • 6
  • 47
  • 46
7
votes
1 answer

Google Mobiles Ads Creative Preview not working

I am new to Mobile Ads. I am loading an Ad in PublisherAdView. I am successfully able to load Ad as I am getting the callback in onAdLoaded(). The following are the logs that say Ad load successfully. I/CommonAdsUtility: loadCarouselSearchScreen()…
7
votes
1 answer

Goodle Ad Manager SDK vs AdMob SDK

Ad Manager and AdMob both refer to integrating the Google Mobile Ads SDK into your app. But is it the same SDK, or different ones? From Ad Manager quick start Integrating the Google Mobile Ads SDK into an app is the first step toward displaying ads…
user276648
  • 6,018
  • 6
  • 60
  • 86
7
votes
2 answers

DoubleClick for publishers: Specify browser and ad dimensions

I'm trying to get banners to load according to the browser size. So in a location where i have a 728x90 banner, a 300x250 will show if its on mobile. Problem is, the 728x90 loads on desktop. but on mobile the 300x250 doesn't show. I tried following…
6
votes
3 answers

Token has expired or revoked - Google Ads

Hi I have been using rest methods to integrate Google Ads API in C#. Everything seemed to be working fine but all of sudden I started getting 400 response with the error message. { "error": "invalid_grant", "error_description": "Token has…
fatima Ajij
  • 172
  • 3
  • 14
6
votes
1 answer

Decoding Google Ad click URL

I was looking into ways in which i can decode the Google adclicks URL to the actual website redirect via code... I have a big db of URLs like following: …
OneWorld
  • 952
  • 2
  • 8
  • 21
5
votes
0 answers

NoClassDefFoundError com/android/resources/ResourceFolderType

I am from the product team(not an experienced dev) and I am looking to build/run this project in Android Studio. I am researching on different types of google banner Ads and cloned their sample project from Here. I fixed some of the issues related…
vishal
  • 640
  • 1
  • 5
  • 21
4
votes
1 answer

Google Ad Manager AdListener#onAdClicked() callback doesn't trigger

Good afternoon. I'm trying to implement Google Ad Manager to the project (not AdMob) to render the advertising content. According to my needs, I'm using Native ads (not Banner) with the AdSize.FLUID. For some reason when I'm trying to set…
Shevchyk Vitalii
  • 68
  • 1
  • 1
  • 7
4
votes
0 answers

Ad Manager, invalid traffic and click

I have an app on both iOS and android platforms. I use Ad Manager SDK for displaying ads. Everything is ok for android app. But there is something wrong for iOS app. Google says "invalid traffic and click". Interstitial ads' impressions and clicks…
uzman
  • 51
  • 1
  • 4
4
votes
2 answers

App crashing with +[NSDecimalNumber gad_negativeOne]: issue?

My app was working before well, then i added admob framework and now its crashing . Please check the crash logs, i have tried in Google but there is no result regarding this crash. If i commented the contents inside viewDidAppear() then app is…
Bangalore
  • 1,572
  • 4
  • 20
  • 50
4
votes
1 answer

app rejected due to iOS Advertising Identifier

My app was rejected due to iOS Advertising Identifier, I'm not using iAd. I'm using google ads , google analytics, google+ login, and Facebook login in my app. reason for rejecting is 3.2: Apps with placeholder text will be rejected Program License…
Rajesh
  • 359
  • 3
  • 14
3
votes
0 answers

what is the use of tpc.googlesyndication.com/sodar/sodar2.js script in gpt.js?

I am integrating Google Publisher Tags library in client side of webapp. Google Publisher Tags library (gpt.js) triggers to load tpc.googlesyndication.com/sodar/sodar2.js script. What is the use of this sodar2.js script?
3
votes
0 answers

Problem with Google Ad Manager set up : google returns code 3 error when requesting ads

Trying to retrieve ads from Google's Ad Manager , and while i have followed the official Mobile Ads SDK implemetation , i can not get these ads. To be more specific, when i send the ad request , i get the following object as answer: { "Code":…
1
2 3
15 16