Reports API Version 2 Installation Groups

Introduction

An Installation Group (IGRP) represents one or more web sites that are tracked (and reported) together under a single installation ID.

IGRP Properties

These are the properties that can be accessed using the API.

List IGRPs

Returns a list of IGRPs that the current user can access.

Request:

GET /reports/v2/igrps

GET Params

Filter Types

Sort Types

Same fields as Filter Types, see above.

Response:

Returns list of IGRPs that the current user can access.

Read IGRP Config

Returns the properties for a particular IGRP.

Request:

GET /reports/v2/igrps/{IGRP SPECIFIER}

URL Path Params

Response:

Returns the requested IGRP details.