Class ConversionSource
Represents a conversion source owned by a Merchant account. A merchant account can have up to 200 conversion sources.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ConversionSource : IDirectResponseSchema
Properties
ConversionSourceId
Output only. Generated by the Content API upon creation of a new ConversionSource. Format: [a-z]{4}:.+ The
four characters before the colon represent the type of conversio source. Content after the colon represents
the ID of the conversion source within that type. The ID of two different conversion sources might be the
same across different types. The following type prefixes are supported: - galk: For GoogleAnalyticsLink
sources. - mcdn: For MerchantCenterDestination sources.
Declaration
[JsonProperty("conversionSourceId")]
public virtual string ConversionSourceId { 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 |
ExpireTime
object representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExpireTimeDateTimeOffset instead.")]
public virtual object ExpireTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ExpireTimeDateTimeOffset
DateTimeOffset representation of ExpireTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExpireTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
ExpireTimeRaw
Output only. The time when an archived conversion source becomes permanently deleted and is no longer available to undelete.
Declaration
[JsonProperty("expireTime")]
public virtual string ExpireTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GoogleAnalyticsLink
Immutable. Conversion Source of type "Link to Google Analytics Property".
Declaration
[JsonProperty("googleAnalyticsLink")]
public virtual GoogleAnalyticsLink GoogleAnalyticsLink { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAnalyticsLink |
MerchantCenterDestination
Conversion Source of type "Merchant Center Tag Destination".
Declaration
[JsonProperty("merchantCenterDestination")]
public virtual MerchantCenterDestination MerchantCenterDestination { get; set; }
Property Value
| Type | Description |
|---|---|
| MerchantCenterDestination |
State
Output only. Current state of this conversion source. Can't be edited through the API.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |