stop (Browser)

From Engineering Client Portal

Revision as of 21:51, 21 May 2017 by Admin (talk | contribs) (Created page with "{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|Browser SDK API Reference}} {{CurrentBreadcrumb}} Category:Digital Category:Browser SDK API Reference Records a cha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Engineering Portal breadcrumbArrow.png Digital breadcrumbArrow.png Browser SDK API Reference breadcrumbArrow.png stop (Browser)
Records a channel pause event. Call this event before switching from one type of video to another (e.g. to indicate content pausing before switching to ad and back from the ad to content).

It is NOT necessary to call this for fast-forward / rewind scenarios, if the content type at the destination playhead upon fast-forward / rewind action is the same.

Syntax

ggPM('7', playheadposition); // For VA users only


International (Germany) implementation

ggPM("stop", playheadposition); // Except VA users

Input Parameters

Parameter Description
event stop
playheadposition The exact position of playhead when streaming was paused.