POST: Loading an event
Last updated
Last updated
POST
/api/v1/events
You can load one or more events at once via the event loading API. The events you want to load must have been registered in advance in the console.
You can load up to 100 events in one request. Also, you can load up to 100 event items in one request.
If you need to load many events, it is better to collect multiple events and call the event loading API at once rather than calling the event loading API individually, in terms of speed and request limits. should always be considered when linking.
service_id
String
Service ID
Content-Type
String
application/json
-
access_token
String
your-api-token-key
API Authentication Token
Object
Common properties for event loading
Array of Object
Event Information
Object
User identifier
User identifier information. You must enter a value in at least one of the fields below.
external_id
String
External ID
phone_no
String
Phone Number
email
String
kakao_user_id
String
Kakao ID
line_user_id
String
Line ID
event_log_id
String
Event Identification ID, UUID Format,
xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx
event_name
String
Event name
event_datetime
Datetime
Event occurrence time
Array of Object
Product Information
Object
Event properties
This is an event item attribute. The field name should be the sub-attribute name of the item pre-registered in the console (df_item
), and the value should be the value of the corresponding attribute. Up to 100 event items can be loaded at a time.
${your-df-item-property-key}
String, Long, Double, Boolean, Datetime, Array
Pre-registered event item attribute information
This is an event attribute. The field name must be the attribute name of an event attribute pre-registered in the console, excluding items ( df_item
), and the value must be the value of the attribute.
${your-event-property-key}
String, Long, Double, Boolean, Datetime, Array
Pre-registered event attribute information
40402 TOO_MANY_EVENTS
When the number of events exceeds 100 or the number of event items exceeds 100.
This is the event information. The event you want to load must be pre-registered in the console. For more information about standard events and event properties, see
Please refer to for more details .