Skip to main content

Level 3 - Question 55

Question

Build an actor property that counts the number of search events users performed in their first week. You can use the event property you built in question 46 to do this.

Additional Context

Build an actor property that will segment users who have performed a search event in their first 7 days of being a user. This actor property will use the show method and return a count of events filtered to events with action that matches search and events with the actor property created in question 46 that is less than 7. Using time options select time range from the beginning of time to now. Name the property and save it.

Take Note:

Now that we have a way to determine a users first day, or week or month we can easily see if users are doing certain actions in those time periods. This is very important to understand for onboarding. If we wanted to determine if users who did certain activities in their first week are more likely to be retained than users who do not, we can use this actor property and the format of the query used in question 54.

Solution

Note: The numbers and result do not need to be an exact match as the data changes over time. The query construction is what is most important. See images below.

*Click to enlarge*

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.