Event

  • A Google conversion event defines where the conversion value is mapped.

  • Key fields include mapped_event_name, currency_code, and either a revenue rate or an event rate.

  • Revenue can be represented as a range (event_revenue_range) or a specific value (event_revenue_value).

  • The event counter can be represented as a range (event_occurrence_range) or a specific value (event_counter).

Defines a Google conversion event that the conversion value is mapped to.

Proto definition

Fields

currency_code

string

Output only. The reported currency for the event_revenue. ISO 4217 three-letter currency code, for example, "USD"

event_rate

Union field. Either a range or specific value for event counter.

event_rate can be only one of the following:

event_counter

int64

Output only. For specific event counter values.

event_occurrence_range

EventOccurrenceRange

Output only. The event counter range.

mapped_event_name

string

Output only. Google event name represented by this conversion value.

revenue_rate

Union field. 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.