@adcp/client API Reference - v3.11.2
    Preparing search index...

    Type Alias ProvidePerformanceFeedbackRequest

    ProvidePerformanceFeedbackRequest: {
        media_buy_id?: string;
        buyer_ref?: string;
        measurement_period?: { start: string; end: string };
        performance_index?: number;
        package_id?: string;
        creative_id?: string;
        metric_type?: MetricType;
        feedback_source?: FeedbackSource;
        context?: ContextObject;
        ext?: ExtensionObject;
    } & { [k: string]: unknown }

    Request payload for provide_performance_feedback task

    Type Declaration

    • Optionalmedia_buy_id?: string

      Publisher's media buy identifier

    • Optionalbuyer_ref?: string

      Buyer's reference for the media buy

    • Optionalmeasurement_period?: { start: string; end: string }

      Time period for performance measurement

      • start: string

        ISO 8601 start timestamp for measurement period

      • end: string

        ISO 8601 end timestamp for measurement period

    • Optionalperformance_index?: number

      Normalized performance score (0.0 = no value, 1.0 = expected, >1.0 = above expected)

    • Optionalpackage_id?: string

      Specific package within the media buy (if feedback is package-specific)

    • Optionalcreative_id?: string

      Specific creative asset (if feedback is creative-specific)

    • Optionalmetric_type?: MetricType
    • Optionalfeedback_source?: FeedbackSource
    • Optionalcontext?: ContextObject
    • Optionalext?: ExtensionObject
    • [k: string]: unknown