Class AdIdentifiers.Builder (0.14.0)

public static final class AdIdentifiers.Builder extends GeneratedMessage.Builder<AdIdentifiers.Builder> 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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllEncryptedUserIds(Iterable<? extends EncryptedUserId> values)

public AdIdentifiers.Builder addAllEncryptedUserIds(Iterable<? extends EncryptedUserId> values)

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<? extends com.google.ads.datamanager.v1.EncryptedUserId>
Returns
Type Description
AdIdentifiers.Builder

addEncryptedUserIds(EncryptedUserId value)

public AdIdentifiers.Builder addEncryptedUserIds(EncryptedUserId value)

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value EncryptedUserId
Returns
Type Description
AdIdentifiers.Builder

addEncryptedUserIds(EncryptedUserId.Builder builderForValue)

public AdIdentifiers.Builder addEncryptedUserIds(EncryptedUserId.Builder builderForValue)

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue EncryptedUserId.Builder
Returns
Type Description
AdIdentifiers.Builder

addEncryptedUserIds(int index, EncryptedUserId value)

public AdIdentifiers.Builder addEncryptedUserIds(int index, EncryptedUserId value)

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
value EncryptedUserId
Returns
Type Description
AdIdentifiers.Builder

addEncryptedUserIds(int index, EncryptedUserId.Builder builderForValue)

public AdIdentifiers.Builder addEncryptedUserIds(int index, EncryptedUserId.Builder builderForValue)

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
builderForValue EncryptedUserId.Builder
Returns
Type Description
AdIdentifiers.Builder

addEncryptedUserIdsBuilder()

public EncryptedUserId.Builder addEncryptedUserIdsBuilder()

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
EncryptedUserId.Builder

addEncryptedUserIdsBuilder(int index)

public EncryptedUserId.Builder addEncryptedUserIdsBuilder(int index)

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
EncryptedUserId.Builder

build()

public AdIdentifiers build()
Returns
Type Description
AdIdentifiers

buildPartial()

public AdIdentifiers buildPartial()
Returns
Type Description
AdIdentifiers

clear()

public AdIdentifiers.Builder clear()
Returns
Type Description
AdIdentifiers.Builder
Overrides

clearDclid()

public AdIdentifiers.Builder clearDclid()

Optional. The display click ID associated with this event.

string dclid = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

clearEncryptedUserIds()

public AdIdentifiers.Builder clearEncryptedUserIds()

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AdIdentifiers.Builder

clearGbraid()

public AdIdentifiers.Builder clearGbraid()

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
AdIdentifiers.Builder

This builder for chaining.

clearGclid()

public AdIdentifiers.Builder clearGclid()

Optional. The Google click ID (gclid) associated with this event.

string gclid = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

clearImpressionId()

public AdIdentifiers.Builder clearImpressionId()

Optional. The impression ID associated with this event.

string impression_id = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

clearLandingPageDeviceInfo()

public AdIdentifiers.Builder clearLandingPageDeviceInfo()

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
AdIdentifiers.Builder

clearMatchId()

public AdIdentifiers.Builder clearMatchId()

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

string match_id = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

clearMobileDeviceId()

public AdIdentifiers.Builder clearMobileDeviceId()

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

string mobile_device_id = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

clearSessionAttributes()

public AdIdentifiers.Builder clearSessionAttributes()

Optional. Session attributes for event attribution and modeling.

string session_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

clearWbraid()

public AdIdentifiers.Builder clearWbraid()

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
AdIdentifiers.Builder

This builder for chaining.

getDclid()

public String getDclid()

Optional. The display click ID associated with this event.

string dclid = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The dclid.

getDclidBytes()

public ByteString getDclidBytes()

Optional. The display click ID associated with this event.

string dclid = 7 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for dclid.

getDefaultInstanceForType()

public AdIdentifiers getDefaultInstanceForType()
Returns
Type Description
AdIdentifiers

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEncryptedUserIds(int index)

public EncryptedUserId getEncryptedUserIds(int index)

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
EncryptedUserId

getEncryptedUserIdsBuilder(int index)

public EncryptedUserId.Builder getEncryptedUserIdsBuilder(int index)

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
EncryptedUserId.Builder

getEncryptedUserIdsBuilderList()

public List<EncryptedUserId.Builder> getEncryptedUserIdsBuilderList()

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Builder>

getEncryptedUserIdsCount()

public int getEncryptedUserIdsCount()

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getEncryptedUserIdsList()

public List<EncryptedUserId> getEncryptedUserIdsList()

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<EncryptedUserId>

getEncryptedUserIdsOrBuilder(int index)

public EncryptedUserIdOrBuilder getEncryptedUserIdsOrBuilder(int index)

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
EncryptedUserIdOrBuilder

getEncryptedUserIdsOrBuilderList()

public List<? extends EncryptedUserIdOrBuilder> getEncryptedUserIdsOrBuilderList()

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.ads.datamanager.v1.EncryptedUserIdOrBuilder>

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

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

getImpressionId()

public String getImpressionId()

Optional. The impression ID associated with this event.

string impression_id = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The impressionId.

getImpressionIdBytes()

public ByteString getImpressionIdBytes()

Optional. The impression ID associated with this event.

string impression_id = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for impressionId.

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.

getLandingPageDeviceInfoBuilder()

public DeviceInfo.Builder getLandingPageDeviceInfoBuilder()

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.Builder

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];

Returns
Type Description
DeviceInfoOrBuilder

getMatchId()

public String getMatchId()

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

string match_id = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The matchId.

getMatchIdBytes()

public ByteString getMatchIdBytes()

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

string match_id = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for matchId.

getMobileDeviceId()

public String getMobileDeviceId()

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

string mobile_device_id = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The mobileDeviceId.

getMobileDeviceIdBytes()

public ByteString getMobileDeviceIdBytes()

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

string mobile_device_id = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for mobileDeviceId.

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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AdIdentifiers other)

public AdIdentifiers.Builder mergeFrom(AdIdentifiers other)
Parameter
Name Description
other AdIdentifiers
Returns
Type Description
AdIdentifiers.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AdIdentifiers.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AdIdentifiers.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AdIdentifiers.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AdIdentifiers.Builder
Overrides

mergeLandingPageDeviceInfo(DeviceInfo value)

public AdIdentifiers.Builder mergeLandingPageDeviceInfo(DeviceInfo value)

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];

Parameter
Name Description
value DeviceInfo
Returns
Type Description
AdIdentifiers.Builder

removeEncryptedUserIds(int index)

public AdIdentifiers.Builder removeEncryptedUserIds(int index)

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
AdIdentifiers.Builder

setDclid(String value)

public AdIdentifiers.Builder setDclid(String value)

Optional. The display click ID associated with this event.

string dclid = 7 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The dclid to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setDclidBytes(ByteString value)

public AdIdentifiers.Builder setDclidBytes(ByteString value)

Optional. The display click ID associated with this event.

string dclid = 7 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for dclid to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setEncryptedUserIds(int index, EncryptedUserId value)

public AdIdentifiers.Builder setEncryptedUserIds(int index, EncryptedUserId value)

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
value EncryptedUserId
Returns
Type Description
AdIdentifiers.Builder

setEncryptedUserIds(int index, EncryptedUserId.Builder builderForValue)

public AdIdentifiers.Builder setEncryptedUserIds(int index, EncryptedUserId.Builder builderForValue)

Optional. Any number of encrypted user IDs.

repeated .google.ads.datamanager.v1.EncryptedUserId encrypted_user_ids = 10 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
builderForValue EncryptedUserId.Builder
Returns
Type Description
AdIdentifiers.Builder

setGbraid(String value)

public AdIdentifiers.Builder setGbraid(String value)

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];

Parameter
Name Description
value String

The gbraid to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setGbraidBytes(ByteString value)

public AdIdentifiers.Builder setGbraidBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for gbraid to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setGclid(String value)

public AdIdentifiers.Builder setGclid(String value)

Optional. The Google click ID (gclid) associated with this event.

string gclid = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The gclid to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setGclidBytes(ByteString value)

public AdIdentifiers.Builder setGclidBytes(ByteString value)

Optional. The Google click ID (gclid) associated with this event.

string gclid = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for gclid to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setImpressionId(String value)

public AdIdentifiers.Builder setImpressionId(String value)

Optional. The impression ID associated with this event.

string impression_id = 8 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The impressionId to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setImpressionIdBytes(ByteString value)

public AdIdentifiers.Builder setImpressionIdBytes(ByteString value)

Optional. The impression ID associated with this event.

string impression_id = 8 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for impressionId to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setLandingPageDeviceInfo(DeviceInfo value)

public AdIdentifiers.Builder setLandingPageDeviceInfo(DeviceInfo value)

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];

Parameter
Name Description
value DeviceInfo
Returns
Type Description
AdIdentifiers.Builder

setLandingPageDeviceInfo(DeviceInfo.Builder builderForValue)

public AdIdentifiers.Builder setLandingPageDeviceInfo(DeviceInfo.Builder builderForValue)

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];

Parameter
Name Description
builderForValue DeviceInfo.Builder
Returns
Type Description
AdIdentifiers.Builder

setMatchId(String value)

public AdIdentifiers.Builder setMatchId(String value)

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

string match_id = 9 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The matchId to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setMatchIdBytes(ByteString value)

public AdIdentifiers.Builder setMatchIdBytes(ByteString value)

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

string match_id = 9 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for matchId to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setMobileDeviceId(String value)

public AdIdentifiers.Builder setMobileDeviceId(String value)

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

string mobile_device_id = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The mobileDeviceId to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setMobileDeviceIdBytes(ByteString value)

public AdIdentifiers.Builder setMobileDeviceIdBytes(ByteString value)

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

string mobile_device_id = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for mobileDeviceId to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setSessionAttributes(String value)

public AdIdentifiers.Builder setSessionAttributes(String value)

Optional. Session attributes for event attribution and modeling.

string session_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The sessionAttributes to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setSessionAttributesBytes(ByteString value)

public AdIdentifiers.Builder setSessionAttributesBytes(ByteString value)

Optional. Session attributes for event attribution and modeling.

string session_attributes = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for sessionAttributes to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setWbraid(String value)

public AdIdentifiers.Builder setWbraid(String value)

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];

Parameter
Name Description
value String

The wbraid to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.

setWbraidBytes(ByteString value)

public AdIdentifiers.Builder setWbraidBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for wbraid to set.

Returns
Type Description
AdIdentifiers.Builder

This builder for chaining.