Time for action – registering a page view
Add the following code to register your event:
var flurry = require('com.onecowstanding.flurry'); flurry.logPageView();
What just happened?
You added code to log a page view to Flurry. The module will determine the name of the page. This will be recorded by Flurry, as shown in the following screenshot:
Tracking custom events
If you wanted to record a custom event such as registering when a user selects a currency, you would do the following.