Prefefined events for Facebook.post_event
.
Variables
read onlyEVENT_ACHIEVED_LEVEL:FacebookEvent
Log this event when a person achieves specific levels you define within your application, business, or organization.
read onlyEVENT_ADDED_PAYMENT_INFO:FacebookEvent
Log this event when the user has entered their payment info.
read onlyEVENT_ADDED_TO_CART:FacebookEvent
Log this event when the user has added an item to their cart. The.
value_to_sum passed to facebook.post_event should be the item's price.
read onlyEVENT_ADDED_TO_WISHLIST:FacebookEvent
Log this event when the user has added an item to their wishlist. The.
value_to_sum passed to facebook.post_event should be the item's price.
read onlyEVENT_COMPLETED_REGISTRATION:FacebookEvent
Log this event when a user has completed registration with the app.
read onlyEVENT_COMPLETED_TUTORIAL:FacebookEvent
Log this event when the user has completed a tutorial in the app.
read onlyEVENT_INITIATED_CHECKOUT:FacebookEvent
Log this event when the user has entered the checkout process. The.
value_to_sum passed to facebook.post_event should be the total price in the cart.
read onlyEVENT_RATED:FacebookEvent
Log this event when the user has rated an item in the app.
The value_to_sum passed to facebook.post_event should be the numeric rating.
read onlyEVENT_SEARCHED:FacebookEvent
Log this event when a user has performed a search within the app.
read onlyEVENT_SPENT_CREDITS:FacebookEvent
Log this event when the user has spent app credits.
The value_to_sum passed to facebook.post_event should be the number of credits spent.
NOTE! This event is currently an undocumented event in the Facebook SDK.
read onlyEVENT_TIME_BETWEEN_SESSIONS:FacebookEvent
Log this event when measuring the time between user sessions.
read onlyEVENT_UNLOCKED_ACHIEVEMENT:FacebookEvent
Log this event when the user has unlocked an achievement in the app.
read onlyEVENT_VIEWED_CONTENT:FacebookEvent
Log this event when a user has viewed a form of content in the app.