Class GoogleAdsSearchads360V23ResourcesKeywordPlanCampaign
A Keyword Plan campaign. Max number of keyword plan campaigns per plan allowed: 1.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesKeywordPlanCampaign : IDirectResponseSchema
Properties
CpcBidMicros
A default max cpc bid in micros, and in the account currency, for all ad groups under the campaign. This field is required and should not be empty when creating Keyword Plan campaigns.
Declaration
[JsonProperty("cpcBidMicros")]
public virtual long? CpcBidMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GeoTargets
The geo targets. Max number allowed: 20.
Declaration
[JsonProperty("geoTargets")]
public virtual IList<GoogleAdsSearchads360V23ResourcesKeywordPlanGeoTarget> GeoTargets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ResourcesKeywordPlanGeoTarget> |
Id
Output only. The ID of the Keyword Plan campaign.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
KeywordPlan
The keyword plan this campaign belongs to.
Declaration
[JsonProperty("keywordPlan")]
public virtual string KeywordPlan { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeywordPlanNetwork
Targeting network. This field is required and should not be empty when creating Keyword Plan campaigns.
Declaration
[JsonProperty("keywordPlanNetwork")]
public virtual string KeywordPlanNetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageConstants
The languages targeted for the Keyword Plan campaign. Max allowed: 1.
Declaration
[JsonProperty("languageConstants")]
public virtual IList<string> LanguageConstants { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Name
The name of the Keyword Plan campaign. This field is required and should not be empty when creating Keyword Plan campaigns.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. The resource name of the Keyword Plan campaign. KeywordPlanCampaign resource names have the form:
customers/{customer_id}/keywordPlanCampaigns/{kp_campaign_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |