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 2025-08-20 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 2025-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eServerSideVerificationOptions\u003c/code\u003e provides ways to set up server-side verification for rewarded ads in your app.\u003c/p\u003e\n"],["\u003cp\u003eYou can include custom user data and a user ID for enhanced verification.\u003c/p\u003e\n"],["\u003cp\u003eOptions can be built and managed through the \u003ccode\u003eServerSideVerificationOptions.Builder\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are available: a default one and one that copies settings from an existing \u003ccode\u003eServerSideVerificationOptions\u003c/code\u003e object.\u003c/p\u003e\n"]]],["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"],null,["GoogleMobileAds.Api.ServerSideVerificationOptions\n\nOptions for rewarded ad types server-side verification callbacks.\n\nSummary\n\nOptions are created using ServerSideVerificationOptions.Builder.\n\n| Constructors and Destructors ||\n|---|---|\n| [ServerSideVerificationOptions](#class_google_mobile_ads_1_1_api_1_1_server_side_verification_options_1ab097b1e45356c6e0aeb1fd3d60b2d64d)`()` ||\n| [ServerSideVerificationOptions](#class_google_mobile_ads_1_1_api_1_1_server_side_verification_options_1a9d36ec2cbcd02612bf764e53acc64991)`(`[ServerSideVerificationOptions](/admob/unity/reference/class/google-mobile-ads/api/server-side-verification-options#class_google_mobile_ads_1_1_api_1_1_server_side_verification_options)` options)` ||\n\n| Public attributes ||\n|------------------------------------------------------------------------------------------------------------------------|-------------------------------------------|\n| [CustomData](#class_google_mobile_ads_1_1_api_1_1_server_side_verification_options_1a28e65e6c7e9bd37ae7144a391fdc63a1) | `string` Custom data of the current user. |\n| [UserId](#class_google_mobile_ads_1_1_api_1_1_server_side_verification_options_1af870cde4cce531540e9af1d46d54e39b) | `string` The user id of the current user. |\n\nPublic attributes \n\nCustomData \n\n```c#\nstring CustomData\n``` \nCustom data of the current user. \n\nUserId \n\n```c#\nstring UserId\n``` \nThe user id of the current user.\n\nPublic functions \n\nServerSideVerificationOptions \n\n```c#\n ServerSideVerificationOptions()\n``` \n\nServerSideVerificationOptions \n\n```c#\n ServerSideVerificationOptions(\n ServerSideVerificationOptions options\n)\n```"]]