Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings

Settings related to a Firebase conversion action.

Inheritance
object
GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings
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 GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventName

Output only. The event name of a Firebase conversion.

Declaration
[JsonProperty("eventName")]
public virtual string EventName { get; set; }
Property Value
Type Description
string

ProjectId

Output only. The Firebase project ID of the conversion.

Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type Description
string

PropertyId

Output only. The GA property ID of the conversion.

Declaration
[JsonProperty("propertyId")]
public virtual long? PropertyId { get; set; }
Property Value
Type Description
long?

PropertyName

Output only. The GA property name of the conversion.

Declaration
[JsonProperty("propertyName")]
public virtual string PropertyName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX