Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEvent

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

Inheritance
object
GoogleAdsSearchads360V23ResourcesCustomerSkAdNetworkConversionValueSchemaSkAdNetworkConversionValueSchemaEvent
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX