| countingMethod |
string |
Optional. The method by which conversions will be counted across multiple events within a session. If this value is not provided, it will be set to `ONCE_PER_EVENT`. |
| createTime |
string |
Output only. Time when this conversion event was created in the property. |
| custom |
boolean |
Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA |
| defaultConversionValue |
object |
Defines a default value/currency for a conversion event. Both value and currency must be provided. |
| deletable |
boolean |
Output only. If set, this event can currently be deleted with DeleteConversionEvent. |
| eventName |
string |
Immutable. The event name for this conversion event. Examples: 'click', 'purchase' |
| name |
string |
Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event} |