+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Distributor Report: CSA

Sie sind hier:

 

Distributor Report: CSA

GET https://api.maileon.com/partner/distributor/reports/csa

Parameters:

  • keyapikey – The partner API key for authentication.
  • page_sizeinteger – The number of elements to return in a call. Default: 100. Valid: 1 ≤ page_size ≤ 100.
  • page_indexinteger – The index of the page to request. Must be greater or equal to 1.
  • customer_account_id_filter[long] – Filter results by a single customer account ID.
  • newsletter_account_id_filter[long] – Filter results by a single newsletter account ID.
  • subdomain_filter[string] – Filter results by the subdomain used.

Returns:

  • csa_reportobject[] – Array of CSA report entries.

Notes:

  • If no filter is provided, all CSA entries of all newsletter accounts of all customers of a partner will be returned.

 

Example Response:

[
{
"date": "2022-02-09",
"distributorAccountId": 2,
"newsletterAccountId": 12345,
"distributorAccountName": "XQueue GmbH",
"emailsVolume": 28,
"customerAccountName": "Example Account 1",
"fbls": 0,
"spamTraps": 0,
"opensUniqeRatio": "0.321429",
"fblsRatio": "0",
"spamClicksRatio": 1,
"opensUniqe": 9,
"customerAccountId": 123,
"subdomain": "newsletter.maileon.de",
"newsletterAccountName": "example"
},
{
"date": "2022-02-08",
"distributorAccountId": 2,
"newsletterAccountId": 12345,
"distributorAccountName": "XQueue GmbH",
"emailsVolume": 418,
"customerAccountName": "Example Account 1",
"fbls": 0,
"spamTraps": 0,
"opensUniqeRatio": "0.086124",
"fblsRatio": "0",
"spamClicksRatio": 0.014705882,
"opensUniqe": 36,
"customerAccountId": 123,
"subdomain": "newsletter.maileon.de",
"newsletterAccountName": "example"
}
]

Inhaltsverzeichnis