Skip to content

SDK API Reference / P13nCampaignDetailResult

Interface: P13nCampaignDetailResult

Properties

campaign

campaign: P13nCampaignDetail


parentSegmentName

parentSegmentName: string | null

Null when the parent segment's name could not be resolved.


personalizationCap

personalizationCap: number

Personalizations the walk was allowed to gather before giving up — the bound truncated was hit against, so a caller can say what the cap was without knowing which cap applied.


personalizations

personalizations: P13nPersonalization[]


truncated

truncated: boolean

True when a page cap stopped the walk, so personalizations is partial.