Marketing Campaigns
Request
https://interface.experience-hotel.com/api/statistics/marketing-campaign/by-sending-date?date_from=2023-09-05&date_to=2023-09-10Param
Format
Required
Description
Response
[
{
"date_sent": "2023-01-15T11:21:03.000000Z",
"business_name": "Hotel test",
"business_type": "hotel",
"business_id": 12345,
"configuration": {
"name": "Campaign name",
"subjects": [
{
"code": "fr",
"text": "Subject in French"
},
{
"code": "en",
"text": "Subject in english"
}
],
"analytics_tags": {
"source": null,
"medium": null,
"content": null,
"term": null
}
},
"performances": {
"sent": 22825,
"delivered": 21048,
"opened": 9389,
"clicked": 93,
"unsubscribed": 128,
"hard_bounced": 4,
"soft_bounced": 35,
"reservation_count": 65,
"reservations": [
{
"currency": "CZK",
"amount": 24110.7
},
{
"currency": "EUR",
"amount": 148169.1
},
{
"currency": "GBP",
"amount": 2755.7
},
{
"currency": "RSD",
"amount": 676707.8
},
{
"currency": "USD",
"amount": 1514.1
}
]
}
}
]Last updated