Advertiser class Null safety
Contains properties of a Campaign Manager advertiser.
Constructors
- Advertiser({String? accountId, String? advertiserGroupId, String? clickThroughUrlSuffix, String? defaultClickThroughEventTagId, String? defaultEmail, String? floodlightConfigurationId, DimensionValue? floodlightConfigurationIdDimensionValue, String? id, DimensionValue? idDimensionValue, String? kind, MeasurementPartnerAdvertiserLink? measurementPartnerLink, String? name, String? originalFloodlightConfigurationId, String? status, String? subaccountId, bool? suspended})
- Advertiser.fromJson(Map json_)
Properties
- accountId ↔ String?
-
Account ID of this advertiser.This is a read-only field that can be left
blank.
read / write
- advertiserGroupId ↔ String?
-
ID of the advertiser group this advertiser belongs to.
read / write
- clickThroughUrlSuffix ↔ String?
-
Suffix added to click-through URL of ad creative associations under this
advertiser.
read / write
- defaultClickThroughEventTagId ↔ String?
-
ID of the click-through event tag to apply by default to the landing pages
of this advertiser's campaigns.
read / write
- defaultEmail ↔ String?
-
Default email address used in sender field for tag emails.
read / write
- floodlightConfigurationId ↔ String?
-
Floodlight configuration ID of this advertiser.
read / write
- floodlightConfigurationIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the floodlight configuration.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
ID of this advertiser.
read / write
- idDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of this advertiser.
read / write
- kind ↔ String?
-
Identifies what kind of resource this is.
read / write
- measurementPartnerLink ↔ MeasurementPartnerAdvertiserLink?
-
Measurement partner advertiser link for tag wrapping.
read / write
- name ↔ String?
-
Name of this advertiser.
read / write
- originalFloodlightConfigurationId ↔ String?
-
Original floodlight configuration before any sharing occurred.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- status ↔ String?
-
Status of this advertiser.
Possible string values are:
read / write
- subaccountId ↔ String?
-
Subaccount ID of this advertiser.This is a read-only field that can be
left blank.
read / write
- suspended ↔ bool?
-
Suspension status of this advertiser.
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