Skip to main content
Version: SDK 5.0.x

Interface AttributionCampaign

A representation of the campaign the user was attributed to.

interface AttributionCampaign {  
    id: number;
    name: string;
    type: string;
}

Hierarchy

AttributionNamed
+ AttributionCampaign

Properties

id

id: number

name

name: string

type

type: string

Get the type of the campaign. Can be "acquisition" or "retargeting".

Returns

The type of the campaign.