GoogleAdsSearchads360V23ResourcesAiMaxSearchTermAdCombinationView class
AiMaxSearchTermAdCombinationView Resource.
Constructors
- GoogleAdsSearchads360V23ResourcesAiMaxSearchTermAdCombinationView({String? adGroup, String? headline, String? landingPage, String? resourceName, String? searchTerm})
- GoogleAdsSearchads360V23ResourcesAiMaxSearchTermAdCombinationView.fromJson(Map json_)
Properties
- adGroup ↔ String?
-
Ad group where the search term served.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- headline ↔ String?
-
The concatenated string containing headline assets for the ad.
getter/setter pair
- landingPage ↔ String?
-
The destination URL, which was dynamically generated.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the AI Max Search Term Ad Combination view AI Max
Search Term Ad Combination view resource names have the form:
customers/{customer_id}/aiMaxSearchTermAdCombinationViews/{ad_group_id}~{URL-base64_search_term}~{URL-base64_landing_page}~{URL-base64_headline}getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchTerm ↔ String?
-
The search term that triggered the ad.
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