Skip to content

SDK API Reference / CASPushResult

Interface: CASPushResult

Result of the CAS push operation

Properties

audienceDrift?

optional audienceDrift?: AudienceDrift

Attributes/behaviors on the server but absent from the local YAML, detected while updating an existing audience. Present whenever such drift exists — in dry-run this is always just detection (no write happened); in a real push it means deleteDrift was passed and the removal was actually applied (otherwise pushAudience bails before any write — see computeAudienceDrift's doc comment).


audienceId?

optional audienceId?: string


audienceName?

optional audienceName?: string


created

created: object

activations

activations: number

audiences

audiences: number

folders

folders: number

segments

segments: number


updated

updated: object

activations

activations: number

audiences

audiences: number

folders

folders: number

segments

segments: number