GoogleAdsSearchads360V23ResourcesClickView class

A click view with metrics aggregated at each click level, including both valid and invalid clicks.

For non-Search campaigns, metrics.clicks represents the number of valid and invalid interactions. Queries including ClickView must have a filter limiting the results to one day and can be requested for dates back to 90 days before the time of the request. GCLIDs are not available in this report for App Campaigns for Installs (ACi) and App Campaigns for Pre-registration (ACpre).

Constructors

GoogleAdsSearchads360V23ResourcesClickView({String? adGroupAd, GoogleAdsSearchads360V23CommonClickLocation? areaOfInterest, String? campaignLocationTarget, String? gclid, String? keyword, GoogleAdsSearchads360V23CommonKeywordInfo? keywordInfo, GoogleAdsSearchads360V23CommonClickLocation? locationOfPresence, String? pageNumber, String? resourceName, String? userList})
GoogleAdsSearchads360V23ResourcesClickView.fromJson(Map json_)

Properties

adGroupAd String?
The associated ad.
getter/setter pair
areaOfInterest GoogleAdsSearchads360V23CommonClickLocation?
The location criteria matching the area of interest associated with the impression.
getter/setter pair
campaignLocationTarget String?
The associated campaign location target, if one exists.
getter/setter pair
gclid String?
The Google Click ID.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyword String?
The associated keyword, if one exists and the click corresponds to the SEARCH channel.
getter/setter pair
keywordInfo GoogleAdsSearchads360V23CommonKeywordInfo?
Basic information about the associated keyword, if it exists.
getter/setter pair
locationOfPresence GoogleAdsSearchads360V23CommonClickLocation?
The location criteria matching the location of presence associated with the impression.
getter/setter pair
pageNumber String?
Page number in search results where the ad was shown.
getter/setter pair
resourceName String?
The resource name of the click view.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userList String?
The associated user list, if one exists.
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