-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Banner Ads touch down registers as clicks #427
Comments
Give me some time to research this issue, and I will get back to you. |
@justiny-b do you have a charles log demonstrating click recorded on "touch down"? |
bingo-cash.txt |
What are your replication steps. I took our example, added |
@NVentimiglia It's to have the finger down on the image but scroll up and let go. This triggers a click when it shouldn't. |
Hi @NVentimiglia, |
I was not able to replicate this issue. The click did not trigger an onclick event for me on mouse down. Please try the updated InlineAdaptiveBanner Sample |
@NVentimiglia |
I modified the sample to use a fixed sized banner and I am still not seeing the issue. |
@NVentimiglia The creatives that are allowed in GAM has javascript code that calls the JSI on touch down, I'm wondering if GAM could somehow remove these creatives automatically as they have ridiculously high CTR? |
That sounds very plausible. I would do a manual review of your creatives. If that fails, reach out to the Ad Manager SDK team and provide a link to this discussion and your suspicion that this might be creative related. https://developers.google.com/ad-manager/mobile-ads-sdk/support |
Hello all,
I currently work on an app using GAM with standard banner (300x250), custom native, and programmatic native ads.
All of these ads are in a tableView like the example here.
We have users that are reporting that touching down on ads immediately sends them to a browser or it registers as a click.
We also found a forum post with the representatives stating that it's an intended behavior.
https://groups.google.com/g/google-admob-ads-sdk/c/wI__HKDqyXc/m/X41d43UdBAAJ
If it is an intended behavior, is there a way to turn this off? or disable these types of ads?
We have disabled bidders with high # of CTR but more bidders with these ad types are coming through. Also, we cannot find an option to disable these programmatic banner ad types.
FYI, html 5 banner works perfectly fine and the confirmed click is working as well. Only the programmatic image banner has the touch down click issue.
I've attached a video below, you can see the little caesar's pizza instantly navigate to a website on touch down :(
RPReplay_Final1718076369.mov
The text was updated successfully, but these errors were encountered: