Specification for an ad size. This specification allows customization by
display options for more fine-grained control over returns, so that
customers can associate ad options with specific sizes. For example,
suppose the customer in general would like to see placements with
DisplayOption.STANDARD
and DisplayOption.POP_UNDER
-
except for 300x250 ads which should only be STANDARD. The customer would
create a DisplayAdSpec
with DisplayOption.STANDARD
and
DisplayOption.POP_UNDER
, and also send in an AdSizeSpec
with width
of 300, {@code} height of 250, and displayOptionFilter
set to DisplayOption.STANDARD
.
- Namespace
-
https://adwords.google.com/api/adwords/o/v201506
- Fields
Field | Type | Description |
---|---|---|
width |
xsd:long
|
|
height |
xsd:long
|
|
activationOptionFilter |
DisplayAdSpec.ActivationOption[]
|
Enumerations
|