Open
Description
- I am simulating both sides: MMP and SSP
- I am properly getting a call to my endpoint for: "win" and "result".
- I do not get any class to "imp" and "click" endpoints.
- I do register these events on both: "generateBid" and "generateScore":
let clickUri = reporting_address + '/report/click';
let viewUri = reporting_address + '/report/view';
const beacons = {'click': clickUri, 'view': viewUri};
registerAdBeacon(beacons);
- I also run on the Android device the following code after I get adSelectionId:
mAdClient.reportImpression(request)
mAdSelectionManager.reportEvent(request)
- I run the "reportEvent" twice. One with "click" and second with "view" as the "eventKey".
- I force the following services:
db shell cmd jobscheduler run -f com.google.android.adservices.api 5
adb shell cmd jobscheduler run -f com.google.android.adservices.api 3
adb shell cmd jobscheduler run -f com.google.android.adservices.api 7
adb shell cmd jobscheduler run -f com.google.android.adservices.api 14
adb shell cmd jobscheduler run -f com.google.android.adservices.api 20
Any reason why impression and click events are not reported?
Thanks
Metadata
Metadata
Assignees
Labels
No labels