Creative class

A creative and its classification data.

Constructors

Creative({String? accountId, String? adChoicesDestinationUrl, AdTechnologyProviders? adTechnologyProviders, String? advertiserName, String? agencyId, String? apiUpdateTime, List<String>? attributes, List<String>? clickThroughUrls, List<Correction>? corrections, String? creativeId, String? dealsStatus, List<String>? declaredClickThroughUrls, List<String>? detectedAdvertiserIds, List<String>? detectedDomains, List<String>? detectedLanguages, List<int>? detectedProductCategories, List<int>? detectedSensitiveCategories, HtmlContent? html, List<String>? impressionTrackingUrls, NativeContent? native, String? openAuctionStatus, List<String>? restrictedCategories, List<ServingRestriction>? servingRestrictions, List<int>? vendorIds, int? version, VideoContent? video})
Creative.fromJson(Map _json)

Properties

accountId String?
The account that this creative belongs to.
getter/setter pair
adChoicesDestinationUrl String?
The link to AdChoices destination page.
getter/setter pair
adTechnologyProviders AdTechnologyProviders?
The detected ad technology providers.
getter/setter pair
advertiserName String?
The name of the company being advertised in the creative.
getter/setter pair
agencyId String?
The agency ID for this creative.
getter/setter pair
apiUpdateTime String?
The last update timestamp of the creative via API.
getter/setter pair
attributes List<String>?
All attributes for the ads that may be shown from this creative.
getter/setter pair
clickThroughUrls List<String>?
The set of destination URLs for the creative.
getter/setter pair
corrections List<Correction>?
Shows any corrections that were applied to this creative.
getter/setter pair
creativeId String?
The buyer-defined creative ID of this creative.
getter/setter pair
dealsStatus String?
The top-level deals status of this creative.
getter/setter pair
declaredClickThroughUrls List<String>?
The set of declared destination URLs for the creative.
getter/setter pair
detectedAdvertiserIds List<String>?
Detected advertiser IDs, if any.
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
hashCode int
The hash code for this object.
no setterinherited
html HtmlContent?
An HTML creative.
getter/setter pair
impressionTrackingUrls List<String>?
The set of URLs to be called to record an impression.
getter/setter pair
native NativeContent?
A native creative.
getter/setter pair
openAuctionStatus String?
The top-level open auction status of this creative.
getter/setter pair
restrictedCategories List<String>?
All restricted categories for the ads that may be shown from this creative.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servingRestrictions List<ServingRestriction>?
The granular status of this ad in specific contexts.
getter/setter pair
vendorIds List<int>?
All vendor IDs for the ads that may be shown from this creative.
getter/setter pair
version int?
The version of this creative.
getter/setter pair
video VideoContent?
A video creative.
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