Show / Hide Table of Contents

Class ConversionSource

Represents a conversion source owned by a Merchant account. A merchant account can have up to 200 conversion sources.

Inheritance
object
ConversionSource
Implements
IMessage<ConversionSource>
IEquatable<ConversionSource>
IDeepCloneable<ConversionSource>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Conversions.V1Beta
Assembly: Google.Shopping.Merchant.Conversions.V1Beta.dll
Syntax
public sealed class ConversionSource : IMessage<ConversionSource>, IEquatable<ConversionSource>, IDeepCloneable<ConversionSource>, IBufferMessage, IMessage

Constructors

ConversionSource()

Declaration
public ConversionSource()

ConversionSource(ConversionSource)

Declaration
public ConversionSource(ConversionSource other)
Parameters
Type Name Description
ConversionSource other

Properties

Controller

Output only. Controller of the conversion source.

Declaration
public ConversionSource.Types.Controller Controller { get; set; }
Property Value
Type Description
ConversionSource.Types.Controller

ConversionSourceName

ConversionSourceName-typed view over the Name resource name property.

Declaration
public ConversionSourceName ConversionSourceName { get; set; }
Property Value
Type Description
ConversionSourceName

ExpireTime

Output only. The time when an archived conversion source becomes permanently deleted and is no longer available to undelete.

Declaration
public Timestamp ExpireTime { get; set; }
Property Value
Type Description
Timestamp

GoogleAnalyticsLink

Immutable. Conversion Source of type "Link to Google Analytics Property".

Declaration
public GoogleAnalyticsLink GoogleAnalyticsLink { get; set; }
Property Value
Type Description
GoogleAnalyticsLink

MerchantCenterDestination

Conversion Source of type "Merchant Center Tag Destination".

Declaration
public 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
public string Name { get; set; }
Property Value
Type Description
string

SourceDataCase

Declaration
public ConversionSource.SourceDataOneofCase SourceDataCase { get; }
Property Value
Type Description
ConversionSource.SourceDataOneofCase

State

Output only. Current state of this conversion source. Can't be edited through the API.

Declaration
public ConversionSource.Types.State State { get; set; }
Property Value
Type Description
ConversionSource.Types.State
In this article
Back to top Generated by DocFX