Class GoogleAdsSearchads360V23ResourcesConversionActionFirebaseSettings
Settings related to a Firebase conversion action.
Implements
Inherited Members
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 |