Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesKeywordPlan

A Keyword Planner plan. Max number of saved keyword plans: 10000. It's possible to remove plans if limit is reached.

Inheritance
object
GoogleAdsSearchads360V23ResourcesKeywordPlan
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 GoogleAdsSearchads360V23ResourcesKeywordPlan : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ForecastPeriod

The date period used for forecasting the plan.

Declaration
[JsonProperty("forecastPeriod")]
public virtual GoogleAdsSearchads360V23ResourcesKeywordPlanForecastPeriod ForecastPeriod { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesKeywordPlanForecastPeriod

Id

Output only. The ID of the keyword plan.

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

Name

The name of the keyword plan. This field is required and should not be empty when creating new keyword plans.

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

ResourceName

Immutable. The resource name of the Keyword Planner plan. KeywordPlan resource names have the form: customers/{customer_id}/keywordPlans/{kp_plan_id}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX