Skip to main content

Get detailed campaign traffic report

GET 
/v1/stats/:reportId

Gets a report. Make a GET request to the report URL that GET /v1/stats returns. For example https://apis.indeed.com/ads/v1/stats/68dd7bee34c4846dfea43875405836?v=6

If the response is 202, check back later.

If the response is 200, the response body contains the CSV formatted report.

Example version 6 report

Campaign ID,Advertisement,Job,Job Reference Number,Platform,Clicks,Impressions,Conversions,Indeed Apply Conversions,Spend (currency),Organic Clicks,Organic Impressions,Apply Starts,Organic Apply Starts
ecc0e827cc1650c1,"Hand Model",D6US908,mobile,4.0,233,1.0,1,3.43(USD),3,5,2,4
OAuth scopeAccess token type
Employer account details: employer.advertising.campaign_report.read

Access token that represents an employer. See Get access token that represents employer.

Request

Path Parameters

    reportId stringrequired

    ID of the report that the v1/stats/ resource returns in a Location header.

Query Parameters

    v string

    Possible values: [1, 5, 6, 7, 8]

    Default value: 1

    Report version.
    1 - Legacy version 1.
    5 - Report version. Contains the Campaign ID and Organic Metric columns.
    6 - Preferred report version. Contains the Campaign ID, Organic Metric, and ApplyStarts columns.
    7 - Preferred report version. Contains the Campaign ID, Organic Metric, ApplyStarts, and Organic Conversions columns.
    8 - Preferred report version. Contains the Campaign ID, Organic Metric, ApplyStarts, Organic Conversions, Employer Job ID (IRI), and Employer Job ID (UUID) columns.

Responses

Accepted

Response Headers

  • Location

    string

    Path to the report

Loading...

Was this page helpful?