CreativeServingDecision class

Top level status and detected attributes of a creative.

Constructors

CreativeServingDecision({AdTechnologyProviders? adTechnologyProviders, PolicyCompliance? chinaPolicyCompliance, PolicyCompliance? dealsPolicyCompliance, List<AdvertiserAndBrand>? detectedAdvertisers, List<String>? detectedAttributes, List<String>? detectedClickThroughUrls, List<String>? detectedDomains, List<String>? detectedLanguages, List<int>? detectedProductCategories, List<int>? detectedSensitiveCategories, List<int>? detectedVendorIds, String? lastStatusUpdate, PolicyCompliance? networkPolicyCompliance, PolicyCompliance? platformPolicyCompliance, PolicyCompliance? russiaPolicyCompliance})
CreativeServingDecision.fromJson(Map json_)

Properties

adTechnologyProviders AdTechnologyProviders?
The detected ad technology providers.
getter/setter pair
chinaPolicyCompliance PolicyCompliance?
The policy compliance of this creative in China.
getter/setter pair
dealsPolicyCompliance PolicyCompliance?
Policy compliance of this creative when bidding on Programmatic Guaranteed and Preferred Deals (outside of Russia and China).
getter/setter pair
detectedAdvertisers List<AdvertiserAndBrand>?
Detected advertisers and brands.
getter/setter pair
detectedAttributes List<String>?
Publisher-excludable attributes that were detected for this creative.
getter/setter pair
detectedClickThroughUrls List<String>?
The set of detected destination URLs for the creative.
getter/setter pair
detectedDomains List<String>?
The detected domains for this creative.
getter/setter pair
detectedLanguages List<String>?
The detected languages for this creative.
getter/setter pair
detectedProductCategories List<int>?
Detected product categories, if any.
getter/setter pair
detectedSensitiveCategories List<int>?
Detected sensitive categories, if any.
getter/setter pair
detectedVendorIds List<int>?
IDs of the ad technology vendors that were detected to be used by this creative.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastStatusUpdate String?
The last time the creative status was updated.
getter/setter pair
networkPolicyCompliance PolicyCompliance?
Policy compliance of this creative when bidding in open auction, private auction, or auction packages (outside of Russia and China).
getter/setter pair
platformPolicyCompliance PolicyCompliance?
Policy compliance of this creative when bidding in Open Bidding (outside of Russia and China).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
russiaPolicyCompliance PolicyCompliance?
The policy compliance of this creative in Russia.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited