public static interface OpenRtbProtobuf.AppOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBundle()
Application bundle or package name (e.g., com.foo.mygame).
|
com.google.protobuf.ByteString |
getBundleBytes()
Application bundle or package name (e.g., com.foo.mygame).
|
String |
getCat(int index)
Array of IAB content categories for the overall application.
|
com.google.protobuf.ByteString |
getCatBytes(int index)
Array of IAB content categories for the overall application.
|
int |
getCatCount()
Array of IAB content categories for the overall application.
|
List<String> |
getCatList()
Array of IAB content categories for the overall application.
|
OpenRtbProtobuf.Content |
getContent()
See Content Object.
|
OpenRtbProtobuf.ContentOrBuilder |
getContentOrBuilder()
See Content Object.
|
String |
getDomain()
Domain of the application (e.g., “mygame.foo.com”).
|
com.google.protobuf.ByteString |
getDomainBytes()
Domain of the application (e.g., “mygame.foo.com”).
|
String |
getId()
Application ID on the exchange.
|
com.google.protobuf.ByteString |
getIdBytes()
Application ID on the exchange.
|
String |
getKeywords()
List of keywords describing this app in a comma separated string.
|
com.google.protobuf.ByteString |
getKeywordsBytes()
List of keywords describing this app in a comma separated string.
|
String |
getName()
Application name (may be masked at publisher’s request).
|
com.google.protobuf.ByteString |
getNameBytes()
Application name (may be masked at publisher’s request).
|
String |
getPagecat(int index)
Array of IAB content categories for the current page/view of the app.
|
com.google.protobuf.ByteString |
getPagecatBytes(int index)
Array of IAB content categories for the current page/view of the app.
|
int |
getPagecatCount()
Array of IAB content categories for the current page/view of the app.
|
List<String> |
getPagecatList()
Array of IAB content categories for the current page/view of the app.
|
int |
getPaid()
“1” if the application is a paid version; else “0” (i.e., free).
|
int |
getPrivacypolicy()
Specifies whether the app has a privacy policy.
|
OpenRtbProtobuf.Publisher |
getPublisher()
See Publisher Object.
|
OpenRtbProtobuf.PublisherOrBuilder |
getPublisherOrBuilder()
See Publisher Object.
|
String |
getSectioncat(int index)
Array of IAB content categories for the current subsection of the app.
|
com.google.protobuf.ByteString |
getSectioncatBytes(int index)
Array of IAB content categories for the current subsection of the app.
|
int |
getSectioncatCount()
Array of IAB content categories for the current subsection of the app.
|
List<String> |
getSectioncatList()
Array of IAB content categories for the current subsection of the app.
|
String |
getStoreurl()
For QAG 1.5 compliance, an app store URL for an installed app should be passed in the bid request.
|
com.google.protobuf.ByteString |
getStoreurlBytes()
For QAG 1.5 compliance, an app store URL for an installed app should be passed in the bid request.
|
String |
getVer()
Application version.
|
com.google.protobuf.ByteString |
getVerBytes()
Application version.
|
boolean |
hasBundle()
Application bundle or package name (e.g., com.foo.mygame).
|
boolean |
hasContent()
See Content Object.
|
boolean |
hasDomain()
Domain of the application (e.g., “mygame.foo.com”).
|
boolean |
hasId()
Application ID on the exchange.
|
boolean |
hasKeywords()
List of keywords describing this app in a comma separated string.
|
boolean |
hasName()
Application name (may be masked at publisher’s request).
|
boolean |
hasPaid()
“1” if the application is a paid version; else “0” (i.e., free).
|
boolean |
hasPrivacypolicy()
Specifies whether the app has a privacy policy.
|
boolean |
hasPublisher()
See Publisher Object.
|
boolean |
hasStoreurl()
For QAG 1.5 compliance, an app store URL for an installed app should be passed in the bid request.
|
boolean |
hasVer()
Application version.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasId()
Application ID on the exchange.
optional string id = 1;String getId()
Application ID on the exchange.
optional string id = 1;com.google.protobuf.ByteString getIdBytes()
Application ID on the exchange.
optional string id = 1;boolean hasName()
Application name (may be masked at publisher’s request).
optional string name = 2;String getName()
Application name (may be masked at publisher’s request).
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
Application name (may be masked at publisher’s request).
optional string name = 2;boolean hasDomain()
Domain of the application (e.g., “mygame.foo.com”).
optional string domain = 3;String getDomain()
Domain of the application (e.g., “mygame.foo.com”).
optional string domain = 3;com.google.protobuf.ByteString getDomainBytes()
Domain of the application (e.g., “mygame.foo.com”).
optional string domain = 3;List<String> getCatList()
Array of IAB content categories for the overall application. See Table 6.1 Content Categories.
repeated string cat = 4;int getCatCount()
Array of IAB content categories for the overall application. See Table 6.1 Content Categories.
repeated string cat = 4;String getCat(int index)
Array of IAB content categories for the overall application. See Table 6.1 Content Categories.
repeated string cat = 4;com.google.protobuf.ByteString getCatBytes(int index)
Array of IAB content categories for the overall application. See Table 6.1 Content Categories.
repeated string cat = 4;List<String> getSectioncatList()
Array of IAB content categories for the current subsection of the app. See Table 6.1 Content Categories.
repeated string sectioncat = 5;int getSectioncatCount()
Array of IAB content categories for the current subsection of the app. See Table 6.1 Content Categories.
repeated string sectioncat = 5;String getSectioncat(int index)
Array of IAB content categories for the current subsection of the app. See Table 6.1 Content Categories.
repeated string sectioncat = 5;com.google.protobuf.ByteString getSectioncatBytes(int index)
Array of IAB content categories for the current subsection of the app. See Table 6.1 Content Categories.
repeated string sectioncat = 5;List<String> getPagecatList()
Array of IAB content categories for the current page/view of the app. See Table 6.1 Content Categories.
repeated string pagecat = 6;int getPagecatCount()
Array of IAB content categories for the current page/view of the app. See Table 6.1 Content Categories.
repeated string pagecat = 6;String getPagecat(int index)
Array of IAB content categories for the current page/view of the app. See Table 6.1 Content Categories.
repeated string pagecat = 6;com.google.protobuf.ByteString getPagecatBytes(int index)
Array of IAB content categories for the current page/view of the app. See Table 6.1 Content Categories.
repeated string pagecat = 6;boolean hasVer()
Application version.
optional string ver = 7;String getVer()
Application version.
optional string ver = 7;com.google.protobuf.ByteString getVerBytes()
Application version.
optional string ver = 7;boolean hasBundle()
Application bundle or package name (e.g., com.foo.mygame). This is intended to be a unique ID across multiple exchanges.
optional string bundle = 8;String getBundle()
Application bundle or package name (e.g., com.foo.mygame). This is intended to be a unique ID across multiple exchanges.
optional string bundle = 8;com.google.protobuf.ByteString getBundleBytes()
Application bundle or package name (e.g., com.foo.mygame). This is intended to be a unique ID across multiple exchanges.
optional string bundle = 8;boolean hasPrivacypolicy()
Specifies whether the app has a privacy policy. “1” means there is a policy and “0” means there is not.
optional uint32 privacypolicy = 9;int getPrivacypolicy()
Specifies whether the app has a privacy policy. “1” means there is a policy and “0” means there is not.
optional uint32 privacypolicy = 9;boolean hasPaid()
“1” if the application is a paid version; else “0” (i.e., free).
optional uint32 paid = 10;int getPaid()
“1” if the application is a paid version; else “0” (i.e., free).
optional uint32 paid = 10;boolean hasPublisher()
See Publisher Object.
optional .open_rtb.Publisher publisher = 11;OpenRtbProtobuf.Publisher getPublisher()
See Publisher Object.
optional .open_rtb.Publisher publisher = 11;OpenRtbProtobuf.PublisherOrBuilder getPublisherOrBuilder()
See Publisher Object.
optional .open_rtb.Publisher publisher = 11;boolean hasContent()
See Content Object.
optional .open_rtb.Content content = 12;OpenRtbProtobuf.Content getContent()
See Content Object.
optional .open_rtb.Content content = 12;OpenRtbProtobuf.ContentOrBuilder getContentOrBuilder()
See Content Object.
optional .open_rtb.Content content = 12;boolean hasKeywords()
List of keywords describing this app in a comma separated string.
optional string keywords = 13;String getKeywords()
List of keywords describing this app in a comma separated string.
optional string keywords = 13;com.google.protobuf.ByteString getKeywordsBytes()
List of keywords describing this app in a comma separated string.
optional string keywords = 13;boolean hasStoreurl()
For QAG 1.5 compliance, an app store URL for an installed app should be passed in the bid request.
optional string storeurl = 14;String getStoreurl()
For QAG 1.5 compliance, an app store URL for an installed app should be passed in the bid request.
optional string storeurl = 14;com.google.protobuf.ByteString getStoreurlBytes()
For QAG 1.5 compliance, an app store URL for an installed app should be passed in the bid request.
optional string storeurl = 14;Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.