Interface AdIdentifiersOrBuilder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface AdIdentifiersOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getGbraid()
publicabstractStringgetGbraid()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()
publicabstractByteStringgetGbraidBytes()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()
publicabstractStringgetGclid()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()
publicabstractByteStringgetGclidBytes()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()
publicabstractDeviceInfogetLandingPageDeviceInfo()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()
publicabstractDeviceInfoOrBuildergetLandingPageDeviceInfoOrBuilder()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 |
DeviceInfoOrBuilder |
|
getSessionAttributes()
publicabstractStringgetSessionAttributes()Optional. Session attributes for event attribution and modeling.
string session_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The sessionAttributes. |
getSessionAttributesBytes()
publicabstractByteStringgetSessionAttributesBytes()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()
publicabstractStringgetWbraid()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()
publicabstractByteStringgetWbraidBytes()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()
publicabstractbooleanhasLandingPageDeviceInfo()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. |