This event is triggered when a user shares a replica spread in a Prenly reader application, using the replica reading mode.
Note that the event is triggered as soon as the share link is generated, regardless of whether or not the user is actually posting the link.
| Attribute | Belongs to | Data type | Description |
|---|---|---|---|
| title_slug | Title | string | Computer-friendly title name |
| title_uid | Title | string | The unique identifier of the title |
| publication_date | Publication | string | Publication date on form YYYY-MM-DD |
| publication_slug | Publication | string | Computer-friendly publication label |
| publication_uid | Publication | string | The unique identifier of the publication |
| part_slug | Replica | string | Computer-friendly label for the publication part |
| page_numbers | Replica | string | Sends a comma-separated string of all pages on the spread (a full spread is always shared). |
| page_view_id | string | (Prenlytics only) - shared by events triggered from within the same replica view context |
Note that contextual data will normally be included when an event is exported.
| Attribute | Example value |
|---|---|
| title_slug | "weekly-news" |
| title_uid | "2359" |
| publication_date | "2023-03-14" |
| publication_slug | "world-cup-insert" |
| publication_uid | "45680" |
| part_slug | "part-1" |
| page_numbers | "16,17" |