@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface OutcomeMeasurementDeprecated

    Deprecated as of this minor. Outcome capabilities (incremental sales lift, brand lift, foot traffic, etc.) are now declared via reporting_capabilities.available_metrics (the same path used for impressions, conversions, ROAS) with qualifier.attribution_methodology and qualifier.attribution_window carrying the methodology and window on commit. New implementations SHOULD use the unified pattern; this field is retained for one-minor backwards compatibility and removed at the next major. See outcome-measurement.json description for migration guidance.

    interface OutcomeMeasurementDeprecated {
        type: string;
        attribution: string;
        window?: Duration;
        reporting: string;
    }
    Index

    Properties

    type: string

    Type of measurement

    attribution: string

    Attribution methodology

    window?: Duration

    Attribution window as a structured duration (e.g., {"interval": 30, "unit": "days"}).

    reporting: string

    Reporting frequency and format