Skip to content

Commit

Permalink
πŸ“– Update amp-story-analytics.md with bookend triggers (#16861)
Browse files Browse the repository at this point in the history
* Update amp-story-analytics.md with bookend triggers

* Remove extraneous newline
  • Loading branch information
newmuis authored Jul 19, 2018
1 parent 3054d14 commit 8f06595
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extensions/amp-story/amp-story-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ Using `amp-analytics` you can re-assign the `story-page-visible` event to behave

Consult your vendor's documentation for more specific details on how to set this up.

### Bookend enter trigger (`"on": "story-bookend-enter"`)

The `story-bookend-enter` trigger is fired when the bookend is shown to the user, after the last page of the current story.

### Bookend exit trigger (`"on": "story-bookend-exit"`)

The `story-bookend-exit` trigger is fired when the bookend is dismissed by the user.

### Mute trigger (`"on": "story-audio-muted"`)

The `story-audio-muted` trigger is fired when the user initiates an interaction to mute the audio for the current story.
Expand Down

0 comments on commit 8f06595

Please sign in to comment.