Databricks SDK for JavaScript
    Preparing search index...

    LinkedIn Ads specific options for ingestion. sync_start_date and lookback_window_days apply to both the prebuilt analytics tables and custom reports. custom_report_options defines a custom (user-defined) adAnalytics report and is only valid on a table object.

    interface LinkedInAdsOptions {
        customReportOptions?: LinkedInAdsOptions_LinkedInAdsCustomReportOptions;
        lookbackWindowDays?: number;
        syncStartDate?: string;
    }
    Index

    Properties

    (Optional) Custom report definition. Only valid on a table object. When set, the table is synthesized from /rest/adAnalytics using the finder, pivots, time granularity and metrics here. When unset, the table must match one of the connector's prebuilt sources.

    lookbackWindowDays?: number

    (Optional) Days to look back during incremental sync for late-arriving data. If not specified, defaults to 30 days.

    syncStartDate?: string

    (Optional) Start date for the initial sync of report tables, YYYY-MM-DD. Earliest date from which to sync historical data; overrides the default when set. For finder attributedRevenueMetrics, this must be between 30 and 366 days before today. If not specified, defaults to 1 year of history.