+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:
– key: apikey
– page_size: the number of elements to return in a call, default: 100, valid: 1<= page_size <= 100 - page_index: the index of the page to ask for, must be greater or equal to 1 - customer_account_id_filter: [long] field for filtering results by a single customer account ID - newsletter_account_id_filter: [long] field for filtering results by a single newsletter account ID - subdomain_filter: [string] field for filtering results by the subdomain used Returns:
– csa_report: object[]
 
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