You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2024. It is now read-only.
When an ad is clicked and you stay on the landing page for more than 10 seconds, it should generate a "landing" event confirmation to correspond to that. While I have tried this a few times, I see no landing confirmations in the database.
Steps to Reproduce
Get a Brave Ad
2.Tap the Ad
Spend 15 seconds on the landing page
Actual result:
No land events in the database.
Expected result:
There should be at least some landing events in the database for the iOS platform.
Reproduces how often: [Easily reproduced, Intermittent Issue]
Easily
Brave Version:
1.13 (19.10.30.21)
Device details:
iPhone X, 13.1.3
Additional Information
@tmancey indicates that this should probably be handled by the native library automatically.
The text was updated successfully, but these errors were encountered:
@kylehickinson Do you call OnPageLoaded for ads, as internally we detect if an ad run through the business logic for sustaining an ad`. I expect this call is not being made.
Note: However if an ad URL is redirected (likely on staging) then sustaining of the ad will fail. You can search for Start sustaining ad interaction in in the logs to determine if working or not.
Description:
When an ad is clicked and you stay on the landing page for more than 10 seconds, it should generate a "landing" event confirmation to correspond to that. While I have tried this a few times, I see no landing confirmations in the database.
Steps to Reproduce
2.Tap the Ad
Actual result:
No land events in the database.
Expected result:
There should be at least some landing events in the database for the iOS platform.
Reproduces how often: [Easily reproduced, Intermittent Issue]
Easily
Brave Version:
1.13 (19.10.30.21)
Device details:
iPhone X, 13.1.3
Additional Information
@tmancey indicates that this should probably be handled by the native library automatically.
The text was updated successfully, but these errors were encountered: