Class GoogleAdsSearchads360V23ServicesClickConversionResult
Identifying information for a successfully processed ClickConversion.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesClickConversionResult : IDirectResponseSchema
Properties
ConversionAction
Resource name of the conversion action associated with this conversion.
Declaration
[JsonProperty("conversionAction")]
public virtual string ConversionAction { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConversionDateTime
The date time at which the conversion occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
Declaration
[JsonProperty("conversionDateTime")]
public virtual string ConversionDateTime { 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 |
Gbraid
The URL parameter for clicks associated with app conversions.
Declaration
[JsonProperty("gbraid")]
public virtual string Gbraid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Gclid
The Google Click ID (gclid) associated with this conversion.
Declaration
[JsonProperty("gclid")]
public virtual string Gclid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserIdentifiers
The user identifiers associated with this conversion. Only hashed_email and hashed_phone_number are supported for conversion uploads. The maximum number of user identifiers for each conversion is 5.
Declaration
[JsonProperty("userIdentifiers")]
public virtual IList<GoogleAdsSearchads360V23CommonUserIdentifier> UserIdentifiers { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonUserIdentifier> |
Wbraid
The URL parameter for clicks associated with web conversions.
Declaration
[JsonProperty("wbraid")]
public virtual string Wbraid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |