Class AdIdentifiers
Identifiers and other information used to match the conversion event with other online activity (such as ad clicks).
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class AdIdentifiers : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Gbraid
Optional. The click identifier for clicks associated with app events and originating from iOS devices starting with iOS14.
Declaration
[JsonProperty("gbraid")]
public virtual string Gbraid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Gclid
Optional. The Google click ID (gclid) associated with this event.
Declaration
[JsonProperty("gclid")]
public virtual string Gclid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LandingPageDeviceInfo
Optional. Information gathered about the device being used (if any) at the time of landing onto the advertiser’s site after interacting with the ad.
Declaration
[JsonProperty("landingPageDeviceInfo")]
public virtual DeviceInfo LandingPageDeviceInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| DeviceInfo |
SessionAttributes
Optional. Session attributes for event attribution and modeling.
Declaration
[JsonProperty("sessionAttributes")]
public virtual string SessionAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Wbraid
Optional. The click identifier for clicks associated with web events and originating from iOS devices starting with iOS14.
Declaration
[JsonProperty("wbraid")]
public virtual string Wbraid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |