Interface AttributionData
warning
Interface AttributionData is deprecated.
interface AttributionData {
adsetId: null | string;
campaign: AttributionCampaign;
channel: AttributionChannel;
createdAt: Date;
justtrackUserId: string;
partner: AttributionPartner;
sourceBundleId: null | string;
sourceId: null | string;
sourcePlacement: null | string;
type: string;
userType: string;
}
Hierarchy
BaseAttributionData
+ AttributionData
Properties
adsetId
adsetId: null | string
Get the adset id the user was attributed to, if any.
Returns
The adset id the user was attributed to.
campaign
campaign: AttributionCampaign
Get the campaign to which this user was attributed to.
Returns
The campaign the user was attributed to.
channel
channel: AttributionChannel
Get the id, name, and incent flag of the channel the user was attributed to.
Returns
The channel the user was attributed to.