@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface ProvidePerformanceFeedbackSuccess

    Success response - feedback received and processed

    interface ProvidePerformanceFeedbackSuccess {
        success: true;
        sandbox?: boolean;
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    success: true

    Whether the performance feedback was successfully received

    sandbox?: boolean

    When true, this response contains simulated data from sandbox mode.

    context?: ContextObject
    ext?: ExtensionObject