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.
[null,null,["Last updated 2025-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eServerSideVerificationOptions\u003c/code\u003e provides ways to set options for server-side verification callbacks for rewarded ad types.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can utilize the \u003ccode\u003eServerSideVerificationOptions.Builder\u003c/code\u003e to create and configure these options.\u003c/p\u003e\n"],["\u003cp\u003eOptions include \u003ccode\u003eCustomData\u003c/code\u003e for storing user-specific information and \u003ccode\u003eUserId\u003c/code\u003e for identifying the current user.\u003c/p\u003e\n"],["\u003cp\u003eThis class offers methods to construct \u003ccode\u003eServerSideVerificationOptions\u003c/code\u003e either with default values or by copying from an existing instance.\u003c/p\u003e\n"]]],[],null,["# GoogleMobileAds.Api.ServerSideVerificationOptions Class Reference\n\nGoogleMobileAds.Api.ServerSideVerificationOptions\n=================================================\n\nOptions for rewarded ad types server-side verification callbacks.\n\nSummary\n-------\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](/ad-manager/mobile-ads-sdk/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-----------------\n\n### CustomData\n\n```c#\nstring CustomData\n``` \nCustom data of the current user. \n\n### UserId\n\n```c#\nstring UserId\n``` \nThe user id of the current user.\n\nPublic functions\n----------------\n\n### ServerSideVerificationOptions\n\n```c#\n ServerSideVerificationOptions()\n``` \n\n### ServerSideVerificationOptions\n\n```c#\n ServerSideVerificationOptions(\n ServerSideVerificationOptions options\n)\n```"]]