Stay organized with collections
Save and categorize content based on your preferences.
GoogleMobileAds.Api.AdManager.AppEvent
The app event message sent from the ad.
Summary
Properties
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\u003eThe Google User Messaging Platform (UMP) SDK helps manage user privacy choices and display relevant privacy messages based on the AdMob Application ID.\u003c/p\u003e\n"],["\u003cp\u003eYou should request consent information updates at each app launch using \u003ccode\u003eUpdate()\u003c/code\u003e to check consent requirements and privacy options entry points.\u003c/p\u003e\n"],["\u003cp\u003eUse \u003ccode\u003eLoadAndShowConsentFormIfRequired()\u003c/code\u003e to present the privacy message form if needed after checking the consent status.\u003c/p\u003e\n"],["\u003cp\u003eImplement a privacy options entry point for users to manage their choices using \u003ccode\u003ePrivacyOptionsRequirementStatus\u003c/code\u003e and \u003ccode\u003eShowPrivacyOptionsForm()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEnsure you have obtained user consent using \u003ccode\u003eCanRequestAds()\u003c/code\u003e before requesting ads in your app.\u003c/p\u003e\n"]]],["The core content defines the `AppEvent` structure within Google Mobile Ads' AdManager API. It details that an `AppEvent` contains two string properties: `Data` and `Name`. These properties represent the message sent from an ad. The `Data` property holds the event's specific data, while the `Name` property provides the event's identifier. These properties are accessible as string values.\n"],null,["# GoogleMobileAds.Api.AdManager.AppEvent Class Reference\n\nGoogleMobileAds.Api.AdManager.AppEvent\n======================================\n\nThe app event message sent from the ad.\n\nSummary\n-------\n\n| ### Properties ||\n|----------------------------------------------------------------------------------------------------------|----------|\n| [Data](#class_google_mobile_ads_1_1_api_1_1_ad_manager_1_1_app_event_1ac60fc31401f9662a58587647e813390e) | `string` |\n| [Name](#class_google_mobile_ads_1_1_api_1_1_ad_manager_1_1_app_event_1a9a9e9f2d52dbec18f30a0efc852f816e) | `string` |\n\nProperties\n----------\n\n### Data\n\n```c#\nstring Data\n``` \n\n### Name\n\n```c#\nstring Name\n```"]]