-
Notifications
You must be signed in to change notification settings - Fork 200
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
Wrong impression tracking for Custom Event #500
Comments
It is expected that the two events occurred at the same time if you load a banner on the screen. When the ad is loaded the |
@NVentimiglia thank you for your response, but I do not think you read my message
|
That is correct, |
Hey @NVentimiglia
|
When using Custom event implementation we got
impression
callback together withloaded
Is there is a “hidden” logic in Google Ads SDK that is calls impression callback at the same time with the loaded callback (or even before loaded)?
Easy to reproduce: just remove banner insertion and request the ad.
Google Ads SDK triggers
impression
callback once the ad provider notify aboutadLoaded
event even without adding it to view hierarchyThe text was updated successfully, but these errors were encountered: