CampaignBudget
A campaign budget.
Table Specific Information
Select
Google Ads does not allow every column to be selected in a single query as some data will conflict if selected together. Therefore, when issuing a query that selects all columns, only the default metrics, segments, and attributes will be returned. In general, these defaults are the same fields that are exposed through the Ads console.
To use the nondefault fields, explicitly select them in your query.
Filters can also be used in the WHERE clause. The supported operators are the =, !=, >, >=, <, <=, LIKE, NOT LIKE, IN, and NOT IN operators. All filters must be joined by the AND keyword as OR is not supported by the Ads API.
Columns
Name | Type | Behavior | Description |
CampaignBudgetAmountMicros | Long | Attribute | AmountMicros column for table CampaignBudget |
CampaignBudgetDeliveryMethod | String | Attribute | DeliveryMethod column for table CampaignBudget |
CampaignBudgetExplicitlyShared | Bool | Attribute | ExplicitlyShared column for table CampaignBudget |
CampaignBudgetHasRecommendedBudget | Bool | Attribute | HasRecommendedBudget column for table CampaignBudget |
CampaignBudgetId | Long | Attribute | Id column for table CampaignBudget |
CampaignBudgetName | String | Attribute | Name column for table CampaignBudget |
CampaignBudgetPeriod | String | Attribute | Period column for table CampaignBudget |
CampaignBudgetRecommendedBudgetAmountMicros | Long | Attribute | RecommendedBudgetAmountMicros column for table CampaignBudget |
CampaignBudgetRecommendedBudgetEstimatedChangeWeeklyClicks | Long | Attribute | RecommendedBudgetEstimatedChangeWeeklyClicks column for table CampaignBudget |
CampaignBudgetRecommendedBudgetEstimatedChangeWeeklyCostMicros | Long | Attribute | RecommendedBudgetEstimatedChangeWeeklyCostMicros column for table CampaignBudget |
CampaignBudgetRecommendedBudgetEstimatedChangeWeeklyInteractions | Long | Attribute | RecommendedBudgetEstimatedChangeWeeklyInteractions column for table CampaignBudget |
CampaignBudgetRecommendedBudgetEstimatedChangeWeeklyViews | Long | Attribute | RecommendedBudgetEstimatedChangeWeeklyViews column for table CampaignBudget |
CampaignBudgetReferenceCount | Long | Attribute | ReferenceCount column for table CampaignBudget |
CampaignBudgetResourceName | String | Attribute | ResourceName column for table CampaignBudget |
CampaignBudgetStatus | String | Attribute | Status column for table CampaignBudget |
CampaignBudgetTotalAmountMicros | Long | Attribute | TotalAmountMicros column for table CampaignBudget |
CampaignBudgetType | String | Attribute | Type column for table CampaignBudget |
CustomerId | Long | Attribute | ClientCustomerId column for table CampaignBudget |
AllConversions | Double | Metric | AllConversions column for table Metrics |
AllConversionsFromInteractionsRate | Double | Metric | AllConversionsFromInteractionsRate column for table Metrics |
AllConversionsValue | Double | Metric | AllConversionsValue column for table Metrics |
AverageCost | Double | Metric | AverageCost column for table Metrics |
AverageCpc | Double | Metric | AverageCpc column for table Metrics |
AverageCpe | Double | Metric | AverageCpe column for table Metrics |
AverageCpm | Double | Metric | AverageCpm column for table Metrics |
AverageCpv | Double | Metric | AverageCpv column for table Metrics |
Clicks | Long | Metric | Clicks column for table Metrics |
Conversions | Double | Metric | Conversions column for table Metrics |
ConversionsFromInteractionsRate | Double | Metric | ConversionsFromInteractionsRate column for table Metrics |
ConversionsValue | Double | Metric | ConversionsValue column for table Metrics |
CostMicros | Long | Metric | CostMicros column for table Metrics |
CostPerAllConversions | Double | Metric | CostPerAllConversions column for table Metrics |
CostPerConversion | Double | Metric | CostPerConversion column for table Metrics |
CrossDeviceConversions | Double | Metric | CrossDeviceConversions column for table Metrics |
Ctr | Double | Metric | Ctr column for table Metrics |
EngagementRate | Double | Metric | EngagementRate column for table Metrics |
Engagements | Long | Metric | Engagements column for table Metrics |
Impressions | Long | Metric | Impressions column for table Metrics |
InteractionEventTypes | String | Metric | InteractionEventTypes column for table Metrics |
InteractionRate | Double | Metric | InteractionRate column for table Metrics |
Interactions | Long | Metric | Interactions column for table Metrics |
ValuePerAllConversions | Double | Metric | ValuePerAllConversions column for table Metrics |
ValuePerConversion | Double | Metric | ValuePerConversion column for table Metrics |
VideoViewRate | Double | Metric | VideoViewRate column for table Metrics |
VideoViews | Long | Metric | VideoViews column for table Metrics |
ViewThroughConversions | Long | Metric | ViewThroughConversions column for table Metrics |
BudgetCampaignAssociationStatusCampaign | String | Segment | BudgetCampaignAssociationStatusCampaign column for table Segments |
BudgetCampaignAssociationStatusStatus | String | Segment | BudgetCampaignAssociationStatusStatus column for table Segments |
ConversionAction | String | Segment | ConversionAction column for table Segments |
ConversionActionCategory | String | Segment | ConversionActionCategory column for table Segments |
ConversionActionName | String | Segment | ConversionActionName column for table Segments |
Date | Date | Segment | Date column for table Segments |
ExternalConversionSource | String | Segment | ExternalConversionSource column for table Segments |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |
Last updated