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

    Interface ProvidePerformanceFeedbackError

    Error response - feedback rejected or could not be processed

    interface ProvidePerformanceFeedbackError {
        errors: Error[];
        context?: ContextObject;
        ext?: ExtensionObject;
    }
    Index

    Properties

    Properties

    errors: Error[]

    Array of errors explaining why feedback was rejected (e.g., invalid measurement period, missing campaign data)

    context?: ContextObject
    ext?: ExtensionObject