ข้ามไปยังเนื้อหา

Events API

createEvent

Anchor link to

POST https://api.pushwoosh.com/json/1.3/createEvent

สร้าง Event สำหรับแอปพลิเคชัน

Request Body

Anchor link to
NameTypeDescription
auth*stringAPI access token จาก Pushwoosh Control Panel
application*stringPushwoosh application code
namestringชื่อ Event สูงสุด 32 ตัวอักษร
descriptionstringคำอธิบาย Event สูงสุด 64 ตัวอักษร
eventAttributesarrayอาร์เรย์ของ Event attributes
trackRevenuebooleanดูส่วน Track Event Revenue
{
"status_code": 200,
"status_message": "OK",
"response": {
"event": 351 // Created Event Id
}
}
{
"request": {
"auth":"yxoPUlwqm…………pIyEX4H", // required. API access token from Pushwoosh Control Panel
"application": "XXXXX-XXXXX", // required. Pushwoosh application code
"name": "BasketOpen", // required. 32 characters max. Event name.
"description": "Open basket page", // optional. 64 characters max. Event description.
"eventAttributes": [{ // optional. Event attributes array
"type": 3, // Attribute type. Values:
// 1 - integer;
// 2 - string;
// 3 - list;
// 4 - date;
// 5 - boolean;
// 6 - price;
"name": "products" // 64 characters max. Attribute name
}, {
"type": 5,
"name": "delivery"
}],
"trackRevenue": false
}
}

Response:

200200สร้าง Event สำเร็จ
200210ข้อผิดพลาดของอาร์กิวเมนต์ ดู status_message สำหรับข้อมูลเพิ่มเติม
200403ข้อผิดพลาดด้านสิทธิ์ (เช่น เมื่อเกินขีดจำกัด Events)
200404ไม่พบทรัพยากร
400N/Aสตริงคำขอไม่ถูกต้อง (Malformed request string)
500500ข้อผิดพลาดภายใน