Activity Payload

Extends

Properties

activityId?

optional activityId: string

Unique identifier used to de-duplicate activities

Inherited from

ActivityPayloadBase.activityId


activityName?

optional activityName: TrackingActivityNames

Standard or custom activity / behavior activity name.

Inherited from

ActivityPayloadBase.activityName


activityNameCustom?

optional activityNameCustom: string

Required if ActivityName is set to Custom. When setting this parameter in conjunction with setting ActivityName to a standard event name, Seeka will process the event as a standard event with the exception of conversion based data destinations being sent the event as the ActivityNameCustom value with the parameters of the standard event.

Inherited from

ActivityPayloadBase.activityNameCustom


commerce?

optional commerce: CommerceActivityTrackingEventMetadata

E-Commerce specific activity properties

Inherited from

ActivityPayloadBase.commerce


contentBehaviour?

optional contentBehaviour: ContentBehaviourActivityTrackingEventMetadata

Content behavior specific activity properties

Inherited from

ActivityPayloadBase.contentBehaviour


contentItem?

optional contentItem: ContentItemActivityTrackingEventMetadata

Content item activity properties

Inherited from

ActivityPayloadBase.contentItem


lead?

optional lead: LeadActivityTrackingEventMetadata

Lead activity properties

Inherited from

ActivityPayloadBase.lead


promotion?

optional promotion: PromotionalActivityTrackingEventMetadata

Promotion specific activity properties

Inherited from

ActivityPayloadBase.promotion


properties?

optional properties: object

Custom properties attached to the tracking event

Index signature

[key: string]: string

Inherited from

ActivityPayloadBase.properties


search?

optional search: SearchActivityTrackingEventMetadata

Search function specific activity properties

Inherited from

ActivityPayloadBase.search


signUp?

optional signUp: SignUpActivityTrackingEventMetadata

Sign up / newsletter function specific activity properties

Inherited from

ActivityPayloadBase.signUp


time?

optional time: Date

Time activity occurred. Do not provide to use server time (recommended)


userAccount?

optional userAccount: UserAccountActivityTrackingEventMetadata

User account specific activity properties

Inherited from

ActivityPayloadBase.userAccount