Resource: ClickView
A click view with metrics aggregated at each click level, including both valid and invalid clicks. For non-googleAds.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.
JSON representation | |
---|---|
{ "resourceName": string, "areaOfInterest": { object ( |
Fields | |
---|---|
resourceName |
Output only. The resource name of the click view. Click view resource names have the form:
|
areaOfInterest |
Output only. The location criteria matching the area of interest associated with the impression. |
locationOfPresence |
Output only. The location criteria matching the location of presence associated with the impression. |
keyword |
Output only. The associated keyword, if one exists and the click corresponds to the SEARCH channel. |
keywordInfo |
Output only. Basic information about the associated keyword, if it exists. |
gclid |
Output only. The Google Click ID. |
pageNumber |
Output only. Page number in search results where the ad was shown. |
adGroupAd |
Output only. The associated ad. |
campaignLocationTarget |
Output only. The associated campaign location target, if one exists. |
userList |
Output only. The associated user list, if one exists. |
ClickLocation
Location criteria associated with a click.
JSON representation | |
---|---|
{ "city": string, "country": string, "metro": string, "mostSpecific": string, "region": string } |
Fields | |
---|---|
city |
The city location criterion associated with the impression. |
country |
The country location criterion associated with the impression. |
metro |
The metro location criterion associated with the impression. |
mostSpecific |
The most specific location criterion associated with the impression. |
region |
The region location criterion associated with the impression. |
Methods |
|
---|---|
|
Returns the requested click view in full detail. |