-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(FEC-13691): Application events analytics reporting to kava #156
Conversation
…111) Add Events (used by kava analytics) Resolves: FEC-13743 Related PR: kaltura/playkit-js-kava#156 --------------------------------------------------------- Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
…ics) (#180) Solves FEC-13719, FEC-13691 Related PR: kaltura/playkit-js-kava#156 --------- Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
#43) ### Description of the Changes Adjusting Events (used by kava analytics) #### Solves FEC-13717 #### Related PR: kaltura/playkit-js-kava#156 --------- Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
type: 'SHARE_CLICKED', | ||
getEventModel: (): any => ({ | ||
eventType: ApplicationEventType.BUTTON_CLICKED, | ||
buttonName: 'Share_embed_open', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
button names should be consts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don’t think so, it is not reused, anyway it is neither const nor let is is parm sent,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since there is no reuse for those names, and they exist only in one place, here, lets leave it as is
Add Events (used by kava analytics) solves FEC-13736 Related PR: kaltura/playkit-js-kava#156
) ### Description of the Changes #### Solves FEC-13721 #### Related PR: kaltura/playkit-js-kava#156 --------- Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
Description of the Changes
Add Application events analytics reporting to kava
Solves FEC-13691
Related PRs:
kaltura/playkit-js-share#40
kaltura/playkit-js-downloads#43
kaltura/playkit-js-dual-screen#131
kaltura/playkit-js-playlist#56
kaltura/playkit-js-navigation#352
kaltura/playkit-js-transcript#180
kaltura/playkit-js-bumper#111
kaltura/playkit-js-skip#22