GoogleAdsSearchads360V23CommonTagSnippet class
The site tag and event snippet pair for a TrackingCodeType.
Constructors
- GoogleAdsSearchads360V23CommonTagSnippet({String? eventSnippet, String? globalSiteTag, String? pageFormat, String? type})
- GoogleAdsSearchads360V23CommonTagSnippet.fromJson(Map json_)
Properties
- eventSnippet ↔ String?
-
The event snippet that works with the site tag to track actions that
should be counted as conversions.
getter/setter pair
- globalSiteTag ↔ String?
-
The site tag that adds visitors to your basic remarketing lists and sets
new cookies on your domain.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pageFormat ↔ String?
-
The format of the web page where the tracking tag and snippet will be
installed, for example, HTML.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String?
-
The type of the generated tag snippets for tracking conversions.
Possible string values are:
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