GoogleAdsSearchads360V23ResourcesRemarketingAction class
A remarketing action.
A snippet of JavaScript code that will collect the product id and the type of page people visited (product page, shopping cart page, purchase page, general site visit) on an advertiser's website.
Constructors
-
GoogleAdsSearchads360V23ResourcesRemarketingAction({String? id, String? name, String? resourceName, List<
GoogleAdsSearchads360V23CommonTagSnippet> ? tagSnippets}) - GoogleAdsSearchads360V23ResourcesRemarketingAction.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Id of the remarketing action.
getter/setter pair
- name ↔ String?
-
The name of the remarketing action.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the remarketing action.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tagSnippets
↔ List<
GoogleAdsSearchads360V23CommonTagSnippet> ? -
The snippets used for tracking remarketing actions.
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