|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201208.ContentTargeting
public class ContentTargeting
Used to target LineItems to specific videos on a publisher's
site.
| Constructor Summary | |
|---|---|
ContentTargeting()
|
|
ContentTargeting(long[] targetedContentIds,
long[] excludedContentIds,
long[] targetedVideoCategoryIds,
long[] excludedVideoCategoryIds)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
long[] |
getExcludedContentIds()
Gets the excludedContentIds value for this ContentTargeting. |
long |
getExcludedContentIds(int i)
|
long[] |
getExcludedVideoCategoryIds()
Gets the excludedVideoCategoryIds value for this ContentTargeting. |
long |
getExcludedVideoCategoryIds(int i)
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
long[] |
getTargetedContentIds()
Gets the targetedContentIds value for this ContentTargeting. |
long |
getTargetedContentIds(int i)
|
long[] |
getTargetedVideoCategoryIds()
Gets the targetedVideoCategoryIds value for this ContentTargeting. |
long |
getTargetedVideoCategoryIds(int i)
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setExcludedContentIds(int i,
long _value)
|
void |
setExcludedContentIds(long[] excludedContentIds)
Sets the excludedContentIds value for this ContentTargeting. |
void |
setExcludedVideoCategoryIds(int i,
long _value)
|
void |
setExcludedVideoCategoryIds(long[] excludedVideoCategoryIds)
Sets the excludedVideoCategoryIds value for this ContentTargeting. |
void |
setTargetedContentIds(int i,
long _value)
|
void |
setTargetedContentIds(long[] targetedContentIds)
Sets the targetedContentIds value for this ContentTargeting. |
void |
setTargetedVideoCategoryIds(int i,
long _value)
|
void |
setTargetedVideoCategoryIds(long[] targetedVideoCategoryIds)
Sets the targetedVideoCategoryIds value for this ContentTargeting. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentTargeting()
public ContentTargeting(long[] targetedContentIds,
long[] excludedContentIds,
long[] targetedVideoCategoryIds,
long[] excludedVideoCategoryIds)
| Method Detail |
|---|
public long[] getTargetedContentIds()
LineItem.public void setTargetedContentIds(long[] targetedContentIds)
targetedContentIds - * The IDs of content being targeted by the LineItem.public long getTargetedContentIds(int i)
public void setTargetedContentIds(int i,
long _value)
public long[] getExcludedContentIds()
LineItem.public void setExcludedContentIds(long[] excludedContentIds)
excludedContentIds - * The IDs of content being excluded by the LineItem.public long getExcludedContentIds(int i)
public void setExcludedContentIds(int i,
long _value)
public long[] getTargetedVideoCategoryIds()
CustomTargetingValue
IDs, that are being targeted by the LineItem.
These IDs must be from video categories, which are
a set of
CustomTargetingValues that belong to the content
browse key.
The content browse key can be obtained by getting
the
Network.contentBrowseCustomTargetingKeyId
and the acceptable
values can be obtained using the
CustomTargetingService#getCustomTargetingValuesByStatement.
public void setTargetedVideoCategoryIds(long[] targetedVideoCategoryIds)
targetedVideoCategoryIds - * A list of video categories, represented by CustomTargetingValue
IDs, that are being targeted by the LineItem.
These IDs must be from video categories, which are
a set of
CustomTargetingValues that belong to the content
browse key.
The content browse key can be obtained by getting
the
Network.contentBrowseCustomTargetingKeyId
and the acceptable
values can be obtained using the
CustomTargetingService#getCustomTargetingValuesByStatement.
public long getTargetedVideoCategoryIds(int i)
public void setTargetedVideoCategoryIds(int i,
long _value)
public long[] getExcludedVideoCategoryIds()
CustomTargetingValue
IDs, that are being excluded by the LineItem.
These IDs must be from video categories, which are
a set of
CustomTargetingValues that belong to the content
browse key.
The content browse key can be obtained by getting
the
Network.contentBrowseCustomTargetingKeyId
and the acceptable
values can be obtained using the
CustomTargetingService#getCustomTargetingValuesByStatement.
public void setExcludedVideoCategoryIds(long[] excludedVideoCategoryIds)
excludedVideoCategoryIds - * A list of video categories, represented by CustomTargetingValue
IDs, that are being excluded by the LineItem.
These IDs must be from video categories, which are
a set of
CustomTargetingValues that belong to the content
browse key.
The content browse key can be obtained by getting
the
Network.contentBrowseCustomTargetingKeyId
and the acceptable
values can be obtained using the
CustomTargetingService#getCustomTargetingValuesByStatement.
public long getExcludedVideoCategoryIds(int i)
public void setExcludedVideoCategoryIds(int i,
long _value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||