Send feedback
Class AdIdentifiers (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class AdIdentifiers extends GeneratedMessageV3 implements AdIdentifiersOrBuilder
Identifiers and other information used to match the conversion event with
other online activity (such as ad clicks).
Protobuf type google.ads.datamanager.v1.AdIdentifiers
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
GBRAID_FIELD_NUMBER
public static final int GBRAID_FIELD_NUMBER
Field Value
Type
Description
int
GCLID_FIELD_NUMBER
public static final int GCLID_FIELD_NUMBER
Field Value
Type
Description
int
LANDING_PAGE_DEVICE_INFO_FIELD_NUMBER
public static final int LANDING_PAGE_DEVICE_INFO_FIELD_NUMBER
Field Value
Type
Description
int
SESSION_ATTRIBUTES_FIELD_NUMBER
public static final int SESSION_ATTRIBUTES_FIELD_NUMBER
Field Value
Type
Description
int
WBRAID_FIELD_NUMBER
public static final int WBRAID_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static AdIdentifiers getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AdIdentifiers . Builder newBuilder ()
newBuilder(AdIdentifiers prototype)
public static AdIdentifiers . Builder newBuilder ( AdIdentifiers prototype )
public static AdIdentifiers parseDelimitedFrom ( InputStream input )
public static AdIdentifiers parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AdIdentifiers parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AdIdentifiers parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AdIdentifiers parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AdIdentifiers parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AdIdentifiers parseFrom ( CodedInputStream input )
public static AdIdentifiers parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AdIdentifiers parseFrom ( InputStream input )
public static AdIdentifiers parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AdIdentifiers parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AdIdentifiers parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AdIdentifiers> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public AdIdentifiers getDefaultInstanceForType ()
getGbraid()
public String getGbraid ()
Optional. The click identifier for clicks associated with app events and
originating from iOS devices starting with iOS14.
string gbraid = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The gbraid.
getGbraidBytes()
public ByteString getGbraidBytes ()
Optional. The click identifier for clicks associated with app events and
originating from iOS devices starting with iOS14.
string gbraid = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for gbraid.
getGclid()
Optional. The Google click ID (gclid) associated with this event.
string gclid = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The gclid.
getGclidBytes()
public ByteString getGclidBytes ()
Optional. The Google click ID (gclid) associated with this event.
string gclid = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for gclid.
getLandingPageDeviceInfo()
public DeviceInfo getLandingPageDeviceInfo ()
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.
.google.ads.datamanager.v1.DeviceInfo landing_page_device_info = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
DeviceInfo
The landingPageDeviceInfo.
getLandingPageDeviceInfoOrBuilder()
public DeviceInfoOrBuilder getLandingPageDeviceInfoOrBuilder ()
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.
.google.ads.datamanager.v1.DeviceInfo landing_page_device_info = 5 [(.google.api.field_behavior) = OPTIONAL];
getParserForType()
public Parser<AdIdentifiers> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSessionAttributes()
public String getSessionAttributes ()
Optional. Session attributes for event attribution and modeling.
string session_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The sessionAttributes.
getSessionAttributesBytes()
public ByteString getSessionAttributesBytes ()
Optional. Session attributes for event attribution and modeling.
string session_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for sessionAttributes.
getWbraid()
public String getWbraid ()
Optional. The click identifier for clicks associated with web events and
originating from iOS devices starting with iOS14.
string wbraid = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The wbraid.
getWbraidBytes()
public ByteString getWbraidBytes ()
Optional. The click identifier for clicks associated with web events and
originating from iOS devices starting with iOS14.
string wbraid = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for wbraid.
hasLandingPageDeviceInfo()
public boolean hasLandingPageDeviceInfo ()
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.
.google.ads.datamanager.v1.DeviceInfo landing_page_device_info = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the landingPageDeviceInfo field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AdIdentifiers . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AdIdentifiers . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public AdIdentifiers . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-19 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-19 UTC."],[],[]]