Databricks SDK for JavaScript
    Preparing search index...

    Reddit Ads specific options for ingestion

    interface RedditAdsOptions {
        customReportOptions?: RedditAdsOptions_RedditAdsCustomReportOptions;
        lookbackWindowDays?: number;
        syncStartDate?: string;
    }
    Index

    Properties

    (Optional) Custom report definition. When set, the table is treated as a user-defined Reddit Ads custom report. When unset, the table must match one of the connector's prebuilt sources.

    lookbackWindowDays?: number

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

    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 ago.