3,895 questions
Best practices
0 votes
0 replies
24 views
Skip button for tvOS with Google IMA SDK Pod
I am currently working on a tvOS project that uses the following pod: GoogleAds-IMA-tvOS-SDK (version 4.16.0). I have two specific requirements and would like clarification on their feasibility: ...
7 votes
1 answer
146 views
Flutter Native ads are sometimes displays and sometimes not but its clickable
Flutter Sdk: 3.27.1 google_mobile_ads: ^6.0.0 0 I am facing this issue on Samsung F23, Android 14, API 34 when the app starts I display the Ad on the Home Screen and that is working well but when I ...
1 vote
0 answers
79 views
Is there a way to know when a Google (GPT) ad is being closed?
So, I have an ad at the bottom of a page, which has a closed icon. Is there a way to understand whether the ad has been closed when I click on it? I wrote this code, which lets me know when the ad I ...
-1 votes
1 answer
45 views
Fixed size mpu ad loading fails on ioS for flutter app
I have a flutter application in which I have integrated ads for both iOS & Android platforms. Ads load just fine for Android, whereas for iOS the ad loading fails with: Ad load failed: ...
1 vote
0 answers
89 views
flet_ads only displaying: Unknown control: banner_ad
I'm new to flet. I couldn't make ads work in a project. All attempts so far show up like the screen shot attached. I followed this tutorial (https://youtu.be/CgScZlh_xRs?si=icHZf_k0o_JMMqlq), and when ...
0 votes
0 answers
55 views
When an interstitial ad is shown, if the user minimize the app and then reopens it using the app icon, the ad disappears
When an interstitial ad is being displayed, if the user minimize the app to the background and then reopens it using the app icon, the ad disappears. What I expect is that when the user returns to the ...
0 votes
0 answers
27 views
Registering ads in SKStoreProductViewController without showing any UI
I am trying to explore a way to use SKStoreProductViewController 1) without showing UI and 2) when a device is in background mode for x-device conversion tracking case. As an example, when a user ...
0 votes
0 answers
55 views
Why ads don't load when the app is first launched on Android 13+?
On Android 13+, the first ad load throws a No Fill error in onAdFailedToLoad() even with test ad IDs, subsequent loads are fine. AD_ID added to Manifest <uses-permission android:name="com....
1 vote
1 answer
88 views
Testing adaptive ad in Google Ad Manager
I am trying to create adaptive banner using Google Ad Manager. I have downloaded simple example of fixed banner from Google. The code is following: val adView = AdManagerAdView(this) adView....
0 votes
0 answers
28 views
Ads API generate_keyword_historical_metrics response keyword order
In the Google Ads API generate_keyword_historical_metrics response, is the order of the returned keywords guaranteed to match the order of the input keywords? If not, what is the recommended way to ...
0 votes
0 answers
86 views
Facebook Crawler Floods CPU usage to 100%
Im running facebook ads and today i woke up to see my server cpu at 100%. I couldnt even use my website. I did some research and found out it was a Facebook Crawler sending excessive requests. I tried ...
0 votes
0 answers
61 views
Facebook Graph API: How do I extract comments from my paid ads?
{ "error": { "message": "(#12) singular statuses API is deprecated for versions v2.4 and higher", "type": "OAuthException", "code&...
1 vote
0 answers
200 views
Not executing the registerActivityLifecycleCallbacks in the Andrid Application class. How to make this to execute and show the ads
I am fetching the network preferences from the remote config and based on the value I am showing the ads to user. But it failed to show the ads when it is from the Application class. @Override ...
0 votes
0 answers
26 views
The "Slider" option is not visible while creating Lead Form ads on Facebook
The "Slider" option is not visible in the question type section while creating an Instant Form on Facebook. enter image description here Based on this article the "Slider" Option ...
0 votes
0 answers
67 views
not getting ad_id, campaign_id, adset_id for live leads in <FORM_ID>/leads ( Meta Retrieving lead / Ads / Meta API )
I'm encountering an issue while retrieving lead data via the Graph API for live leads (not test leads). Despite explicitly requesting fields like ad_id, campaign_id, and adset_id, the API response ...