Databricks SDK for JavaScript
    Preparing search index...

    Google Ads specific options for ingestion (object-level). When set, these values override the corresponding fields in GoogleAdsConfig (source_configurations).

    interface GoogleAdsOptions {
        lookbackWindowDays?: number;
        managerAccountId?: string;
        syncStartDate?: string;
    }
    Index

    Properties

    lookbackWindowDays?: number

    (Optional) Number of days to look back for report tables to capture late-arriving data. If not specified, defaults to 30 days.

    managerAccountId?: string

    (Optional at this level) Manager Account ID (also called MCC Account ID) used to list and access customer accounts under this manager account. Overrides GoogleAdsConfig.manager_account_id from source_configurations when set.

    syncStartDate?: string

    (Optional) Start date for the initial sync of report tables in YYYY-MM-DD format. This determines the earliest date from which to sync historical data. If not specified, defaults to 2 years of historical data.