Campaign Lines Report

Retrieve a campaign line report with daily or hourly grain.

Campaign line reports are refreshed once an hour. They become final 12h after the end of the previous day in the UTC timezone.

The query and response are OData V4 format. The response may include a "next" link. OData conventions are used for filtering and paging. You can find more information on ODatahere.

Filter expression

The following fields are filterable

FilterDescriptionFormat
Date (required)An exact date or a date range in EDM formatYYYY-MM-DDThh:mm:ssZ or YYYY-MM-DDZ
CampaignIdThe campaign ID to filter byinteger
❗️

You must pass a Date filter

Queries are limited to a maximum time range of 33 days.

Your Date filter must be either an exact date or an interval within that maximum time range.

Example:

Date eq 2023-01-01Z and CampaignId eq 1234

Response

The data is returned as an array of reporting entries.

FieldDescriptionFormat
DateThe date in EDM formatYYYY-MM-DDThh:mm:ssZ
CampaignIdThe campaign IDinteger
CampaignLineIdThe campaign line IDinteger
ImpressionsThe total number of impressionsinteger
ClicksThe total number of clicksinteger
ConversionsThe number of recorded conversionsinteger
CostThe cost / spendfloat
Path Params
string
enum
required

The time interval

Allowed:
Query Params
string
required
Defaults to Date eq 2023-12-13Z

OData filter expression

string
required
Defaults to 1.0

The API version

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json