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.Merchant.conversions_v1beta.Data
Assembly: Google.Apis.Merchant.conversions_v1beta.dll
Syntax
public class ConversionSource : IDirectResponseSchema
Properties
Controller
Output only. Controller of the conversion source.
Declaration
[JsonProperty("controller")]
public virtual string Controller { 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 |
Name
Output only. Identifier. 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("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
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 |