Event
Stay organized with collections
Save and categorize content based on your preferences.
Defines a Google conversion event that the conversion value is mapped to.
Fields |
mapped_event_name
|
string
Output only. Google event name represented by this conversion value.
|
currency_code
|
string
Output only. The reported currency for the event_revenue. ISO 4217 three-letter currency code, for example, "USD"
|
Union field revenue_rate
revenue_rate . Either a range or specific value for event revenue. revenue_rate can be only one of the following: |
event_revenue_range
|
RevenueRange
Output only. The event revenue range.
|
event_revenue_value
|
double
Output only. The specific event revenue value.
|
Union field event_rate
event_rate . Either a range or specific value for event counter. event_rate can be only one of the following: |
event_occurrence_range
|
EventOccurrenceRange
Output only. The event counter range.
|
event_counter
|
int64
Output only. For specific event counter values.
|
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-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# Event\n\nDefines a Google conversion event that the conversion value is mapped to.\n\n| Fields ||\n|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `mapped_event_name` | `string` Output only. Google event name represented by this conversion value. |\n| ### `currency_code` | `string` Output only. The reported currency for the event_revenue. ISO 4217 three-letter currency code, for example, \"USD\" |\n| Union field ### `revenue_rate` `revenue_rate`. Either a range or specific value for event revenue. `revenue_rate` can be only one of the following: ||\n| ### `event_revenue_range` | [RevenueRange](/google-ads/api/reference/rpc/v21/CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.RevenueRange) Output only. The event revenue range. |\n| ### `event_revenue_value` | `double` Output only. The specific event revenue value. |\n| Union field ### `event_rate` `event_rate`. Either a range or specific value for event counter. `event_rate` can be only one of the following: ||\n| ### `event_occurrence_range` | [EventOccurrenceRange](/google-ads/api/reference/rpc/v21/CustomerSkAdNetworkConversionValueSchema.SkAdNetworkConversionValueSchema.Event.EventOccurrenceRange) Output only. The event counter range. |\n| ### `event_counter` | `int64` Output only. For specific event counter values. |"]]