public class Targeting extends Object
LineItem objects. See
LineItem.targeting.
Java class for Targeting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Targeting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="geoTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}GeoTargeting" minOccurs="0"/>
<element name="inventoryTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}InventoryTargeting" minOccurs="0"/>
<element name="dayPartTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}DayPartTargeting" minOccurs="0"/>
<element name="technologyTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}TechnologyTargeting" minOccurs="0"/>
<element name="customTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}CustomCriteriaSet" minOccurs="0"/>
<element name="userDomainTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}UserDomainTargeting" minOccurs="0"/>
<element name="contentTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}ContentTargeting" minOccurs="0"/>
<element name="videoPositionTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}VideoPositionTargeting" minOccurs="0"/>
<element name="mobileApplicationTargeting" type="{https://www.google.com/apis/ads/publisher/v201805}MobileApplicationTargeting" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ContentTargeting |
contentTargeting |
protected CustomCriteriaSet |
customTargeting |
protected DayPartTargeting |
dayPartTargeting |
protected GeoTargeting |
geoTargeting |
protected InventoryTargeting |
inventoryTargeting |
protected MobileApplicationTargeting |
mobileApplicationTargeting |
protected TechnologyTargeting |
technologyTargeting |
protected UserDomainTargeting |
userDomainTargeting |
protected VideoPositionTargeting |
videoPositionTargeting |
| Constructor and Description |
|---|
Targeting() |
| Modifier and Type | Method and Description |
|---|---|
ContentTargeting |
getContentTargeting()
Gets the value of the contentTargeting property.
|
CustomCriteriaSet |
getCustomTargeting()
Gets the value of the customTargeting property.
|
DayPartTargeting |
getDayPartTargeting()
Gets the value of the dayPartTargeting property.
|
GeoTargeting |
getGeoTargeting()
Gets the value of the geoTargeting property.
|
InventoryTargeting |
getInventoryTargeting()
Gets the value of the inventoryTargeting property.
|
MobileApplicationTargeting |
getMobileApplicationTargeting()
Gets the value of the mobileApplicationTargeting property.
|
TechnologyTargeting |
getTechnologyTargeting()
Gets the value of the technologyTargeting property.
|
UserDomainTargeting |
getUserDomainTargeting()
Gets the value of the userDomainTargeting property.
|
VideoPositionTargeting |
getVideoPositionTargeting()
Gets the value of the videoPositionTargeting property.
|
void |
setContentTargeting(ContentTargeting value)
Sets the value of the contentTargeting property.
|
void |
setCustomTargeting(CustomCriteriaSet value)
Sets the value of the customTargeting property.
|
void |
setDayPartTargeting(DayPartTargeting value)
Sets the value of the dayPartTargeting property.
|
void |
setGeoTargeting(GeoTargeting value)
Sets the value of the geoTargeting property.
|
void |
setInventoryTargeting(InventoryTargeting value)
Sets the value of the inventoryTargeting property.
|
void |
setMobileApplicationTargeting(MobileApplicationTargeting value)
Sets the value of the mobileApplicationTargeting property.
|
void |
setTechnologyTargeting(TechnologyTargeting value)
Sets the value of the technologyTargeting property.
|
void |
setUserDomainTargeting(UserDomainTargeting value)
Sets the value of the userDomainTargeting property.
|
void |
setVideoPositionTargeting(VideoPositionTargeting value)
Sets the value of the videoPositionTargeting property.
|
protected GeoTargeting geoTargeting
protected InventoryTargeting inventoryTargeting
protected DayPartTargeting dayPartTargeting
protected TechnologyTargeting technologyTargeting
protected CustomCriteriaSet customTargeting
protected UserDomainTargeting userDomainTargeting
protected ContentTargeting contentTargeting
protected VideoPositionTargeting videoPositionTargeting
protected MobileApplicationTargeting mobileApplicationTargeting
public GeoTargeting getGeoTargeting()
GeoTargetingpublic void setGeoTargeting(GeoTargeting value)
value - allowed object is
GeoTargetingpublic InventoryTargeting getInventoryTargeting()
InventoryTargetingpublic void setInventoryTargeting(InventoryTargeting value)
value - allowed object is
InventoryTargetingpublic DayPartTargeting getDayPartTargeting()
DayPartTargetingpublic void setDayPartTargeting(DayPartTargeting value)
value - allowed object is
DayPartTargetingpublic TechnologyTargeting getTechnologyTargeting()
TechnologyTargetingpublic void setTechnologyTargeting(TechnologyTargeting value)
value - allowed object is
TechnologyTargetingpublic CustomCriteriaSet getCustomTargeting()
CustomCriteriaSetpublic void setCustomTargeting(CustomCriteriaSet value)
value - allowed object is
CustomCriteriaSetpublic UserDomainTargeting getUserDomainTargeting()
UserDomainTargetingpublic void setUserDomainTargeting(UserDomainTargeting value)
value - allowed object is
UserDomainTargetingpublic ContentTargeting getContentTargeting()
ContentTargetingpublic void setContentTargeting(ContentTargeting value)
value - allowed object is
ContentTargetingpublic VideoPositionTargeting getVideoPositionTargeting()
VideoPositionTargetingpublic void setVideoPositionTargeting(VideoPositionTargeting value)
value - allowed object is
VideoPositionTargetingpublic MobileApplicationTargeting getMobileApplicationTargeting()
MobileApplicationTargetingpublic void setMobileApplicationTargeting(MobileApplicationTargeting value)
value - allowed object is
MobileApplicationTargetingCopyright © 2018. All Rights Reserved.