For the complete documentation index, see llms.txt. This page is also available as Markdown.

Imprint-Level Events

Imprint-level event tracking and properties

(These relate to the overall experience, layout, or session flow.)

Event Name
Description

imprint_viewed

An Imprint was rendered and displayed

imprint_qualified

An Imprint stayed sufficiently visible for 1 continuous second

imprint_left

An Imprint left the viewport after being viewed

story_viewed

A Stories-format section appeared in the viewport

story_clicked

A Stories-format Imprint was entered

story_opened

A Stories-format section opened in Frame view

story_left

A Stories-format section left the viewport after being viewed

slide_viewed

A slide (e.g. in Carousel) was viewed

slide_changed

User navigated between slides

$pageview

Web SDK analytics initialised across supported rendering modes

$pageleave

User left or hid the page containing the Imprint

Event: imprint_viewed

Description:

An Imprint was rendered and displayed.

Properties:

Property
Type
Example

imprint_id

String

c7ea455f-5074-4968-bf72-3e2e899122c0

imprint_mode

String

STORY

sdk_version

String

dev

slide_id

String

-

slide_index

Numeric

-

page_id

String

-

page_index

Numeric

-

scrolled_percentage

Numeric

-

Event: imprint_qualified

Description:

The Imprint stayed sufficiently visible for 1 continuous second. It can fire again after the Imprint leaves and re-enters view.

Properties:

Property
Type
Example

imprint_id

String

c7ea455f-5074-4968-bf72-3e2e899122c0

imprint_mode

String

GALLERY

sdk_version

String

4.20.0

imprint_time_ms

Numeric

1275

Event: imprint_left

Description:

The Imprint left the viewport after being viewed.

Properties:

Property
Type
Example

imprint_id

String

c7ea455f-5074-4968-bf72-3e2e899122c0

imprint_mode

String

GALLERY

sdk_version

String

4.20.0

scrolled_percentage

Numeric

98.2

imprint_time_ms

Numeric

4820

Event: story_clicked

Description:

A Stories-format Imprint was entered.

Properties:

Property
Type
Example

imprint_id

String

c7ea455f-5074-4968-bf72-3e2e899122c0

imprint_mode

String

STORY

story_title

String

IOC - Samsung Victory Selfie Lookback

story_id

String

d546cfd4-5319-48d1-8d8b-b6f08a77de64

story_index

Numeric

2

sdk_version

String

dev

imprint_click_x_px

Numeric

90

imprint_click_y_px

Numeric

79

Event: story_left

Description:

A Stories-format section left the viewport after being viewed.

Properties:

Property
Type
Example

imprint_id

String

c7ea455f-5074-4968-bf72-3e2e899122c0

imprint_mode

String

STORIES

story_title

String

IOC - Samsung Victory Selfie Lookback

story_id

String

d546cfd4-5319-48d1-8d8b-b6f08a77de64

story_index

Numeric

2

story_state

String

PARTIAL

sdk_version

String

4.27.0

Event: slide_viewed

Description:

A slide (e.g. in Carousel) was viewed.

Properties:

Property
Type
Example

imprint_id

String

573b1d18-6b5f-45e4-aa5f-10471ddf96d3

imprint_mode

String

CAROUSEL

scrolled_percentage

Numeric

-

sdk_version

String

4.6.3

slide_index

Numeric

0

Event: slide_changed

Description:

User navigated between slides (e.g. in a Carousel Imprint).

Properties:

Property
Type
Example

imprint_id

String

14a996b2-3ae2-4b71-bac2-078a2b11aedd

imprint_mode

String

CAROUSEL

sdk_version

String

dev

direction

String

next

slide_id

String

374ea8ff-f0e6-40b0-b739-ecfc6c73e09c

slide_index

Numeric

0

subsequent_slide_id

String

da36e970-9954-4ceb-8a56-b9c0e5625010

subsequent_slide_index

Numeric

1

Event: $pageview

Description:

Web SDK analytics initialised for the page containing the Imprint. This event is emitted across supported rendering modes, including ADS.

Properties:

Property
Type
Example

imprint_id

String

-

imprint_mode

String

-

sdk_version

String

-

title

String

Amondo Curation Dashboard

Event: $pageleave

Description:

The user navigated away from the page containing the Imprint.

Properties:

Property
Type
Example

imprint_id

String

a84122b6-5f45-4546-bd90-535db6c0d54c

imprint_mode

String

GRID

page_id

String

-

page_index

Numeric

-

scrolled_percentage

Numeric

100

imprint_time_ms

Numeric

6240

Last updated