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 2023-09-07 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 2023-09-07 UTC."],[[["The `GoogleMobileAds.Api.AdManager.AppEvent` class represents an app event message originating from an ad."],["It contains two string properties: `Data` and `Name`, which respectively hold the data and name associated with the event."]]],["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"]]