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

feat(FEC-13691): Application events analytics reporting to kava #156

Merged
merged 19 commits into from
Mar 12, 2024

Conversation

JonathanTGold
Copy link
Contributor

@JonathanTGold JonathanTGold commented Mar 5, 2024

@JonathanTGold JonathanTGold self-assigned this Mar 5, 2024
SivanA-Kaltura

This comment was marked as spam.

JonathanTGold added a commit to kaltura/playkit-js-bumper that referenced this pull request Mar 11, 2024
…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]>
JonathanTGold added a commit to kaltura/playkit-js-transcript that referenced this pull request Mar 11, 2024
JonathanTGold added a commit to kaltura/playkit-js-downloads that referenced this pull request Mar 11, 2024
#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',
Copy link
Contributor

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

Copy link
Contributor Author

@JonathanTGold JonathanTGold Mar 12, 2024

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,

Copy link
Contributor

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

src/application-events-model.ts Outdated Show resolved Hide resolved
JonathanTGold added a commit to kaltura/playkit-js-dual-screen that referenced this pull request Mar 12, 2024
Add Events (used by kava analytics)

solves FEC-13736
Related PR:
kaltura/playkit-js-kava#156
@JonathanTGold JonathanTGold merged commit 9e63c9a into master Mar 12, 2024
11 checks passed
JonathanTGold added a commit to kaltura/playkit-js-share that referenced this pull request Mar 12, 2024
)

### Description of the Changes

#### Solves FEC-13721

#### Related PR: 
kaltura/playkit-js-kava#156

---------

Co-authored-by: JonathanTGold <jonathan.gold@[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants