AdGroups

Service to access details about any ad groups.

Table Specific Information

Select

There are two ways you can query AdGroups.

  • The following query returns ad group specified.\

    SELECT * FROM [AdGroups] WHERE Id=123456789

  • The following query returns all ad groups.\

    SELECT * FROM [AdGroups]

Columns

Name

Type

Behavior

DisplayName

Description

Id [KEY]

Long

ID of this ad group.

CampaignId

Long

ID of the campaign with which this ad group is associated.

CampaignName

String

Name of the campaign with which this ad group is associated.

Name

String

Name of this ad group (at most 255 UTF-8 full-width characters).

Status

String

Status of this ad group.

ContentBidCriterionTypeGroup

String

Allows advertisers to specify a criteria dimension on which to place absolute bids.

BaseCampaignId

Long

ID of the base campaign from which this draft/trial adgroup was created.

BaseAdGroupId

Long

ID of the base adgroup from which this draft/trial adgroup was created.

TrackingUrlTemplate

String

URL template for constructing a tracking URL.

FinalUrlSuffix

String

URL template for appending params to Final URL.

UrlCustomParameters

String

A list of mappings to be used for substituting URL custom parameter tags in the trackingUrlTemplate, finalUrls, and/or finalMobileUrls.

AdGroupType

String

The type of the Ad Group.

BiddingStrategyId

Long

Id of the bidding strategy to be associated with the campaign, ad group or ad group criteria.

BiddingStrategyName

String

Name of the bidding strategy.

BiddingStrategyType

String

The type of the bidding strategy to be attached.

BiddingStrategySource

String

Indicates where the bidding strategy is associated i.e. campaign, ad group or ad group criterion.

AdRotationMode

String

The ad rotation mode to specify how often the ads in the ad group will be served relative to one another.

Last updated