Class GoogleAdsSearchads360V23ResourcesKeywordPlanAdGroup
A Keyword Planner ad group. Max number of keyword plan ad groups per plan: 200.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesKeywordPlanAdGroup : IDirectResponseSchema
Properties
CpcBidMicros
A default ad group max cpc bid in micros in account currency for all biddable keywords under the keyword plan ad group. If not set, will inherit from parent campaign.
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 |
Id
Output only. The ID of the keyword plan ad group.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
KeywordPlanCampaign
The keyword plan campaign to which this ad group belongs.
Declaration
[JsonProperty("keywordPlanCampaign")]
public virtual string KeywordPlanCampaign { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the keyword plan ad group. This field is required and should not be empty when creating keyword plan ad group.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. The resource name of the Keyword Planner ad group. KeywordPlanAdGroup resource names have the
form: customers/{customer_id}/keywordPlanAdGroups/{kp_ad_group_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |