CampaignGroups
The Campaign status finder returns all campaigns in a specified status that the authenticated user has access to.
Table Specific Information
Select
The CampaignGroups view returns a list of the campaign groups that belong to the authenticated user so they can be used as dimensions in analytic requests.
The component uses the LinkedIn Marketing Solutions API to process search criteria that refer to the Status column. The component processes other filters client-side within the component. For example, the following queries are processed server side.
SELECT * FROM CampaignGroups WHERE Status = 'ACTIVE'
Columns
Name | Type | Description |
Id | String | Numerical identifier for the campaign group |
Account | String | URN identifying the advertising account associated with the Campaign Group. This value is immutable once set |
Name | String | The name of the Campaign Group. Primarily used to make it easier to reference a Campaign Group and to recall its purpose |
Status | String | Current Status of the campaign group |
TotalBudgetAmount | Decimal | Maximum amount to spend over the life of the Campaign Group. |
TotalBudgetCurrencyCode | String | ISO currency code. The currency code must match that of the parent account. |
ScheduleStartTime | Datetime | Represents the inclusive (greater than or equal to) value in which to start the range. |
ScheduleEndTime | Datetime | Scheduled date range to run associated objects. |
Backfilled | Boolean | Flag that denotes whether the Campaign Group was created organically or was created to backfill existing campaigns. |
AdAccountId | String | Id of the account |