Getting Started

Terminology

6min
key value pair cooee sdks/plugins support different platforms https //docs letscooee com/# and each platform has a different word for key value data for example android/java uses maps to represent key value ios calls it a dictionary flutter & react native represents it as an object/map javascript key value pairs are objects to maintain the consistency of the same and improve the readability of the document, we represent any key value pair as json in this document app content/product/item different companies/apps use different words for the product/item that they list within their app for example mcdonald can say the items in their app as product, while pizzahut can say the items in their app as item skillshare (an educational app) can say their content as course, while other education apps can call it content to minimise this difference across different industries, we call those products/contents as items events events are different activities as your customers do within your app for example when users launch the app when users log in within your app using email/password or social login when users register/sign up when users view some item/content of your app when users make some payment/purchase from your app there are many events that are collected without you adding code, check system/default events https //docs letscooee com/# these events may be sufficient but we mandate some events based on the nature of your application this helps our ml engine to learn more about your users thus providing personalized engagements event properties every event can have some properties/attributes that further explains the event logged for example when a user views a content/item of your app, the properties can be the item id and name of the item when a user purchases something in your app, the amount & currency of the purchase user properties user properties are the attributes or the details of the individual user which describe the additional context of the user an attribute can reflect either the current or previous values, depending on its nature and how often it is updated some of the common user properties are collected automatically by the sdk for example, device type, battery level, network type, screen size you don't need to add any code to enable them check system user properties https //docs letscooee com/# we mandate that you also collect additional properties based on the nature of your application visit mandatory user properties https //docs letscooee com/# payment/purchases there are two types of app which allows user to make payment within their apps non digital purchase digital purchase consumable purchases such as lives or gems to move forward in a game, or a boost of your ads to show on top in an online ad app like olx/quickr non consumable such as any premium feature that the user purchases once and it never expires for example, spotify premium to remove ad interruption renewable subscriptions that allows users to to purchase access to premium contents/service where the users are charged on a recurring basis until they cancel it for example, educational apps that sell courses on different topics another example can be apps that provide access to media or video/audio contents, software as a service (such as graphics design, cloud storage)