Hi Martin,
Thank you for reaching out to us. Having read over your post, the fact that you are able to see ads and that the issue appears to be that the tracking of them is incorrect, would point to a potential backend problem. As we deal with the technical implementation of the SDK. And you are able to see the ads, there is not much we can do as it looks like everything is ok to us. What we would suggest though is to contact our Product Support Team , as they have the tools to look into why the clicks are not being counted.
Regards,
|
||||||
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/FHF2r000000000000000000000000000000000000000000000QYO8DP00jFduPsmRQjeaMjTuERZyZQ%40sfdc.net.
Hello Khizar,
Thank you for reaching out to us.
For CTR concern, we recommend raising this to the Product Support team as they are handling this kind of concern. We hope that you get a positive response from them the soonest time possible.
Regards,
|
||||||

Hi Martin,
My name is Nick, I will be happy to help you figure out why the advertising clicks are not being recorded correctly.
Can you provide us with a network trace log of the incident? For instance, a charles proxy log. This will help us diagnose the problem. Here is a guide for setting up the recording on android. Here is a guide for setting up the charles recording on iOS. Moreover, please include the App Id and all relevant advertising unit Ids. Alternatively a minimal sample application which replicates this issue would be acceptable.
Please send this data privately. If you encounter an issue when sending those details privately, you can send those details to our testing email address (mobileads...@gmail.com) instead.
Thanks,
Nick
Hi Martin,
Can you declare the AD_ID permission to your AndroindManifest.xml file? I have included a code sample below.
<application>
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy"/>
<!-- Required permissions for GMA SDK version 20.3.0 or lower to work on Android S devices -->
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
</application>
</manifest>
Let us know if you need further assistance,