Skip to content
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

Native event seatbid.bid.ext.prebid.events.imp is not notified #686

Closed
ValentinPostindustria opened this issue Sep 13, 2023 · 0 comments · Fixed by #705
Closed

Native event seatbid.bid.ext.prebid.events.imp is not notified #686

ValentinPostindustria opened this issue Sep 13, 2023 · 0 comments · Fixed by #705
Assignees
Labels

Comments

@ValentinPostindustria
Copy link
Collaborator

ValentinPostindustria commented Sep 13, 2023

Impression event seatbid.bid.ext.prebid.events.imp is not notified when adm doesn't have eventtrackers. It must be notified even if there are no eventtrackers.

ImpressionTracker is created in line 301 (PrebidNativeAd.java) only if there is at least one impression tracker (array imp_trackers).

if (imp_trackers != null) {
   ...
}

If there are no impression trackers we need to create ImpressionTracker with impEvent URL to call the notifyImpressionEvent() when an ad is on display.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants