Google Apps Script API
    Preparing search index...
    interface Conversion {
        childDirectedTreatment?: boolean;
        customVariables?: CustomFloodlightVariable[];
        encryptedUserId?: string;
        encryptedUserIdCandidates?: string[];
        floodlightActivityId?: string;
        floodlightConfigurationId?: string;
        gclid?: string;
        kind?: string;
        limitAdTracking?: boolean;
        mobileDeviceId?: string;
        nonPersonalizedAd?: boolean;
        ordinal?: string;
        quantity?: string;
        timestampMicros?: string;
        treatmentForUnderage?: boolean;
        value?: number;
    }
    Index

    Properties

    childDirectedTreatment?: boolean
    customVariables?: CustomFloodlightVariable[]
    encryptedUserId?: string
    encryptedUserIdCandidates?: string[]
    floodlightActivityId?: string
    floodlightConfigurationId?: string
    gclid?: string
    kind?: string
    limitAdTracking?: boolean
    mobileDeviceId?: string
    nonPersonalizedAd?: boolean
    ordinal?: string
    quantity?: string
    timestampMicros?: string
    treatmentForUnderage?: boolean
    value?: number