UrlTargeting class

Represents a list of targeted and excluded URLs (e.g., google.com).

For Private Auction and AdX Preferred Deals, URLs are either included or excluded. For Programmatic Guaranteed and Preferred Deals, this doesn't apply.

Constructors

UrlTargeting({List<String>? excludedUrls, List<String>? targetedUrls})
UrlTargeting.fromJson(Map _json)

Properties

excludedUrls List<String>?
A list of URLs to be excluded.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetedUrls List<String>?
A list of URLs to be included.
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