Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesClickView

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).

Inheritance
object
GoogleAdsSearchads360V23ResourcesClickView
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesClickView : IDirectResponseSchema

Properties

AdGroupAd

Output only. The associated ad.

Declaration
[JsonProperty("adGroupAd")]
public virtual string AdGroupAd { get; set; }
Property Value
Type Description
string

AreaOfInterest

Output only. The location criteria matching the area of interest associated with the impression.

Declaration
[JsonProperty("areaOfInterest")]
public virtual GoogleAdsSearchads360V23CommonClickLocation AreaOfInterest { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonClickLocation

CampaignLocationTarget

Output only. The associated campaign location target, if one exists.

Declaration
[JsonProperty("campaignLocationTarget")]
public virtual string CampaignLocationTarget { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Gclid

Output only. The Google Click ID.

Declaration
[JsonProperty("gclid")]
public virtual string Gclid { get; set; }
Property Value
Type Description
string

Keyword

Output only. The associated keyword, if one exists and the click corresponds to the SEARCH channel.

Declaration
[JsonProperty("keyword")]
public virtual string Keyword { get; set; }
Property Value
Type Description
string

KeywordInfo

Output only. Basic information about the associated keyword, if it exists.

Declaration
[JsonProperty("keywordInfo")]
public virtual GoogleAdsSearchads360V23CommonKeywordInfo KeywordInfo { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonKeywordInfo

LocationOfPresence

Output only. The location criteria matching the location of presence associated with the impression.

Declaration
[JsonProperty("locationOfPresence")]
public virtual GoogleAdsSearchads360V23CommonClickLocation LocationOfPresence { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonClickLocation

PageNumber

Output only. Page number in search results where the ad was shown.

Declaration
[JsonProperty("pageNumber")]
public virtual long? PageNumber { get; set; }
Property Value
Type Description
long?

ResourceName

Output only. The resource name of the click view. Click view resource names have the form: customers/{customer_id}/clickViews/{date (yyyy-MM-dd)}~{gclid}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

UserList

Output only. The associated user list, if one exists.

Declaration
[JsonProperty("userList")]
public virtual string UserList { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX