Skip to main content
Player SDK Events
Updated over a week ago

The Anyclip SDK player is allowing clients to subscribe to the following events:

Type

Event Name

Event Code

Val

Description

Player Events

playerReady

wre

The player is ready to work

playerPlaylistLoaded

pll

The player received the playlist (with the clips)

playerItemChange

pli

The player clip was changed

playerFullscreen

pfs

The player plays on fullscreen

playerVolume

pvc

new volume (0-100)

The player volume changed

playerMute

pom

0: unmuted

1: muted

The player is on mute

playerPause

clp

0: resumed

1: paused

The player has been paused

playerClickNext

ncl

The “Next” button was clicked

FloatingPlayerClosed

fpc

Floating player closed

CloseCaptionsChangedOnClick

cco

0: Disabled

1: Enabled

Close Captions visibility was changed on click

Ad Events

adImpression

imp

Ad impression

adSkippped

ask

Ad was skipped

adFirstQuartile

aq1

Ad in Q1

adMidpoint

aq2

Ad in Q2

adThirdQuartile

aq3

Ad in Q3

adComplete

acp

Ad in Q4 (complete)

adClick

acl

Ad clicked

adViewability

adv

50% of ad pixels are visible in the browser for 2 continuous seconds

Playback Events

playerPlaylistComplete

plc

Playlist completed

playerClipImpression

cmp

Clip Impressions (Clip started)

playerFirstQuartile

cq1

Clip in Q1

playerMidpoint

cq2

Clip in Q2

playerThirdQuartile

cq3

Clip in Q3

playerClipComplete

ccp

Clip in Q4 (complete)

playerDisplayClick

ccl

Clip clicked

ClipSeek

csk

"startSeek, finishSeek" (Seconds), e.g. "2,72"

Clip seek

Social Events

ShareScreenOpen

sho

Social share overlay opened

ShareVideoClicked

sha

The user clicked on one of social share buttons (Facebook, Twitter, WhatsApp, email)

SocialLikeClicked

slk

The user liked the video (user clicked on empty thumb, liking the video)

SocialUnlikeClicked

sul

The user unliked the video (user clicked on the solid thumb, unliking the video)

Did this answer your question?