LogoLogo
  • iPaper Technical Documentation
  • Display Analytics
    • Google Analytics
  • Display JavaScript API
    • Quick Start
    • Commands
    • Events
  • Flipbook Analytics
    • Adobe Analytics events
    • Google Analytics / GTM events
  • Flipbook Backend API
    • Overview
    • Return Codes
    • Ecommerce
      • GetFlipbookOrdersByType
      • GetLicenseOrdersByType
    • Image
      • GetImageWith2PxDropShadow
    • Link
      • GetLinks
    • Media
      • CreateDirectory
      • DeleteDirectory
      • DeleteFile
      • GetTree
      • UploadFile
    • Paper
      • ChangePaperUrl
      • ClearPublicationPeriod
      • CreateCategory
      • CreatePaper
      • CreatePreviewToken
      • DeletePaper
      • GetAllPapers
      • GetPaperIDFromUrl
      • GetPaperStructure
      • GetPaperUrlFromID
      • GetSetting
      • GetSettingDescriptions
      • MovePaper
      • SetPublicationPeriod
      • SetSetting
    • Ripper
      • GetProcessingPapers
      • GetProcessingStatus
      • ProcessPDF
      • ReprocessPaper
    • Search
      • SearchPapersByContent
      • SearchPapersByCustomFields
      • SearchPapersWithHiearchyByContent
      • SearchPapersWithHiearchyByName
    • Statistics
      • GetNumberOfPageviewsPerDay
      • GetNumberOfVisitors
      • GetNumberOfVisitorsPerDay
  • Flipbook Enrichment
    • Popup Content
    • Popup Frame
  • Flipbook Integration
    • Custom Domain
    • Custom Mail
    • Embedding flipbooks inside iOS and Android App
    • Form Integration
    • Iframing Flipbooks
    • iPaper Embed Script (Pop-ups)
    • Embeds (Minipapers)
    • Query String Parameters
    • Remote Authentication
    • Shop Export
  • Flipbook JavaScript API
    • Getting Started
    • Commands & Events
      • Basket
      • Consent
        • Example Implementations
          • UserCentrics
          • OneTrust
          • CookieInformation
          • Cookiebot
      • Paging
      • Publication
      • Search
      • Table of Contents
      • Sharing
    • Advanced Usage
    • Migration guide
    • Legacy Javascript API (v2)
      • Quick Start
      • Commands
      • Events
      • Consent Management
      • Advanced Usage
  • Technical Information
    • Cookie Information
    • Common security questions
    • Open Source
Powered by GitBook
On this page
  • Adding Adobe Analytics integration
  • Events
  • Overview
  • Example
  • Page views
  1. Flipbook Analytics

Adobe Analytics events

How event tracking works on your flipbook when you add Adobe Analytics integration.

PreviousEventsNextGoogle Analytics / GTM events

Last updated 1 year ago

Adding Adobe Analytics integration

Adobe Analytics Integration can be enabled by copying the and pasting in into your flipbook integration settings.

Events

All events are tracked according to the .

window._satellite.track(identifier, detail);

Overview

Identifier
Detail
Comment

External Link Click

n.a.

Open Display

n.a.

Load

Flipbook URL is simply read from window.location.href

PDF Download

n.a.

n.a.

Popup Image Click

n.a.

Popup Image Gallery Click

n.a.

Popup Media Gallery Click

n.a.

Popup Content Click

n.a.

Popup Frame Click

n.a.

Product Added to Basket

n.a.java

News ticker External Link Click

n.a.

Search

n.a.

Shop Checkout

Possible CheckoutType values are Email, ShareEmail, Checkout, or Print.

Video Play

Only the first play is registered. Possible VideoType values are Video, YouTube, or Vimeo.

Amount Selector Modal Open

n.a.

Products on Page Modal Open

n.a.

Shop Detail Item Modal Open

n.a.

Shop Multivariant Modal Open

n.a.

Note:

The values in [] will be replaced with context specific value before sending the event.

Example

For example, when somebody searches for “Cute puppies” in your flipbook, we will track it as such via the “Search” event:

window._satellite.track('Search', {
	'Term': 'Cute puppies'
});

Page views

Pageviews are tracked as a separate event by its own:

window._satellite.track('pageview', {
	page: [PAGE_URL],
	title: [PAGE_TITLE]
})
{
  HoverText: [LINK_HOVER_TEXT],
  Url: [EXTERNAL_URL],
  Page: [PAGE_NUMBER]
}
{
   Guid: [DISPLAY_GUID],
   Page: [PAGE_NUMBER]
}
{
  Url: [FLIPBOOK_URL]
}
{
  HoverText: [LINK_HOVER_TEXT],
  Url: [IMAGE_URL],
  Page: [PAGE_NUMBER]
}
{
  HoverText: [LINK_HOVER_TEXT],
  Page: [PAGE_NUMBER]
}
{
  HoverText: [LINK_HOVER_TEXT],
  Page: [PAGE_NUMBER]
}
{
  HoverText: [LINK_HOVER_TEXT],
  Page: [PAGE_NUMBER]
}
{
  HoverText: [LINK_HOVER_TEXT],
  Url: [FRAME_URL],
  Page: [PAGE_NUMBER]
}
{
  Id: [PRODUCT_ID],
  Name: [PRODUCT_NAME],
  Page: [PAGE_NUMBER]
}
{
  Url: [EXTERNAL_URL]
}
{
  Term: [SEARCH_TERM]
}
{
  NumberOfProducts: [NO_OF_PRODUCT_IN_CART],
  CheckoutType: [CHECKOUT_TYPE],
  BasketValue: [TOTAL_BASKET_VALUE]
}
{
  Url: [VIDEO_URL],
  VideoType: [VIDEO_TYPE],
  Page: [PAGE_NUMBER]
}
{
  Id: [PRODUCT_ID],
  Page: [PAGE_NUMBER]
}
{
  Page: [PAGE_NUMBER]
}
{
  Id: [PRODUCT_ID],
  Page: [PAGE_NUMBER]
}
{
  Page: [PAGE_NUMBER]
}
launch embed code
launch object reference published by Adobe Analytics