Class: Session

Session


new Session()

The Session is the core object returned when an ad call to Pulse has been made.
It contains all information needed to display ads and track information back to Pulse.

Members


id :string

The Pulse session id, or ticket id

Type:
  • string

insertionPoints :Array

List of InsertionPoints in the Session

Type:
  • Array

language :string

Language

Type:
  • string

secure :boolean

True if the session is secure (over HTTPS). HTTP tracking URLs won't be tracked when in secure mode.
Can be overridden with the ignoreSecure setting.

Type:
  • boolean

trackingEvents :object

Map of URLs for various tracking events.

Type:
  • object