Databricks SDK for JavaScript
    Preparing search index...

    Interface MetaMarketingOptions_MetaMarketingCustomReportOptions

    Defines the shape of a single Meta Ads custom report (one /insights call shape). start_date, custom_insights_lookback_window live on MetaMarketingOptions, not here. Metrics are not customer-selectable; the connector returns a fixed standard metric set.

    interface MetaMarketingOptions_MetaMarketingCustomReportOptions {
        actionAttributionWindows?: string[];
        actionBreakdowns?: string[];
        actionReportTime?: string;
        breakdowns?: string[];
        level?: string;
        timeIncrement?: string;
    }
    Index

    Properties

    actionAttributionWindows?: string[]

    (Optional) Action attribution windows for insights reporting (e.g. "28d_click", "1d_view")

    actionBreakdowns?: string[]

    (Optional) Action breakdowns to configure for data aggregation

    actionReportTime?: string

    (Optional) Timing used to report action statistics (impression, conversion, mixed, or lifetime)

    breakdowns?: string[]

    (Optional) Breakdowns to configure for data aggregation

    level?: string

    (Optional) Granularity of data to pull (account, ad, adset, campaign)

    timeIncrement?: string

    (Optional) Value in string by which to aggregate statistics (all_days, monthly or number of days)