EventTag class Null safety
Contains properties of an event tag.
Constructors
-
EventTag({String? accountId, String? advertiserId, DimensionValue? advertiserIdDimensionValue, String? campaignId, DimensionValue? campaignIdDimensionValue, bool? enabledByDefault, bool? excludeFromAdxRequests, String? id, String? kind, String? name, String? siteFilterType, List<
String> ? siteIds, bool? sslCompliant, String? status, String? subaccountId, String? type, String? url, int? urlEscapeLevels}) - EventTag.fromJson(Map json_)
Properties
- accountId ↔ String?
-
Account ID of this event tag.
read / write
- advertiserId ↔ String?
-
Advertiser ID of this event tag.
read / write
- advertiserIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the advertiser.
read / write
- campaignId ↔ String?
-
Campaign ID of this event tag.
read / write
- campaignIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the campaign.
read / write
- enabledByDefault ↔ bool?
-
Whether this event tag should be automatically enabled for all of the
advertiser's campaigns and ads.
read / write
- excludeFromAdxRequests ↔ bool?
-
Whether to remove this event tag from ads that are trafficked through
Display & Video 360 to Ad Exchange.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
ID of this event tag.
read / write
- kind ↔ String?
-
Identifies what kind of resource this is.
read / write
- name ↔ String?
-
Name of this event tag.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- siteFilterType ↔ String?
-
Site filter type for this event tag.
read / write
-
siteIds
↔ List<
String> ? -
Filter list of site IDs associated with this event tag.
read / write
- sslCompliant ↔ bool?
-
Whether this tag is SSL-compliant or not.
read / write
- status ↔ String?
-
Status of this event tag.
read / write
- subaccountId ↔ String?
-
Subaccount ID of this event tag.
read / write
- type ↔ String?
-
Event tag type.
read / write
- url ↔ String?
-
Payload URL for this event tag.
read / write
- urlEscapeLevels ↔ int?
-
Number of times the landing page URL should be URL-escaped before being
appended to the click-through event tag URL.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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