Create export job (Account, Opportunity, Person, Activity, Campaign, and Creative)

Creates a data export job for any supported entity type.

The fields, filters, filters[].values, source, accountListIds, and personListIds properties are arrays. Omit filters[].values only for Exists and DoesNotExist.

Campaign and creative jobs require fields, adReportType, source, fromDate, and toDate in addition to jobName and entityType. For campaign_summary, source supports demandbase, linkedin, google, or all. Creative reports support only demandbase. Use the canonical filter operator spelling shown in the schema; matching is case-insensitive.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Supported entities

  • account
  • opportunity
  • person
  • activity
  • Ad Report Data
    • campaign
    • creative
  • Buying Group Data
    • accountBuyingGroup
    • personBuyingGroupMember
ENTITY TYPEREQUIRED PARAMETERSOPTIONAL PARAMETERSNOTES
accountjobName, fieldsaccountListIds, filtersExports account attributes and firmographics
opportunityjobName, fieldsfiltersExports opportunity-level data
personjobName, fieldspersonListIds, filtersExports person attributes and contact details
activityjobName, fields, fromDate, toDatefiltersDate range required (max 90-day span)
creativejobName, campaignIdperformance: rollup, fromDate, toDateFor campaign rollup performance
campaignjobName,
campaignId
accountBuyingGroupjobName, fields, accountIdsfiltersExports fields associated to accountBuyingGroup, idealBuyingGroup and account
personBuyingGroupMemberjobName, fields, accountIdsfiltersExports fields associated to personBuyingGroupMember, idealBuyingGroup, account and person

adReportType Values

Campaign


adReportTypeDescriptionNotes
campaign_summarySummary for LinkedIn, Google, or Demandbase campaignssource is required
campaign_performance_rollupDaily campaign-level performancefromDate & toDate are required
campaign_account_rollupDaily account-level performancefromDate & toDate are required
campaign_account_lifetimeCumulative account-level metrics

Creative


adReportTypeDescription
creative_performance_lifetimeCumulative creative performance
creative_performance_rollupDay-wise creative performance

⚠️ Notes:

  • fromDate and toDate are only required for activity, rollup or performance reports (_rollup or _performance types).
  • source is required for all ads exports.
    • The source values linkedin, google and all are only supported when adReportType = campaign_summary.
    • Other report types only support source = demandbase.

Body Params
string
enum
required
string
required
date
date
fields
array of strings

Array of field names to include in the export.

fields
filters
array of objects

Array of filter objects to apply to the export.

filters
source
array of strings

Array of ad data sources. Required for campaign and creative reports. campaign_summary accepts demandbase, linkedin, google, or all. creative_performance_rollup and creative_performance_lifetime accept demandbase only.

source
string
accountListIds
array of integers

Array of account list IDs used to limit the export.

accountListIds
personListIds
array of integers

Array of person list IDs used to limit the export.

personListIds
string
Responses

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