google-dfp

Difference between AdMob and DFP networks?

痞子三分冷 提交于 2019-12-20 10:18:56
问题 I am trying to display banner as well as Interstitial ads on my iOS application. But now I am confused on ad networks. How the AdMob is different from DFP and which one is better to serve ads. Can anybody give some help ? Thanks in advance. 回答1: AdMob is an ad network. You as a publisher can earn money by displaying ads delivered from the network. You'll be paid from AdMob without any direct contact to the advertising companies. DfP is an ad server offered as a cloud solution. You can set up

Google DFP ads in email behaving strangely

有些话、适合烂在心里 提交于 2019-12-18 12:28:36
问题 I am trying out serving DFP ads in email. I'm following the guidelines here. I have an ad unit set up just for email I have a line item targeting that ad unit with just an image creative The line item doesn't have any targeting restrictions or anything like that The ad will show up in the email, at least the first time. The strange thing that I'm seeing is, after the first click, clicking on the ad again will often bring me to a blank page rather than the click-through page of the creative.

Interstitial Ad for DFP not showing Fullscreen in ADMob iPhone 5

三世轮回 提交于 2019-12-13 20:26:31
问题 I am implementing the interstitial ad using Google's AdMob SDK. The Ad shows fine on iPhone 4S and lower. However on iPhone 5, the ad leaves a blank space at the bottom since its not resized properly. The Ad Size is 320x480. According to their docs, The SDK will handle rendering the creative correctly on screens. If I create an Ad of Size 320x568, i get error as "No Ad to Show". How Can I support full screen Ad on iPhone 5? 回答1: The interstitial overlay is full screen, but the creative being

DFP: Getting the current click-through URL

扶醉桌前 提交于 2019-12-12 05:27:28
问题 I am setting up a DFP for multiple site, we have a set of line items and for each of it's creatives, the current click through is going to example.com (our own .com site), but since we are running multiple TLDs, we also want the click through URL to change accordingly. For example, when the ads is being displayed in the .jp , the click through should go to .jp . In the DFP API reference, there's a function to change the click-through URL: http://support.google.com/dfp_premium/bin/answer.py?hl

When dismiss interstitial DFP ad on Android, the app crashes

孤者浪人 提交于 2019-12-12 05:05:31
问题 I have a simple interstitial DFP (DoubleClick for Publishers) ad in my Android app. When I touch the cross to comeback to the app, the app closes itself. The code is ok because it works in another app. Does anyone have an idea? Here is the code in the manifest : <activity android:name="com.google.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize"/> In the activity where I want the pub: ...extends Activity implements OnTouchListener,

App language changes on its own on making a call for dfp ads in android N

百般思念 提交于 2019-12-12 04:35:07
问题 I have an app which support two language english and indonesian(bahasa). I am facing an issue in android N. I am using dfp sdk to show native ads to our user, everything works great as long as I am in my english layout but as soon as I change my app language to indonesian and make a request for ads, my app language forcefully changes to english and the layout breaks. The app works fine if I dont make any call to dfp. Has anyone else faced this issue before? I think my problem is related to

DFP ads - Setting up Facebook Audience mediation for interstitial ads (AdUnit + LineItem + creative)

Deadly 提交于 2019-12-12 04:08:29
问题 Im trying to setup the DFP side of FBA interstitial mediation, i.e. create the necessary AdUnit + LineItem + creative. I didn't find any example for FBA. When I choose "interstitial" as the adsize, I can not choose mediation for the creative: I've already successfuly set up my client app (Android + iOS) for Facebook Audience ad mediation. 回答1: Well, there is no tutorial for FBA, but I've found this tutorial for VPON that seems to be applicable for FBA as well: http://vpon-sdk.github.io

DFP not serving Ads for Google Nexus7 using SmartBanner

我只是一个虾纸丫 提交于 2019-12-11 02:06:32
问题 I am using DFP in Android. It is delivering ads for mobile emulators but it is not delivering the ads for Google Nexus 7 ( 1920x1200 with 320 dpi ) device. Below is the code which I am using. final FrameLayout adLayout = (FrameLayout) activity.findViewById(R.id.frame_layout_adView); PublisherAdView adView = new PublisherAdView(activity); adView.setAdUnitId(adUnitId); adView.setAdSizes(AdSize.SMART_BANNER); adView.setAdListener(new DFPAdvertisementListener(adView, adLayout)); //Set the

GPT - Non key value ads showing in key valuse ad slots

☆樱花仙子☆ 提交于 2019-12-10 10:30:03
问题 I have set up Ad Units and Key Values in DFP. I have built the site with the following code based on Google's tutorials: <html lang="en"> <head> <script type="text/javascript"> var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; (function() { var gads = document.createElement("script"); gads.async = true; gads.type = "text/javascript"; var useSSL = "https:" == document.location.protocol; gads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js";

Google DFP creatives randomly display although correct ad tags are accessed

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-06 06:17:29
问题 I am using Google DFP (DoubleClick for Publishers) ads for android and iPhone devices, I want to display ads on a specific screen sizes for an app in ios and android in LANDSCAPE MODE. I have created an order then I have created a line item for that order and inside that line item, I created "creatives" of various sizes according to physical sizes of the screens for both ios and android. Then I went to inventory and got ad tags for all the creatives and incorporated them in my apps separated