public static final class OpenRtbProtobuf.Site extends com.google.protobuf.GeneratedMessageV3 implements OpenRtbProtobuf.SiteOrBuilder
3.3.5 Site Object A site object should be included if the ad supported content is part of a website (as opposed to an application). A bid request must not contain both a site object and an app object. The site object itself and all of its parameters are optional, so default values are not provided. If an optional parameter is not specified, it should be considered unknown. At a minimum, it’s useful to provide a page URL or a site ID, but this is not strictly required.Protobuf type
open_rtb.Site| Modifier and Type | Class and Description |
|---|---|
static class |
OpenRtbProtobuf.Site.Builder
3.3.5 Site Object
A site object should be included if the ad supported content is part of a website (as opposed to an application).
|
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CAT_FIELD_NUMBER |
static int |
CONTENT_FIELD_NUMBER |
static int |
DOMAIN_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
KEYWORDS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PAGE_FIELD_NUMBER |
static int |
PAGECAT_FIELD_NUMBER |
static com.google.protobuf.Parser<OpenRtbProtobuf.Site> |
PARSER
Deprecated.
|
static int |
PRIVACYPOLICY_FIELD_NUMBER |
static int |
PUBLISHER_FIELD_NUMBER |
static int |
REF_FIELD_NUMBER |
static int |
SEARCH_FIELD_NUMBER |
static int |
SECTIONCAT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCat(int index)
Array of IAB content categories for the overall site.
|
com.google.protobuf.ByteString |
getCatBytes(int index)
Array of IAB content categories for the overall site.
|
int |
getCatCount()
Array of IAB content categories for the overall site.
|
com.google.protobuf.ProtocolStringList |
getCatList()
Array of IAB content categories for the overall site.
|
OpenRtbProtobuf.Content |
getContent()
See Content Object.
|
OpenRtbProtobuf.ContentOrBuilder |
getContentOrBuilder()
See Content Object.
|
static OpenRtbProtobuf.Site |
getDefaultInstance() |
OpenRtbProtobuf.Site |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDomain()
Domain of the site, used for advertiser side blocking.
|
com.google.protobuf.ByteString |
getDomainBytes()
Domain of the site, used for advertiser side blocking.
|
String |
getId()
Site ID on the exchange.
|
com.google.protobuf.ByteString |
getIdBytes()
Site ID on the exchange.
|
String |
getKeywords()
List of keywords describing this site in a comma separated string.
|
com.google.protobuf.ByteString |
getKeywordsBytes()
List of keywords describing this site in a comma separated string.
|
String |
getName()
Site name (may be masked at publisher’s request).
|
com.google.protobuf.ByteString |
getNameBytes()
Site name (may be masked at publisher’s request).
|
String |
getPage()
URL of the page where the impression will be shown.
|
com.google.protobuf.ByteString |
getPageBytes()
URL of the page where the impression will be shown.
|
String |
getPagecat(int index)
Array of IAB content categories for the current page.
|
com.google.protobuf.ByteString |
getPagecatBytes(int index)
Array of IAB content categories for the current page.
|
int |
getPagecatCount()
Array of IAB content categories for the current page.
|
com.google.protobuf.ProtocolStringList |
getPagecatList()
Array of IAB content categories for the current page.
|
com.google.protobuf.Parser<OpenRtbProtobuf.Site> |
getParserForType() |
int |
getPrivacypolicy()
Specifies whether the site has a privacy policy.
|
OpenRtbProtobuf.Publisher |
getPublisher()
See Publisher Object.
|
OpenRtbProtobuf.PublisherOrBuilder |
getPublisherOrBuilder()
See Publisher Object.
|
String |
getRef()
Referrer URL that caused navigation to the current page.
|
com.google.protobuf.ByteString |
getRefBytes()
Referrer URL that caused navigation to the current page.
|
String |
getSearch()
Search string that caused navigation to the current page.
|
com.google.protobuf.ByteString |
getSearchBytes()
Search string that caused navigation to the current page.
|
String |
getSectioncat(int index)
Array of IAB content categories for the current subsection of the site.
|
com.google.protobuf.ByteString |
getSectioncatBytes(int index)
Array of IAB content categories for the current subsection of the site.
|
int |
getSectioncatCount()
Array of IAB content categories for the current subsection of the site.
|
com.google.protobuf.ProtocolStringList |
getSectioncatList()
Array of IAB content categories for the current subsection of the site.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasContent()
See Content Object.
|
boolean |
hasDomain()
Domain of the site, used for advertiser side blocking.
|
int |
hashCode() |
boolean |
hasId()
Site ID on the exchange.
|
boolean |
hasKeywords()
List of keywords describing this site in a comma separated string.
|
boolean |
hasName()
Site name (may be masked at publisher’s request).
|
boolean |
hasPage()
URL of the page where the impression will be shown.
|
boolean |
hasPrivacypolicy()
Specifies whether the site has a privacy policy.
|
boolean |
hasPublisher()
See Publisher Object.
|
boolean |
hasRef()
Referrer URL that caused navigation to the current page.
|
boolean |
hasSearch()
Search string that caused navigation to the current page.
|
boolean |
isInitialized() |
static OpenRtbProtobuf.Site.Builder |
newBuilder() |
static OpenRtbProtobuf.Site.Builder |
newBuilder(OpenRtbProtobuf.Site prototype) |
OpenRtbProtobuf.Site.Builder |
newBuilderForType() |
static OpenRtbProtobuf.Site |
parseDelimitedFrom(InputStream input) |
static OpenRtbProtobuf.Site |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Site |
parseFrom(byte[] data) |
static OpenRtbProtobuf.Site |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Site |
parseFrom(com.google.protobuf.ByteString data) |
static OpenRtbProtobuf.Site |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Site |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OpenRtbProtobuf.Site |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpenRtbProtobuf.Site |
parseFrom(InputStream input) |
static OpenRtbProtobuf.Site |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<OpenRtbProtobuf.Site> |
parser() |
OpenRtbProtobuf.Site.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int DOMAIN_FIELD_NUMBER
public static final int CAT_FIELD_NUMBER
public static final int SECTIONCAT_FIELD_NUMBER
public static final int PAGECAT_FIELD_NUMBER
public static final int PAGE_FIELD_NUMBER
public static final int PRIVACYPOLICY_FIELD_NUMBER
public static final int REF_FIELD_NUMBER
public static final int SEARCH_FIELD_NUMBER
public static final int PUBLISHER_FIELD_NUMBER
public static final int CONTENT_FIELD_NUMBER
public static final int KEYWORDS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<OpenRtbProtobuf.Site> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasId()
Site ID on the exchange.
optional string id = 1;hasId in interface OpenRtbProtobuf.SiteOrBuilderpublic String getId()
Site ID on the exchange.
optional string id = 1;getId in interface OpenRtbProtobuf.SiteOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
Site ID on the exchange.
optional string id = 1;getIdBytes in interface OpenRtbProtobuf.SiteOrBuilderpublic boolean hasName()
Site name (may be masked at publisher’s request).
optional string name = 2;hasName in interface OpenRtbProtobuf.SiteOrBuilderpublic String getName()
Site name (may be masked at publisher’s request).
optional string name = 2;getName in interface OpenRtbProtobuf.SiteOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Site name (may be masked at publisher’s request).
optional string name = 2;getNameBytes in interface OpenRtbProtobuf.SiteOrBuilderpublic boolean hasDomain()
Domain of the site, used for advertiser side blocking. For example, “foo.com”.
optional string domain = 3;hasDomain in interface OpenRtbProtobuf.SiteOrBuilderpublic String getDomain()
Domain of the site, used for advertiser side blocking. For example, “foo.com”.
optional string domain = 3;getDomain in interface OpenRtbProtobuf.SiteOrBuilderpublic com.google.protobuf.ByteString getDomainBytes()
Domain of the site, used for advertiser side blocking. For example, “foo.com”.
optional string domain = 3;getDomainBytes in interface OpenRtbProtobuf.SiteOrBuilderpublic com.google.protobuf.ProtocolStringList getCatList()
Array of IAB content categories for the overall site. See Table 6.1 Content Categories.
repeated string cat = 4;getCatList in interface OpenRtbProtobuf.SiteOrBuilderpublic int getCatCount()
Array of IAB content categories for the overall site. See Table 6.1 Content Categories.
repeated string cat = 4;getCatCount in interface OpenRtbProtobuf.SiteOrBuilderpublic String getCat(int index)
Array of IAB content categories for the overall site. See Table 6.1 Content Categories.
repeated string cat = 4;getCat in interface OpenRtbProtobuf.SiteOrBuilderpublic com.google.protobuf.ByteString getCatBytes(int index)
Array of IAB content categories for the overall site. See Table 6.1 Content Categories.
repeated string cat = 4;getCatBytes in interface OpenRtbProtobuf.SiteOrBuilderpublic com.google.protobuf.ProtocolStringList getSectioncatList()
Array of IAB content categories for the current subsection of the site. See Table 6.1 Content Categories.
repeated string sectioncat = 5;getSectioncatList in interface OpenRtbProtobuf.SiteOrBuilderpublic int getSectioncatCount()
Array of IAB content categories for the current subsection of the site. See Table 6.1 Content Categories.
repeated string sectioncat = 5;getSectioncatCount in interface OpenRtbProtobuf.SiteOrBuilderpublic String getSectioncat(int index)
Array of IAB content categories for the current subsection of the site. See Table 6.1 Content Categories.
repeated string sectioncat = 5;getSectioncat in interface OpenRtbProtobuf.SiteOrBuilderpublic com.google.protobuf.ByteString getSectioncatBytes(int index)
Array of IAB content categories for the current subsection of the site. See Table 6.1 Content Categories.
repeated string sectioncat = 5;getSectioncatBytes in interface OpenRtbProtobuf.SiteOrBuilderpublic com.google.protobuf.ProtocolStringList getPagecatList()
Array of IAB content categories for the current page. See Table 6.1 Content Categories.
repeated string pagecat = 6;getPagecatList in interface OpenRtbProtobuf.SiteOrBuilderpublic int getPagecatCount()
Array of IAB content categories for the current page. See Table 6.1 Content Categories.
repeated string pagecat = 6;getPagecatCount in interface OpenRtbProtobuf.SiteOrBuilderpublic String getPagecat(int index)
Array of IAB content categories for the current page. See Table 6.1 Content Categories.
repeated string pagecat = 6;getPagecat in interface OpenRtbProtobuf.SiteOrBuilderpublic com.google.protobuf.ByteString getPagecatBytes(int index)
Array of IAB content categories for the current page. See Table 6.1 Content Categories.
repeated string pagecat = 6;getPagecatBytes in interface OpenRtbProtobuf.SiteOrBuilderpublic boolean hasPage()
URL of the page where the impression will be shown.
optional string page = 7;hasPage in interface OpenRtbProtobuf.SiteOrBuilderpublic String getPage()
URL of the page where the impression will be shown.
optional string page = 7;getPage in interface OpenRtbProtobuf.SiteOrBuilderpublic com.google.protobuf.ByteString getPageBytes()
URL of the page where the impression will be shown.
optional string page = 7;getPageBytes in interface OpenRtbProtobuf.SiteOrBuilderpublic boolean hasPrivacypolicy()
Specifies whether the site has a privacy policy. “1” means there is a policy. “0” means there is not.
optional uint32 privacypolicy = 8;hasPrivacypolicy in interface OpenRtbProtobuf.SiteOrBuilderpublic int getPrivacypolicy()
Specifies whether the site has a privacy policy. “1” means there is a policy. “0” means there is not.
optional uint32 privacypolicy = 8;getPrivacypolicy in interface OpenRtbProtobuf.SiteOrBuilderpublic boolean hasRef()
Referrer URL that caused navigation to the current page.
optional string ref = 9;hasRef in interface OpenRtbProtobuf.SiteOrBuilderpublic String getRef()
Referrer URL that caused navigation to the current page.
optional string ref = 9;getRef in interface OpenRtbProtobuf.SiteOrBuilderpublic com.google.protobuf.ByteString getRefBytes()
Referrer URL that caused navigation to the current page.
optional string ref = 9;getRefBytes in interface OpenRtbProtobuf.SiteOrBuilderpublic boolean hasSearch()
Search string that caused navigation to the current page.
optional string search = 10;hasSearch in interface OpenRtbProtobuf.SiteOrBuilderpublic String getSearch()
Search string that caused navigation to the current page.
optional string search = 10;getSearch in interface OpenRtbProtobuf.SiteOrBuilderpublic com.google.protobuf.ByteString getSearchBytes()
Search string that caused navigation to the current page.
optional string search = 10;getSearchBytes in interface OpenRtbProtobuf.SiteOrBuilderpublic boolean hasPublisher()
See Publisher Object.
optional .open_rtb.Publisher publisher = 11;hasPublisher in interface OpenRtbProtobuf.SiteOrBuilderpublic OpenRtbProtobuf.Publisher getPublisher()
See Publisher Object.
optional .open_rtb.Publisher publisher = 11;getPublisher in interface OpenRtbProtobuf.SiteOrBuilderpublic OpenRtbProtobuf.PublisherOrBuilder getPublisherOrBuilder()
See Publisher Object.
optional .open_rtb.Publisher publisher = 11;getPublisherOrBuilder in interface OpenRtbProtobuf.SiteOrBuilderpublic boolean hasContent()
See Content Object.
optional .open_rtb.Content content = 12;hasContent in interface OpenRtbProtobuf.SiteOrBuilderpublic OpenRtbProtobuf.Content getContent()
See Content Object.
optional .open_rtb.Content content = 12;getContent in interface OpenRtbProtobuf.SiteOrBuilderpublic OpenRtbProtobuf.ContentOrBuilder getContentOrBuilder()
See Content Object.
optional .open_rtb.Content content = 12;getContentOrBuilder in interface OpenRtbProtobuf.SiteOrBuilderpublic boolean hasKeywords()
List of keywords describing this site in a comma separated string.
optional string keywords = 13;hasKeywords in interface OpenRtbProtobuf.SiteOrBuilderpublic String getKeywords()
List of keywords describing this site in a comma separated string.
optional string keywords = 13;getKeywords in interface OpenRtbProtobuf.SiteOrBuilderpublic com.google.protobuf.ByteString getKeywordsBytes()
List of keywords describing this site in a comma separated string.
optional string keywords = 13;getKeywordsBytes in interface OpenRtbProtobuf.SiteOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static OpenRtbProtobuf.Site parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Site parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Site parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Site parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OpenRtbProtobuf.Site parseFrom(InputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Site parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Site parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Site parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Site parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OpenRtbProtobuf.Site parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OpenRtbProtobuf.Site.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static OpenRtbProtobuf.Site.Builder newBuilder()
public static OpenRtbProtobuf.Site.Builder newBuilder(OpenRtbProtobuf.Site prototype)
public OpenRtbProtobuf.Site.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static OpenRtbProtobuf.Site getDefaultInstance()
public static com.google.protobuf.Parser<OpenRtbProtobuf.Site> parser()
public com.google.protobuf.Parser<OpenRtbProtobuf.Site> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public OpenRtbProtobuf.Site getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.