Statistics API v2

List of methods for working with statistics

messages:list

Displays the list of sent messages.

POST https://api.pushwoosh.com/api/v2/messages:list

Headers

NameTypeDescription

Authorization*

String

API access token from Pushwoosh Control Panel

Request Body

NameTypeDescription

platforms

Array

Message platforms (see possible values in a request example below)

date_range

Object

Reporting period (see details in a request example below)

campaign

String

Campaign code

filters*

Object

Message filters

source

String

Message source (see possible values in a request example below)

messages_codes

Array

Message codes

messages_ids

Array

Message IDs

params

Object

Specify whether to show message details and metrics (see details in a request example below)

application*

String

Pushwoosh application code

per_page

Integer

Number of results per page (<= 1000)

page

Integer

Page number for pagination

{
  "total": 0,
  "items": [
    {
      "id": 0,
      "code": "string",
      "created_date": "string",
      "send_date": "string",
      "status": "string",
      "platforms": [],
      "source": "string",
      "push_info": {
        "details": {
          "title": "string",
          "filter_name": "string",
          "filter_code": "string",
          "content": {
            "key": "value"
          },
          "platform_parameters": {
            "android_header": "string",
            "android_root_params": {
              "key": "value"
            },
            "ios_title": "string",
            "ios_subtitle": "string",
            "ios_root_params": {
              "key": "value"
            },
            "chrome_header": "string",
            "chrome_root_params": {
              "key": "value"
            },
            "firefox_header": "string",
            "firefox_root_params": {
              "key": "value"
            },
            "conditions": [TAG_CONDITION1, TAG_CONDITION2, ..., TAG_CONDITIONN], // tag conditions (see https://docs.pushwoosh.com/platform-docs/api-reference/messages#tag-conditions)   
            "conditions_operator": "AND", // logical operator for conditions arrays; possible values: AND, OR
            "data": {
              "key": "value"
            }
          },
          "follow_user_timezone": true
        },
        "metrics": [
          {
            "sends": 0,
            "opens": 0,
            "deliveries": 0,
            "inbox_opens": 0,
            "unshowable_sends": 0,
            "errors": 0,
            "platform": 0
          }
        ]
      },
      "email_info": {
        "details": {
          "template": "string",
          "filter_name": "string",
          "filter_code": "string",
          "subject": {
            "key": "value"
          },
          "from_name": "string",
          "from_email": "string",
          "reply_name": "string",
          "reply_email": "string",
          "follow_user_timezone": true,
          "conditions": [TAG_CONDITION1, TAG_CONDITION2, ..., TAG_CONDITIONN], // tag conditions (see https://docs.pushwoosh.com/platform-docs/api-reference/messages#tag-conditions)   
            "conditions_operator": "AND" // logical operator for conditions arrays; possible values: AND, OR
        },
        "metrics": [
          {
            "sends": 0,
            "opens": 0,
            "deliveries": 0,
            "hard_bounces": 0,
            "soft_bounces": 0,
            "rejects": 0,
            "confirmed_sends": 0,
            "unsubs": 0,
            "complaints": 0,
            "errors": 0
          }
        ]
      }
    }
  ]
}
Example request
curl --location --request POST 'https://api.pushwoosh.com/api/v2/messages:list' \
--header 'Authorization: Api API_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
   "filters": {
      "platforms": [], // IOS, BLACKBERRY, ANDROID, ASHA, WINDOWS_PHONE, BADA, OSX, WINDOWS, AMAZON, SAFARI, CHROME, FIREFOX, IE, EMAIL, FB_MESSENGER, BAIDU_ANDROID, HUAWEI_ANDROID, SMS, XIAOMI, WEB
      "date_range": {
         "date_from": "string", // Required format: 2000-01-01
         "date_to": "string" // Required format: 2000-01-01
      },
      "source": "API", // AB_TEST, API, AUTO_PUSH, CP, CSV, CUSTOMER_JOURNEY, EMAIL_API, EMAIL_CP, GEO_ZONE, PUSH_ON_EVENT, RSS
      "campaign": "string", // Campaign code
      "messages_ids": [], // Message IDs
      "messages_codes": [], // Message codes
      "application": "string" // Application code
    },
    "params": {
      "with_details": true, // add message details to the response ("details" object) 
      "with_metrics": true // add message metrics to the response ("metrics" object)
    },
   "per_page": 20, // <= 1000
   "page": 0
}'

For iOS, please make sure that you have added the Notification Service Extension to your project for tracking push delivery. Learn more

getMessageLog

Displays detailed information about the messages sent.

POST https://api.pushwoosh.com/api/v2/statistics/getMessageLog

Headers

NameTypeDescription

Authorization*

String

API access token from Pushwoosh Control Panel.

Request Body

NameTypeDescription

message_id

Integer

Select messages events by Message IDs obtained from message history. For example, 12345678900.

message_code

String

Select messages events by message codes obtained from /createMessage API responses. For example, A444-AAABBBCC-00112233.

campaign_code

String

Select messages events by campaign codes specified in your messages payload. For example, AAAAA-XXXXX.

hwid

String or Array

Select messages events by an HWID or by array or HWID's.

date_from

Datetime

Select messages events by the date and time they've launched (max 30 days from the current date). For example, 2000-01-25 00:00:00.

limit

Integer

Limits the number of messages events in single response. Max value is 100000.

date_to

Datetime

Select messages events by the date and time to stop sending. For example, 2000-01-26 00:00:00

pagination_token

String

pagination_token obtained from previous /getMessageLog response.

user_id

String

Select messages events by an custom user_id. For more info see /registerUser

application_code

String

Select messages events by application code

actions

array

Array of message actions to filter the results by. Possible values: "sent", "delivered", "opened", "inbox_delivered", "inbox_read", "inbox_opened", "inbox_deleted". The response will include all the messages with the specified action(s).

platforms

array

Array of target platforms to filter the results by. Possible values: “ios”, “blackberry”, “android”, “windows phone”, “osx”, “windows”, “amazon”, “safari”, “chrome”, “firefox”, “ie”, “email”, “baidu android”, “huawei android”.

{
    "pagination_token": "PAGINATION_TOKEN_FOR_NEXT_REQUEST",
    "data": [
        {
            "timestamp": "2000-01-25T11:18:47Z",
            "application_code": "XXXXX-XXXXX",
            "message_id": 12345678900,
            "message_code": "A444-AAABBBCC-00112233",
            "campaign_code": "AAAAA-XXXXX",
            "tracking_code": "B555-QQQWWWEE-00112233",
            "hwid": "aaazzzqqqqxxx",
            "user_id": "user_123",
            "platform": "android",
            "action": "sent",
            "status": "success",
            "push_alerts_enabled": "true"
        },
        {
            "timestamp": "2000-01-25T11:18:49Z",
            "application_code": "XXXXX-XXXXX",
            "message_id": 12345678900,
            "message_code": "A444-AAABBBCC-00112233",
            "campaign_code": "AAAAA-XXXXX",
            "tracking_code": "B555-QQQWWWEE-00112233",
            "hwid": "aaazzzqqqqxxx",
            "user_id": "user_123",
            "platform": "android",
            "action": "delivered",
            "push_alerts_enabled": "true"
        },
        {
            "timestamp": "2000-01-25T11:19:23Z",
            "application_code": "XXXXX-XXXXX",
            "message_id": 12345678900,
            "message_code": "A444-AAABBBCC-00112233",
            "campaign_code": "AAAAA-XXXXX",
            "tracking_code": "B555-QQQWWWEE-00112233",
            "hwid": "aaazzzqqqqxxx",
            "user_id": "user_123",
            "platform": "android",
            "action": "opened",
            "push_alerts_enabled": "true"
        }
    ]
}

One of the following fields is required: - message_id - message_code - campaign_code - hwid - user_id - date_from and date_to

Consider applying various filtration params to get the most of your messages stats.

Data can be downloaded up to a maximum of 30 days from the current time.

Example request
curl --location --request POST 'https://api.pushwoosh.com/api/v2/statistics/getMessageLog' \
--header 'Authorization: Key API_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
   "pagination_token": "PAGINATION_TOKEN_FROM_PREVIOUS_RESPONSE", // optional, token for pagination
   "limit": 1000, // optional, the max number of entries for a single response
   "application_code": "XXXXX-XXXXX", // Pushwoosh app code
   "message_code": "A444-AAABBBCC-00112233", // optional, message code obtained from /createMessaage request
   "message_id": 1234567890, // optional, message ID obtained from Pushwoosh Control Panel
   "campaign_code": "AAAAA-XXXXX", // optional, code of a campaign to get the log for
   "hwid": "aaazzzqqqqxxx", // optional, hardware ID of a specific device targeted with a message
   "user_id": "user_123", // optional, ID of a user targeted with the message
   "date_from": "2000-01-25 00:00:00", // optional, start of the stats period 
   "date_to": "2000-02-10 23:59:59" // optional, end of the stats period,
   "actions": ["opened", "inbox_opened"], // optional, used for results filtration. Possible values: "sent", "opened", "delivered", "inbox_delivered", "inbox_read", "inbox_opened", "inbox_deleted". The response will include all the messages with the specified action(s).
   "platforms": ["ios", "chrome"] // optional, used for results filtration. Possible values: "ios", "android", "osx", "windows", "amazon", "safari", "chrome", "firefox", "ie", "email", "baidu android", "huawei android"
}'
Example response
{
    "pagination_token": "PAGINATION_TOKEN_FOR_NEXT_REQUEST",
    "data": [
        {
            "timestamp": "2000-01-25T11:18:47Z",
            "application_code": "XXXXX-XXXXX",
            "message_id": 12345678900,
            "message_code": "A444-AAABBBCC-00112233",
            "campaign_code": "AAAAA-XXXXX",
            "hwid": "aaazzzqqqqxxx",
            "user_id": "user_123",
            "platform": "android",
            "action": "sent", // actions returned: sent, opened, delivered; 
                              // for pushes sent to inbox: inbox_delivered, inbox_read, inbox_opened, inbox_delete
            "status": "success",
            "push_alerts_enabled": "true"
        },
        {
            "timestamp": "2000-01-25T11:18:49Z",
            "application_code": "XXXXX-XXXXX",
            "message_id": 12345678900,
            "message_code": "A444-AAABBBCC-00112233",
            "campaign_code": "AAAAA-XXXXX",
            "hwid": "aaazzzqqqqxxx",
            "user_id": "user_123",
            "platform": "android",
            "action": "delivered", // actions returned: sent, opened, delivered; 
                                   // for pushes sent to inbox: inbox_delivered, inbox_read, inbox_opened, inbox_delete
            "push_alerts_enabled": "true"
        },
        {
            "timestamp": "2000-01-25T11:19:23Z",
            "application_code": "XXXXX-XXXXX",
            "message_id": 12345678900,
            "message_code": "A444-AAABBBCC-00112233",
            "campaign_code": "AAAAA-XXXXX",
            "hwid": "aaazzzqqqqxxx",
            "user_id": "user_123",
            "platform": "android",
            "action": "inbox_delivered", // actions returned: sent, opened, delivered; 
                                        // for pushes sent to inbox: inbox_delivered, inbox_read, inbox_opened, inbox_delete
            "push_alerts_enabled": "true"
        }
    ]
}

For iOS, please make sure that you have added the Notification Service Extension to your project for tracking push delivery. Learn more

/emails/linksInteractions

Displays statistics on link clicks in emails

POST https://api.pushwoosh.com/api/v2/statistics/emails/linksInteractions

Headers

NameTypeDescription

Authorization*

String

API access token from Pushwoosh Control Panel

Request Body

NameTypeDescription

date_range

Object

Reporting period (see details in a request example below)

filters*

Object

Email filters

application*

String

Pushwoosh application code (you can specify campaign, messages_ids, or message_codes instead)

messages_codes*

Array

Message codes (you can specify application, campaign, or message_ids instead)

campaign*

String

Campaign code (you can specify application, messages_ids, or message_codes instead)

messages_ids*

Array

Message IDs (you can specify application, campaign, or message_codes instead)

link_template*

String

Link template (required if application or campaign is specified)

template

String

Email template code

params

Object

Specify whether to show detalied statistic (a list of full links with statistics will be passed in the full_links array)

{
  "items": [
    {
      "template": "string",
      "link": "string",
      "title": "string",
      "clicks": 0,
      "full_links": [
        {
          "full_link": "string",
          "clicks": 0
        }
      ]
    }
  ]
}

Example request
curl --location --request POST 'https://api.pushwoosh.com/api/v2/statistics/emails/linksInteractions' \
--header 'Authorization: Api API_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
   "filters": {
      "date_range": {
        "date_from": "string", // Required format: 2000-01-01
        "date_to": "string" // Required format: 2000-01-01
      },
      "campaign": "string", // Campaign code (you can specify application, messages_ids, or message_codes instead)
      "application": "string", // Application code (you can specify campaign, messages_ids, or message_codes instead
      "messages_ids": [], // Message IDs (you can specify application, campaign, or message_codes instead)
      "messages_codes": [], // Message codes (you can specify application, campaign, or message_ids instead
      "link_template": "string", // Link template (required if application or campaign is specified)
      "template": "string" // Email template code
   },
   "params": {
      "with_full_links": true // Specify whether to show detalied statistics. A list of full links with statistics will be passed in the full_links array.  
   }
}'

/emails/linksInteractionsDevices

Shows users who clicked on links in emails

POST https://api.pushwoosh.com/api/v2/statistics/emails/linksInteractionsDevices

Headers

NameTypeDescription

Authorization*

String

API access token from Pushwoosh Control Panel

Request Body

NameTypeDescription

date_range

Object

Reporting period (see details in a request example below)

filters*

Object

Email filters

application*

String

Pushwoosh application code (you can specify campaign, messages_ids, or message_codes instead)

messages_codes*

Array

Message codes (you can specify application, campaign, or message_ids instead)

campaign*

String

Campaign code (you can specify application, messages_ids, or message_codes instead)

messages_ids*

Array

Message IDs (you can specify application, campaign, or message_codes instead)

link_template*

String

Link template (required if application or campaign is specified)

template

String

Email template code

page

Integer

Page number for pagination

per_page

Integer

Number of results per page (<= 1000)

{
  "total": 0,
  "items": [
    {
      "timestamp": "string",
      "link": "string",
      "hwid": "string"
    }
  ]
}

Example request
curl --location --request POST 'https://api.pushwoosh.com/api/v2/statistics/emails/linksInteractionsDevices' \
--header 'Authorization: Api API_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
   "filters": {
      "date_range": {
        "date_from": "string", // Required format: 2000-01-01
        "date_to": "string" // Required format: 2000-01-01
      },
      "campaign": "string", // Campaign code (you can specify application, messages_ids, or message_codes instead)
      "application": "string", // Application code (you can specify campaign, messages_ids, or message_codes instead
      "messages_ids": [], // Message IDs (you can specify application, campaign, or message_codes instead)
      "messages_codes": [], // Message codes (you can specify application, campaign, or message_ids instead
      "link_template": "string", // Link template (required if application or campaign is specified)
      "template": "string" // Email template code
   },
   "per_page": 100,
   "page": 0
}'

Last updated