Class GoogleAdsSearchads360V23ResourcesConversionActionGoogleAnalytics4Settings
Settings related to a Google Analytics 4 conversion action.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesConversionActionGoogleAnalytics4Settings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EventName
Output only. The name of the GA 4 event.
Declaration
[JsonProperty("eventName")]
public virtual string EventName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PropertyId
Output only. The ID of the GA 4 property.
Declaration
[JsonProperty("propertyId")]
public virtual long? PropertyId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PropertyName
Output only. The name of the GA 4 property.
Declaration
[JsonProperty("propertyName")]
public virtual string PropertyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |