tracingPoint2

Get counter statistics on action tracing points (with the filtering option).

Request format

Note

Pagination available.

https://adfox.yandex.com/api/v1
  ? object=account
  & action=list
  & actionObject=tracingPoint2
  & actionObjectID=<integer>
  & [advertiserID=<integer>]
  & [campaignID=<integer>]
  & [bannerID=<integer>]
  & [siteID=<integer>]
  & [zoneID=<integer>]
  & [placeID=<integer>]

actionObjectID*

To get data for only one action tкacing point, specify its ID.

Default value: 0 (display the list of all action points).

advertiserID

Advertiser ID.

See also:

campaignID

Campaign ID.

See also:

bannerID

Banner ID.

See also:

siteID

ID of the site in management.

See also:

zoneID

Site section ID.

See also:

placeID

Placement ID.

See also:

* Required

Response format

<response>
<status>
  <code>{integer}</code>
</status>
<result>
<data>
  <row0>
    <counterPostView>{integer}</counterPostView>
    <counterPostViewToday>{integer}</counterPostViewToday>
    <counterPostClick>{integer}</counterPostClick>
    <counterPostClickToday>{integer}</counterPostClickToday>
  </row0>
</data>
</result>
</response>

Response parameters

code

Request processing status. If the value is 0, the request was completed successfully. For the key, see Error handling.

rows

Number of items in the response tree.

rowN

Item number in the response tree, where N is a number from 0 to rows-1 (where rows is the total number of items in the response).

counterPostView

PostView counter data over the entire period.

counterPostViewToday

PostView counter data for today.

counterPostClick

PostClick counter data over the entire period.

counterPostClickToday

PostClick counter data for today.

Sample request and response

Request:

https://adfox.yandex.com/api/v1?object=account&action=list&actionObject=tracingPoint2&actionObjectID=1476

Response:

<response>
<status>
  <code>0</code>
</status>
<result>
<data>
  <row0>
    <counterPostView>0</counterPostView>
    <counterPostViewToday>0</counterPostViewToday>
    <counterPostClick>0</counterPostClick>
    <counterPostClickToday>0</counterPostClickToday>
  </row0>
</data>
</result>
</response>

Other actions with the object

See more actions with the tracingPoint object: