Class GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEvent
Defines a Google conversion event that the conversion value is mapped to.
Inheritance
GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEvent
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEvent : IDirectResponseSchema
Properties
CurrencyCode
Output only. The reported currency for the event_revenue. ISO 4217 three-letter currency code, for example, "USD"
Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventCounter
Output only. For specific event counter values.
Declaration
[JsonProperty("eventCounter")]
public virtual long? EventCounter { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
EventOccurrenceRange
Output only. The event counter range.
Declaration
[JsonProperty("eventOccurrenceRange")]
public virtual GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEventEventOccurrenceRange EventOccurrenceRange { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEventEventOccurrenceRange |
EventRevenueRange
Output only. The event revenue range.
Declaration
[JsonProperty("eventRevenueRange")]
public virtual GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEventRevenueRange EventRevenueRange { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEventRevenueRange |
EventRevenueValue
Output only. The specific event revenue value.
Declaration
[JsonProperty("eventRevenueValue")]
public virtual double? EventRevenueValue { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
MappedEventName
Output only. Google event name represented by this conversion value.
Declaration
[JsonProperty("mappedEventName")]
public virtual string MappedEventName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |