Interface AdIdentifiersOrBuilder (0.1.0)

public interface AdIdentifiersOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGbraid()

public abstract 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 abstract 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()

public abstract String 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 abstract 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 abstract 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 abstract 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];

Returns
Type Description
DeviceInfoOrBuilder

getSessionAttributes()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.