+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

Get Revenue

Returns the revenue (sum of conversions ‘values’).

GET https://api.maileon.com/1.0/reports/analytics/conversions/revenue

Attributes

Parameter Default Description
from_date If provided, only the blocks after or equal (including) the given date will be returned. The value of from_date must be a numeric value representing a point in time milliseconds after January 1, 1970 00:00:00
to_date If provided, only the blocks before (excluding) the given date will be returned. The value of to_date must be a numeric value representing a point in time milliseconds afterJanuary 1, 1970 00:00:00
mailing_id
ids Multivalued parameter to filter the results by contacts. Each value must correspond to a contact id.
emails Multivalued parameter to filter the results by email addresses.
eids Multivalued parameter to filter the results by external ids. Each value must correspond to a contacts external id
site_ids Multivalued parameter to filter the blocks by reasons. Possible values are: blacklist and bounce_policy .
goal_ids Filter by old status, valid: allowed, blocked
link_ids Filter by new status, valid: allowed, blocked

Example

GET https://api.maileon.com/1.0/reports/analytics/conversions/revenue?siteId=5&siteId=19
Authorization: Basic XXXXXXXXXXXXXXX
Status: 200 OK
Content-Type: application/vnd.maileon.api+xml

<revenue>1320.90</revenue>
Inhaltsverzeichnis