| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201311 |
| Modifier and Type | Method and Description |
|---|---|
ProductTemplateTargeting |
ProductTemplate.getTargeting()
Gets the targeting value for this ProductTemplate.
|
ProductTemplateTargeting |
Product.getTargeting()
Gets the targeting value for this Product.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductTemplate.setTargeting(ProductTemplateTargeting targeting)
Sets the targeting value for this ProductTemplate.
|
void |
Product.setTargeting(ProductTemplateTargeting targeting)
Sets the targeting value for this Product.
|
| Constructor and Description |
|---|
Product(String name,
ProductStatus status,
ProductType productType,
Long productTemplateId,
String id,
String notes,
String productTemplateDescription,
DateTime lastModifiedDateTime,
RateType rateType,
RoadblockingType roadblockingType,
CreativePlaceholder[] creativePlaceholders,
LineItemType lineItemType,
Integer priority,
FrequencyCap[] frequencyCaps,
Boolean allowFrequencyCapsCustomization,
ProductTemplateTargeting targeting,
BaseCustomFieldValue[] customFieldValues) |
ProductTemplate(Long id,
String name,
DateTime creationDateTime,
DateTime lastModifiedDateTime,
String description,
String nameMacro,
ProductTemplateStatus status,
ProductType productType,
Long creatorId,
RateType rateType,
RoadblockingType roadblockingType,
CreativePlaceholder[] creativePlaceholders,
LineItemType lineItemType,
Integer priority,
FrequencyCap[] frequencyCaps,
Boolean allowFrequencyCapsCustomization,
ProductSegmentation productSegmentation,
ProductTemplateTargeting targeting,
BaseCustomFieldValue[] customFieldValues) |
Copyright © 2014. All Rights Reserved.