We’ve migrated our documentation to a new site, which means some URLs have changed.
Audience

/reach-overlap/reach-to-excel

Used for get xlsx file with /reach-overlap/reach results.

Request

The request object has the following fields:

Name

Type

Required

Description

customerId

String

Yes

Customer identifier.

siteGroupId

String

No

Site group identifier.

segmentIds

Array of String

No

Array of segment identifiers.

limit

Integer

No

The number of output objects (MAX 5000)

type

Enum

No

Segments type (USER, CONTEXTUAL, COMBINED)

Response

The response object for a successful query has the file with data from /reach-overlap/reach query.

Examples

Bash
python cx.py /reach-overlap/reach-to-excel '{"customerId": "eec9d6e2f5a068470ecf37559af83f92d9cfd160", "siteGroupId": "9222291112880224990", "limit": 100}'

Last updated: