GoogleAdsSearchads360V23ResourcesConversionActionFloodlightSettings class
Settings related to a Floodlight conversion action.
Constructors
- GoogleAdsSearchads360V23ResourcesConversionActionFloodlightSettings({String? activityGroupTag, String? activityId, String? activityTag})
- GoogleAdsSearchads360V23ResourcesConversionActionFloodlightSettings.fromJson(Map json_)
Properties
- activityGroupTag ↔ String?
-
String used to identify a Floodlight activity group when reporting
conversions.
getter/setter pair
- activityId ↔ String?
-
ID of the Floodlight activity in DoubleClick Campaign Manager (DCM).
getter/setter pair
- activityTag ↔ String?
-
String used to identify a Floodlight activity when reporting conversions.
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
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