public static interface OpenRtbProtobuf.UserOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBuyeruid()
Buyer’s user ID for this user as mapped by exchange for the buyer.
|
com.google.protobuf.ByteString |
getBuyeruidBytes()
Buyer’s user ID for this user as mapped by exchange for the buyer.
|
String |
getCustomdata()
If supported by the exchange, this is custom data that the bidder had stored in the exchange’s cookie.
|
com.google.protobuf.ByteString |
getCustomdataBytes()
If supported by the exchange, this is custom data that the bidder had stored in the exchange’s cookie.
|
OpenRtbProtobuf.Data |
getData(int index)
See Data Object.
|
int |
getDataCount()
See Data Object.
|
List<OpenRtbProtobuf.Data> |
getDataList()
See Data Object.
|
OpenRtbProtobuf.DataOrBuilder |
getDataOrBuilder(int index)
See Data Object.
|
List<? extends OpenRtbProtobuf.DataOrBuilder> |
getDataOrBuilderList()
See Data Object.
|
String |
getGender()
Gender as “M” male, “F” female, “O” Other.
|
com.google.protobuf.ByteString |
getGenderBytes()
Gender as “M” male, “F” female, “O” Other.
|
OpenRtbProtobuf.Geo |
getGeo()
Home geo for the user (e.g., based off of registration data); this is different from the current location of the access device (that is defined by the geo object embedded in the Device Object); see Geo Object.
|
OpenRtbProtobuf.GeoOrBuilder |
getGeoOrBuilder()
Home geo for the user (e.g., based off of registration data); this is different from the current location of the access device (that is defined by the geo object embedded in the Device Object); see Geo Object.
|
String |
getId()
Unique consumer ID of this user on the exchange.
|
com.google.protobuf.ByteString |
getIdBytes()
Unique consumer ID of this user on the exchange.
|
String |
getKeywords()
Comma separated list of keywords of consumer interests or intent.
|
com.google.protobuf.ByteString |
getKeywordsBytes()
Comma separated list of keywords of consumer interests or intent.
|
int |
getYob()
Year of birth as a 4-digit integer.
|
boolean |
hasBuyeruid()
Buyer’s user ID for this user as mapped by exchange for the buyer.
|
boolean |
hasCustomdata()
If supported by the exchange, this is custom data that the bidder had stored in the exchange’s cookie.
|
boolean |
hasGender()
Gender as “M” male, “F” female, “O” Other.
|
boolean |
hasGeo()
Home geo for the user (e.g., based off of registration data); this is different from the current location of the access device (that is defined by the geo object embedded in the Device Object); see Geo Object.
|
boolean |
hasId()
Unique consumer ID of this user on the exchange.
|
boolean |
hasKeywords()
Comma separated list of keywords of consumer interests or intent.
|
boolean |
hasYob()
Year of birth as a 4-digit integer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
Unique consumer ID of this user on the exchange.
optional string id = 1;String getId()
Unique consumer ID of this user on the exchange.
optional string id = 1;com.google.protobuf.ByteString getIdBytes()
Unique consumer ID of this user on the exchange.
optional string id = 1;boolean hasBuyeruid()
Buyer’s user ID for this user as mapped by exchange for the buyer. (AdGear cookie)
optional string buyeruid = 2;String getBuyeruid()
Buyer’s user ID for this user as mapped by exchange for the buyer. (AdGear cookie)
optional string buyeruid = 2;com.google.protobuf.ByteString getBuyeruidBytes()
Buyer’s user ID for this user as mapped by exchange for the buyer. (AdGear cookie)
optional string buyeruid = 2;boolean hasYob()
Year of birth as a 4-digit integer.
optional uint32 yob = 3;int getYob()
Year of birth as a 4-digit integer.
optional uint32 yob = 3;boolean hasGender()
Gender as “M” male, “F” female, “O” Other. (Null indicates unknown).
optional string gender = 4;String getGender()
Gender as “M” male, “F” female, “O” Other. (Null indicates unknown).
optional string gender = 4;com.google.protobuf.ByteString getGenderBytes()
Gender as “M” male, “F” female, “O” Other. (Null indicates unknown).
optional string gender = 4;boolean hasKeywords()
Comma separated list of keywords of consumer interests or intent.
optional string keywords = 5;String getKeywords()
Comma separated list of keywords of consumer interests or intent.
optional string keywords = 5;com.google.protobuf.ByteString getKeywordsBytes()
Comma separated list of keywords of consumer interests or intent.
optional string keywords = 5;boolean hasCustomdata()
If supported by the exchange, this is custom data that the bidder had stored in the exchange’s cookie. The string may be in base85 cookie safe characters, and be in any format. This may useful for storing user features. Note: Proper JSON encoding must be used to include “escaped” quotation marks.
optional string customdata = 6;String getCustomdata()
If supported by the exchange, this is custom data that the bidder had stored in the exchange’s cookie. The string may be in base85 cookie safe characters, and be in any format. This may useful for storing user features. Note: Proper JSON encoding must be used to include “escaped” quotation marks.
optional string customdata = 6;com.google.protobuf.ByteString getCustomdataBytes()
If supported by the exchange, this is custom data that the bidder had stored in the exchange’s cookie. The string may be in base85 cookie safe characters, and be in any format. This may useful for storing user features. Note: Proper JSON encoding must be used to include “escaped” quotation marks.
optional string customdata = 6;boolean hasGeo()
Home geo for the user (e.g., based off of registration data); this is different from the current location of the access device (that is defined by the geo object embedded in the Device Object); see Geo Object.
optional .open_rtb.Geo geo = 7;OpenRtbProtobuf.Geo getGeo()
Home geo for the user (e.g., based off of registration data); this is different from the current location of the access device (that is defined by the geo object embedded in the Device Object); see Geo Object.
optional .open_rtb.Geo geo = 7;OpenRtbProtobuf.GeoOrBuilder getGeoOrBuilder()
Home geo for the user (e.g., based off of registration data); this is different from the current location of the access device (that is defined by the geo object embedded in the Device Object); see Geo Object.
optional .open_rtb.Geo geo = 7;List<OpenRtbProtobuf.Data> getDataList()
See Data Object.
repeated .open_rtb.Data data = 8;OpenRtbProtobuf.Data getData(int index)
See Data Object.
repeated .open_rtb.Data data = 8;int getDataCount()
See Data Object.
repeated .open_rtb.Data data = 8;List<? extends OpenRtbProtobuf.DataOrBuilder> getDataOrBuilderList()
See Data Object.
repeated .open_rtb.Data data = 8;OpenRtbProtobuf.DataOrBuilder getDataOrBuilder(int index)
See Data Object.
repeated .open_rtb.Data data = 8;Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.