JDBC Driver for LinkedIn Marketing Solutions

Build 22.0.8462

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 driver uses the LinkedIn Marketing Solutions API to process search criteria that refer to the Status column. The driver processes other filters client-side within the driver. For example, the following queries are processed server side.

SELECT * FROM CampaignGroups

SELECT * FROM CampaignGroups WHERE Status='ACTIVE'
You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria will be ignored and an unfiltered response will be returned.

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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462