Event printing
Contents
print page button
Priority low
When a 'print this page' button is used
This event is tracked by the event_tracker.
Examples
Data sent to the dataLayer
- event: event_data
- event_data:
- event_name: print_page
- index:
- index_link: number
- index_total: string (number)
- section: string
- text: string
- type: print page
You can also view our complete schemas.
print page dialog
Priority low
Tracks when the browser print dialog is opened by the user, for example through the browser File->Print menu.
This event is tracked by the print_tracker.
Data sent to the dataLayer
- event: event_data
- event_data:
- event_name: print_page
- method: browser print
- type: print page
You can also view our complete schemas.
view printable version
Priority low
Tracking links to a printable version of a multi page guide
This event is tracked by the link_tracker.
Examples
Data sent to the dataLayer
- event: event_data
- event_data:
- event_name: navigation
- external: false
- link_domain: string
- method: string
- section: string
- text: string
- type: print page
- url: string
You can also view our complete schemas.