The eventType property is a case-sensitive enum, so ensure you use the following exact values or those listed in the API Reference.
List of allowed Event types
| Event Type | Description |
|---|---|
| Post | Content shared with one or multiple profiles, including:
|
| Post Edited | A post was edited |
| Post Deleted | A post was deleted |
| Response to Post | A user responded to a post with a comment or other action, e.g.:
|
| Response to Post Edited | An edit of a response to a post, e.g. an edit to a comment |
| Response to Post Deleted | A response to a post was removed or deleted |
| Reaction | A response to a post without text, usually using emojis or “like”, “upvote” actions |
| Profile | A user, group or page profile was created |
| Profile Deleted | A profile was deleted |
| Profile Edited | An existing profile was changed |
| User Added | A user was added to a group, activity or type of task |
| User Removed | A user was removed from a group, activity or type of task |
| History Post | A reference to a previously archived post. For example, a post was created and archived yesterday. Today, 2 new comments were added to the post, so 2 “Response to Post” Events should be created with a reference of which post was responded to. If you specify the eventType as “Post” for the previously archived post, it will be incorrectly considered a user Event. However, if you specify the eventType as “History Post”, it will not be counted as a new user Event. |