Creative class
A creative and its classification data.
Constructors
-
Creative({String? accountId, String? adChoicesDestinationUrl, String? advertiserName, String? agencyId, String? apiUpdateTime, String? creativeFormat, String? creativeId, CreativeServingDecision? creativeServingDecision, List<
String> ? dealIds, List<String> ? declaredAttributes, List<String> ? declaredClickThroughUrls, List<String> ? declaredRestrictedCategories, List<int> ? declaredVendorIds, HtmlContent? html, List<String> ? impressionTrackingUrls, String? name, NativeContent? native, String? renderUrl, List<String> ? restrictedCategories, int? version, VideoContent? video}) - Creative.fromJson(Map json_)
Properties
- accountId ↔ String?
-
ID of the buyer account that this creative is owned by.
getter/setter pair
- adChoicesDestinationUrl ↔ String?
-
The link to AdChoices destination page.
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 through the API.
getter/setter pair
- creativeFormat ↔ String?
-
The format of this creative.
getter/setter pair
- creativeId ↔ String?
-
Buyer-specific creative ID that references this creative in bid responses.
getter/setter pair
- creativeServingDecision ↔ CreativeServingDecision?
-
Top level status and detected attributes of a creative (for example
domain, language, advertiser, product category, etc.) that affect whether
(status) and where (context) a creative will be allowed to serve.
getter/setter pair
-
dealIds
↔ List<
String> ? -
IDs of all of the deals with which this creative has been used in bidding.
getter/setter pair
-
declaredAttributes
↔ List<
String> ? -
All declared attributes for the ads that may be shown from this creative.
getter/setter pair
-
declaredClickThroughUrls
↔ List<
String> ? -
The set of declared destination URLs for the creative.
getter/setter pair
-
declaredRestrictedCategories
↔ List<
String> ? -
All declared restricted categories for the ads that may be shown from this
creative.
getter/setter pair
-
declaredVendorIds
↔ List<
int> ? -
IDs for the declared ad technology vendors that may be used by this
creative.
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
- name ↔ String?
-
Name of the creative.
getter/setter pair
- native ↔ NativeContent?
-
A native creative.
getter/setter pair
- renderUrl ↔ String?
-
Experimental field that can be used during the [FLEDGE Origin
Trial](/authorized-buyers/rtb/fledge-origin-trial).
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
- version ↔ int?
-
The version of the 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