Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Base URL: https://manage.aniview.com/api/adserver/stats/report

  2. startDate, endDate: Required parameters - Linux date of the start and end time of the report
    The following link can be used for the date conversion - https://www.epochconverter.com/
    E.g. startDate Sun, 21 Aug 2022 00:00:00 and endDate Mon, 22 Aug 23:59:59 would look as follows:

  3. tzo: -2 : Time zone offset in hours (optional)

  4. type: X (optional) - by default it’s Ad Server report (1), otherwise use:

    1. 6 for Content

    2. 2 for CDN

    3. 10 for SSAI

    4. 8 for Ads.txt

  5. dimensions: list of dimensions separated with an encoded comma (“,”) - you can use an encoder like https://meyerweb.com/eric/tools/dencoder/

  6. metrics: list of metrics separated with an encoded comma (“,”) - you can use an encoder like https://meyerweb.com/eric/tools/dencoder/

  7. format: csv or json

  8. query: HTML encoded query filter - you can use an encoder like https://meyerweb.com/eric/tools/dencoder/
    Sample query (before encoding): &query={"ncid":{"$in":[Vb9fea5181f46d4388b5555"]}}
    In this sample, it filters the report to include data only from the specified network channel

...