react-native-google-mobile-ads
    Preparing search index...

    Interface ServerSideVerificationOptions

    interface ServerSideVerificationOptions {
        customData?: string;
        userId?: string;
    }
    Index
    customData?: string

    Custom data string. If no custom data string is provided by the app, this query parameter value will not be present in the SSV callback.

    userId?: string

    User identifier. If no user identifier is provided by the app, this query parameter will not be present in the SSV callback.