Stay organized with collections
Save and categorize content based on your preferences.
GoogleMobileAds.Api.ServerSideVerificationOptions
Options for rewarded ad types server-side verification callbacks.
Summary
Options are created using ServerSideVerificationOptions.Builder.
Public attributes
|
CustomData
|
string
Custom data of the current user.
|
UserId
|
string
The user id of the current user.
|
Public attributes
CustomData
string CustomData
Custom data of the current user.
UserId
string UserId
The user id of the current user.
Public functions
ServerSideVerificationOptions
ServerSideVerificationOptions()
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-18 UTC."],[[["`ServerSideVerificationOptions` provides ways to set up server-side verification for rewarded ads in your app."],["You can include custom user data and a user ID for enhanced verification."],["Options can be built and managed through the `ServerSideVerificationOptions.Builder` class."],["Two constructors are available: a default one and one that copies settings from an existing `ServerSideVerificationOptions` object."]]],["ServerSideVerificationOptions facilitate server-side verification callbacks for rewarded ads. Options are built using the ServerSideVerificationOptions.Builder. It includes two main public attributes: `CustomData`, which stores custom data for the user, and `UserId`, which stores the user's ID. Two constructors are available: a default constructor and one that copies settings from existing `ServerSideVerificationOptions`. This setup enables developers to configure and track user-specific data for rewarded ad verification.\n"]]