Stay organized with collections
Save and categorize content based on your preferences.
firebase::gma::RewardedAd::ServerSideVerificationOptions
#include <rewarded_ad.h>
Options for RewardedAd server-side verification callbacks.
Summary
Set options on a RewardedAd object using the SetServerSideVerificationOptions method.
Public attributes
|
custom_data
|
std::string
Custom data to be included in server-side verification callbacks.
|
user_id
|
std::string
User id to be used in server-to-server reward callbacks.
|
Public attributes
custom_data
std::string firebase::gma::RewardedAd::ServerSideVerificationOptions::custom_data
Custom data to be included in server-side verification callbacks.
user_id
std::string firebase::gma::RewardedAd::ServerSideVerificationOptions::user_id
User id to be used in server-to-server reward callbacks.
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-01-23 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-01-23 UTC."],[[["`ServerSideVerificationOptions` configures server-side verification for `RewardedAd` objects in Firebase GMA."],["It allows setting `custom_data` for inclusion in server-side verification callbacks."],["Developers can also specify a `user_id` for server-to-server reward callbacks."]]],["The `RewardedAd::ServerSideVerificationOptions` allows setting options for server-side verification callbacks on a `RewardedAd` object. These options are configured using the `SetServerSideVerificationOptions` method. Two attributes can be set: `custom_data`, a string included in callbacks, and `user_id`, a string representing the user ID utilized in server-to-server reward callbacks. Both the user ID and custom data are string type parameters.\n"]]