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