Interface ClickConversionResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClickConversionResult,ClickConversionResult.Builder
public interface ClickConversionResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionResource name of the conversion action associated with this conversion.com.google.protobuf.ByteStringResource name of the conversion action associated with this conversion.The date time at which the conversion occurred.com.google.protobuf.ByteStringThe date time at which the conversion occurred.The click identifier for clicks associated with app conversions and originating from iOS devices starting with iOS14.com.google.protobuf.ByteStringThe click identifier for clicks associated with app conversions and originating from iOS devices starting with iOS14.getGclid()The Google Click ID (gclid) associated with this conversion.com.google.protobuf.ByteStringThe Google Click ID (gclid) associated with this conversion.getUserIdentifiers(int index) The user identifiers associated with this conversion.intThe user identifiers associated with this conversion.The user identifiers associated with this conversion.getUserIdentifiersOrBuilder(int index) The user identifiers associated with this conversion.List<? extends UserIdentifierOrBuilder>The user identifiers associated with this conversion.The click identifier for clicks associated with web conversions and originating from iOS devices starting with iOS14.com.google.protobuf.ByteStringThe click identifier for clicks associated with web conversions and originating from iOS devices starting with iOS14.booleanResource name of the conversion action associated with this conversion.booleanThe date time at which the conversion occurred.booleanhasGclid()The Google Click ID (gclid) associated with this conversion.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGclid
boolean hasGclid()The Google Click ID (gclid) associated with this conversion.
optional string gclid = 4;- Returns:
- Whether the gclid field is set.
-
getGclid
String getGclid()The Google Click ID (gclid) associated with this conversion.
optional string gclid = 4;- Returns:
- The gclid.
-
getGclidBytes
com.google.protobuf.ByteString getGclidBytes()The Google Click ID (gclid) associated with this conversion.
optional string gclid = 4;- Returns:
- The bytes for gclid.
-
getGbraid
String getGbraid()The click identifier for clicks associated with app conversions and originating from iOS devices starting with iOS14.
string gbraid = 8;- Returns:
- The gbraid.
-
getGbraidBytes
com.google.protobuf.ByteString getGbraidBytes()The click identifier for clicks associated with app conversions and originating from iOS devices starting with iOS14.
string gbraid = 8;- Returns:
- The bytes for gbraid.
-
getWbraid
String getWbraid()The click identifier for clicks associated with web conversions and originating from iOS devices starting with iOS14.
string wbraid = 9;- Returns:
- The wbraid.
-
getWbraidBytes
com.google.protobuf.ByteString getWbraidBytes()The click identifier for clicks associated with web conversions and originating from iOS devices starting with iOS14.
string wbraid = 9;- Returns:
- The bytes for wbraid.
-
hasConversionAction
boolean hasConversionAction()Resource name of the conversion action associated with this conversion.
optional string conversion_action = 5;- Returns:
- Whether the conversionAction field is set.
-
getConversionAction
String getConversionAction()Resource name of the conversion action associated with this conversion.
optional string conversion_action = 5;- Returns:
- The conversionAction.
-
getConversionActionBytes
com.google.protobuf.ByteString getConversionActionBytes()Resource name of the conversion action associated with this conversion.
optional string conversion_action = 5;- Returns:
- The bytes for conversionAction.
-
hasConversionDateTime
boolean hasConversionDateTime()The date time at which the conversion occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
optional string conversion_date_time = 6;- Returns:
- Whether the conversionDateTime field is set.
-
getConversionDateTime
String getConversionDateTime()The date time at which the conversion occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
optional string conversion_date_time = 6;- Returns:
- The conversionDateTime.
-
getConversionDateTimeBytes
com.google.protobuf.ByteString getConversionDateTimeBytes()The date time at which the conversion occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
optional string conversion_date_time = 6;- Returns:
- The bytes for conversionDateTime.
-
getUserIdentifiersList
List<UserIdentifier> getUserIdentifiersList()The user identifiers associated with this conversion. Only hashed_email and hashed_phone_number are supported for conversion uploads. The maximum number of user identifiers for each conversion is 5.
repeated .google.ads.googleads.v18.common.UserIdentifier user_identifiers = 7; -
getUserIdentifiers
The user identifiers associated with this conversion. Only hashed_email and hashed_phone_number are supported for conversion uploads. The maximum number of user identifiers for each conversion is 5.
repeated .google.ads.googleads.v18.common.UserIdentifier user_identifiers = 7; -
getUserIdentifiersCount
int getUserIdentifiersCount()The user identifiers associated with this conversion. Only hashed_email and hashed_phone_number are supported for conversion uploads. The maximum number of user identifiers for each conversion is 5.
repeated .google.ads.googleads.v18.common.UserIdentifier user_identifiers = 7; -
getUserIdentifiersOrBuilderList
List<? extends UserIdentifierOrBuilder> getUserIdentifiersOrBuilderList()The user identifiers associated with this conversion. Only hashed_email and hashed_phone_number are supported for conversion uploads. The maximum number of user identifiers for each conversion is 5.
repeated .google.ads.googleads.v18.common.UserIdentifier user_identifiers = 7; -
getUserIdentifiersOrBuilder
The user identifiers associated with this conversion. Only hashed_email and hashed_phone_number are supported for conversion uploads. The maximum number of user identifiers for each conversion is 5.
repeated .google.ads.googleads.v18.common.UserIdentifier user_identifiers = 7;
-