Override values interface

interface IPageActionOverrideValues {
    actionType?: string;
    behavior?: string | number;
    clickCoordinateX?: number;
    clickCoordinateY?: number;
    content?: any;
    contentTags?: any;
    isAuto?: boolean;
    pageName?: string;
    pageTags?: any;
    pageType?: string;
    refUri?: string;
    targetUri?: string;
}

Hierarchy (view full)

Properties

actionType?: string

One of the awa.actionType values

behavior?: string | number

One of the awa.behavior values.

clickCoordinateX?: number

Click coordinates relative to the top left of the fully rendered content area in the browser

clickCoordinateY?: number

Click coordinates relative to the top left of the fully rendered content area in the browser

content?: any

KVP of the content

contentTags?: any

KVPs to be added to the content tags collected on a Page Action event; extends the items in the Content blob in Page Action events

isAuto?: boolean

Indicates if the event was fired automatically

pageName?: string

Page name

pageTags?: any

KVP to be added to the page tags collected

pageType?: string

Page type

refUri?: string

Uri of the referrer page

targetUri?: string

Target uri for PageAction events