ads

iOS app rejected due to IDFA in Facebook SDK

余生长醉 提交于 2019-12-09 03:13:46
问题 Reasons Program License Agreement PLA 3.3.12 We found your app uses the iOS Advertising Identifier but does not include ad functionality. This does not comply with the terms of the iOS Developer Program License Agreement, as required by the App Store Review Guidelines. Specifically, section 3.3.12 of the iOS Developer Program License Agreement states: "You and Your Applications (and any third party with whom you have contracted to serve advertising) may use the Advertising Identifier, and any

Android ads slow performance very much

别来无恙 提交于 2019-12-08 15:21:01
问题 I have been experimenting with BANNER ads on my Android app, following this guide. When the ad load and is being presented a significant FPS drop is observed. This is very frustrating experience for the user, because View animations are core part of my app and they look awful in low FPS. Everything runs fine when I set the adView to View.GONE . I don't know where this problem might be originating from. I'm not sure how the UI thread becomes so heavily loaded with a simple BANNER ad... Any

How to integrate Mopub Native ads in between content

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-08 11:22:59
问题 I have integrated Mopub native ads in listview all working good but i want to show native ads in between my content not in listview. I tried this MoPubNative.MoPubNativeNetworkListener moPubNativeListener = new MoPubNative.MoPubNativeNetworkListener() { @Override public void onNativeLoad(NativeAd nativeAd) { // ... } @Override public void onNativeFail(NativeErrorCode errorCode) { // ... } }; MoPubNative moPubNative = new MoPubNative(SingleActivity.this, "ffb8734de73e4d62b93bae99c06db41f",

Don't let AdMob ads request focus?

只谈情不闲聊 提交于 2019-12-08 04:48:08
问题 I have a EditText in a layout, and I also have AdMob ads at the bottom of the layout, when someone enters something in the EditText theres suppose to be a "Done" button in the button right corner of the keyboard, but after I added AdMob it has a "Next" button, and when you press it, it focuses on the Ad! Is there a way to disable this? My XML: <com.google.ads.AdView android:id="@+id/adView" android:focusable="false" android:layout_width="wrap_content" android:layout_height="wrap_content" ads

Best Practices: Tracking Banner Impressions

好久不见. 提交于 2019-12-08 03:41:28
问题 I am writing a banner ad engine in php/mysql. I don't want to use OpenX or a turn-key solution because there is going to be a bunch of custom functionality that I would rather not rely upon an existing system to have to flex to accommodate. Here is the thinking and my current approaches to the impressions architecture: Requests to banner server come in via javascript snippet on target site Server has cached list of banners to serve and returns appropriate image as needed. Impressions are

AdMob crashes emulator when launching app repeatedly

别等时光非礼了梦想. 提交于 2019-12-07 18:32:25
问题 I'm trying to debug an app that has ads in it, and the emulator is crashing on me. It seems silly that I have to manually set it to test mode, when I'm trying to test out my code. Is there someway to prevent this from happening, perhapse detect if its in emulator mode and have it set the adRequest to test mode? Has anyone else been able to overcome this or experienced it? I can't recreate the problem on my phone at least. Here is the code section that I think is causing me problems, when I'm

How to test Admob in real device if without Ad unit id

被刻印的时光 ゝ 提交于 2019-12-07 12:24:33
问题 I am trying to use Google mobile ads, how can I test my application if I do not have AdUnitId which you have to pay to get? can I test it on real device? 回答1: You dont have to pay to open admob account. But, if you still want to test without an account, add your device ID to the adrequest, and you will see demo ads. 回答2: UPDATE: Creating an admob account is free. However, you can use these dummy adunit IDS for testing: Banner : ca-app-pub-3940256099942544/6300978111 Source Interstitial: ca

Downloading Facebook ads statistics in background (no web browser)

╄→尐↘猪︶ㄣ 提交于 2019-12-07 08:23:35
问题 I am developing a backoffice server application wich is supposed to email our customers with ads campaign statitistics, where camapaigns are bundled from various providers, one of them being Facebook. Now the problem is how to download specific ads campaigns from Facebook. Basically what I need is a table for specific campaign with values for impressions and clicks for each day from requested range. One problem is that the application is background server process, running periodically without

Ads filtering server side [closed]

我怕爱的太早我们不能终老 提交于 2019-12-07 03:55:26
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 6 years ago . I'm working on a web application where I display HTML from other websites. Before displaying the final version I'd like to get rid of the ads. Any ideas, suggestions on how to accomplish this? it doesn't need to be a super efficient filtering tool, I was thinking in porting some