includedCreativeDimensions property

List<CreativeDimensions>? includedCreativeDimensions
getter/setter pair

Creative dimensions included by this configuration.

Only bid requests eligible for at least one of the specified creative dimensions will be sent. An unset value allows all bid requests to be sent, regardless of creative dimension.

Implementation

core.List<CreativeDimensions>? includedCreativeDimensions;