Class ConversionType
Message representing a types of conversion events
Implements
Inherited Members
Namespace: Google.Apis.Merchant.conversions_v1beta.Data
Assembly: Google.Apis.Merchant.conversions_v1beta.dll
Syntax
public class ConversionType : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Conversion event name, as it'll be reported by the client.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Report
Output only. Option indicating if the type should be included in Merchant Center reporting.
Declaration
[JsonProperty("report")]
public virtual bool? Report { get; set; }
Property Value
Type | Description |
---|---|
bool? |