This repository was archived by the owner on Apr 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Answers Events
Mohamad Nour Chawich edited this page Apr 12, 2016
·
3 revisions
| Event name | When | Attributes |
|---|---|---|
| Content View | after opening a shout detail screen | Content type: "Shout", Content id: shout.id, Content name: shout.title, Country: 2 chars ISO code shout.country City: shout.city, Category: shout.category.slug
|
| Search | after any call to /shouts endpoint |
All query parameters after /shouts?. The query param will be the attribute name and its value with be the attribute value. All treated as strings |
| Create Shout | after creating new shout | Type: offer/request, Country: 2 chars ISO code shout.country City: shout.city, Category: shout.category.slug, Images: number of images, Videos: number of videos |