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

AdsLoader EventListener #3672

Closed
giladna opened this issue Jan 5, 2018 · 1 comment
Closed

AdsLoader EventListener #3672

giladna opened this issue Jan 5, 2018 · 1 comment
Assignees

Comments

@giladna
Copy link

giladna commented Jan 5, 2018

Hi right now not all IMA events are reflected to the event listener
is to possible to expose the ad events so it can be used by the app for business logic/statistics?

For example ImaAdsLoader onAdEvent will fire all the IMA ad Events that are passed to it

public static enum AdEventType {
ALL_ADS_COMPLETED,
CLICKED,
COMPLETED,
CUEPOINTS_CHANGED,
CONTENT_PAUSE_REQUESTED,
CONTENT_RESUME_REQUESTED,
FIRST_QUARTILE,
LOG,
AD_BREAK_READY,
MIDPOINT,
PAUSED,
RESUMED,
SKIPPED,
STARTED,
TAPPED,
ICON_TAPPED,
THIRD_QUARTILE,
LOADED,
AD_PROGRESS,
AD_BREAK_STARTED,
AD_BREAK_ENDED;

    private AdEventType() {
    }
}

Thanks,
Gilad

@andrewlewis
Copy link
Collaborator

Please see #3322.

@andrewlewis andrewlewis self-assigned this Jan 8, 2018
@google google locked and limited conversation to collaborators May 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants