Show / Hide Table of Contents

Class AdIdentifiers

Identifiers and other information used to match the conversion event with other online activity (such as ad clicks).

Inheritance
object
AdIdentifiers
Implements
IMessage<AdIdentifiers>
IEquatable<AdIdentifiers>
IDeepCloneable<AdIdentifiers>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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

Dclid

Optional. The display click ID associated with this event.

Declaration
public string Dclid { get; set; }
Property Value
Type Description
string

EncryptedUserIds

Optional. Any number of encrypted user IDs.

Declaration
public RepeatedField<EncryptedUserId> EncryptedUserIds { get; }
Property Value
Type Description
RepeatedField<EncryptedUserId>

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

ImpressionId

Optional. The impression ID associated with this event.

Declaration
public string ImpressionId { 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

MatchId

Optional. The match ID field used to join this event with a previous event.

Declaration
public string MatchId { get; set; }
Property Value
Type Description
string

MobileDeviceId

Optional. The mobile identifier for advertisers. This would be IDFA on iOS, AdID on Android, or other platforms’ identifiers for advertisers.

Declaration
public string MobileDeviceId { get; set; }
Property Value
Type Description
string

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
In this article
Back to top Generated by DocFX