Class AdIdentifiers
Identifiers and other information used to match the conversion event with other online activity (such as ad clicks).
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class AdIdentifiers : IMessage<AdIdentifiers>, IEquatable<AdIdentifiers>, IDeepCloneable<AdIdentifiers>, IBufferMessage, IMessage
Constructors
AdIdentifiers()
Declaration
public AdIdentifiers()
AdIdentifiers(AdIdentifiers)
Declaration
public AdIdentifiers(AdIdentifiers other)
Parameters
| Type | Name | Description |
|---|---|---|
| AdIdentifiers | other |
Properties
Gbraid
Optional. The click identifier for clicks associated with app events and originating from iOS devices starting with iOS14.
Declaration
public string Gbraid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Gclid
Optional. The Google click ID (gclid) associated with this event.
Declaration
public 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
public DeviceInfo LandingPageDeviceInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| DeviceInfo |
SessionAttributes
Optional. Session attributes for event attribution and modeling.
Declaration
public 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
public string Wbraid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |