Custom Events
  • 07 Mar 2024
  • 3 Minutes to read
  • Dark
    Light

Custom Events

  • Dark
    Light

Article Summary

How to Analyze Custom Events in the User Acquisition Report

Tenjin allows marketers to analyze any type of custom (post-install) events. Please make sure these events are sent to Tenjin through the SDK. Integration instructions are under "Custom Events" here.

  1. Go to ANALYZE -> User Acquisition tab, and choose Custom Events from the dropdown menu.

  2. You can see a list of custom events that have been integrated in the drop down.

    image.png

  3. Choose an event from the list. Based on your selection, you can see different metrics for the custom event.

    image.png

  • Metrics by Date of Occurrence
    • Users - count of distinct users who performed the event
    • Counts - how many events occurred
    • Sum - the sum of all values associated with the event
    • Average - the average of values associated with the event

  • Metrics by Date after Acquisition
    • Users - count of distinct users who performed the event
    • Cumulative count - cumulative count of events over the lifetime of the cohort
    • Cumulative sum - cumulative sum of event values over the lifetime of the cohort

How should I interpret these metrics?

First, filter by the app you’re interested in on the left. Next, you can select which event you’re interested in, e.g. “use_hint”.

image.png

In the date range Apr 1 to Jun 30, you got 949 users who did the “use_hint” event. We received the “use_hint” event 950 times. On day 3 of life, 10 users performed “use_hint”. In the first 3 days of life, your new users (people who installed in the date range) made a total of 941 “use_hint” actions. On day 3 of life, 0.05% of new users performed “use_hint”. Click the row to expand it. The child rows show the breakdown by channel.

CE 2.png

The “use_hint” chart shows how many “use_hint” events were performed on average for each user on each day of their app lifetime. You can see that by day 2, each user performed 0.048 “use_hint” events on average.

image.png

Similarly, 778 users did “use_hint” on day 0.

image.png

You can also change the “Group By” on the left to “channels” or “campaigns” to see the breakdown and decide which campaign drove the most “use_hint” events.


What are some examples of custom events that I should track with the Tenjin SDK?

With the Tenjin SDK, you can gain insight into user behavior by sending custom events. At a high level, you should instrument a custom event anywhere user value might be associated within your app. Each event may have an optional numeric value associated with it. You can see how often these events occur, what source they came from, how much they cost, and how much value they generated.

Some useful examples for our customers include:

  • tutorial complete
  • facebook connect
  • level complete
  • invites sent (potentially with specific events for Facebook/Twitter/SMS/etc)
  • virtual currency purchases (you can pass in the amount of currency spent as the event value)

Funnels

You may want to track some kind of “funnel” or “sequential” activity, for example: complete registration -> complete tutorial -> complete level 1. You will have to track your user’s stage in the funnel (Tenjin SDK will not do this for you), then emit a custom event for each stage. In this example, the stages would be stage-1-registration-complete, stage-2-reg-and-tutorial-complete, and stage-3-reg-tut-level1-complete

Bad Examples

You should NOT send user attributes using custom events. DO NOT send events like:

  • user’s IP address
  • user’s Facebook id
  • user’s demographic info
  • device info

When deciding on the value of a custom event, you should be able to answer “yes” to most of these questions:

  • is this an ACTION performed by the user?
  • is the TIME performed relevant?
  • is the number of OCCURRENCES important to me?
  • is the AVERAGE or SUM of the values important to me?

Please note that custom events are included in your monthly event count for billing. Contact support@tenjin.com if you have any questions.


Was this article helpful?

What's Next