Google Apps Script API
    Preparing search index...
    interface CreativeAssignment {
        active?: boolean;
        applyEventTags?: boolean;
        clickThroughUrl?: ClickThroughUrl;
        companionCreativeOverrides?: CompanionClickThroughOverride[];
        creativeGroupAssignments?: CreativeGroupAssignment[];
        creativeId?: string;
        creativeIdDimensionValue?: DimensionValue;
        endTime?: string;
        richMediaExitOverrides?: RichMediaExitOverride[];
        sequence?: number;
        sslCompliant?: boolean;
        startTime?: string;
        weight?: number;
    }
    Index

    Properties

    active?: boolean
    applyEventTags?: boolean
    clickThroughUrl?: ClickThroughUrl
    companionCreativeOverrides?: CompanionClickThroughOverride[]
    creativeGroupAssignments?: CreativeGroupAssignment[]
    creativeId?: string
    creativeIdDimensionValue?: DimensionValue
    endTime?: string
    richMediaExitOverrides?: RichMediaExitOverride[]
    sequence?: number
    sslCompliant?: boolean
    startTime?: string
    weight?: number