Custom Analytics

What is Custom Analytics?

This enables the endless opportunities to create custom events as per your need. You can track the analytics based on the native functionalities(ex. navigation bar buttons) that you are using in Twinr plus any event from your webpage. Below are the examples.

NOTE: Custom event tracking is only available for premium plan users.

List of Custom Events

1.) Navigation Bar Button Events:

You can set analytics for each native navigation bar buttons on Twinr. Below are the examples.

  • on_click Linker Button Analytics:

See here to know how to add linker button.

To setup on_click event of any linker button you are adding on Twinr navigation bar, enable the toggle and give the event name that relates to this button click. This name will appear as event name under firebase analytics. Example: nav_bar_buttonname_button_clicked

  • on_click Custom Button Analytics:

See here to know how to add custom button.

To setup on_click event of any custom button you are adding on Twinr navigation bar, enable the toggle and give the event name that relates to this button click. This name will appear as event name under firebase analytics. Example: nav_bar_buttonname_button_clicked

  • on_click Cart Button Analytics:

See here to know how to add Cart button.

To setup on_click event of cart button you are adding on Twinr navigation bar, enable the toggle and give the event name that relates to this button click. This name will appear as event name under firebase analytics. Example: nav_bar_cart_button_clicked

  • on_click Native link Sharing Button Analytics:

See here to know how to add native link sharing button.

To setup on_click event of native link sharing button you are adding on Twinr navigation bar, enable the toggle and give the event name that relates to this button click. This name will appear as event name under firebase analytics. Example: nav_bar_native_link_sharing_button_clicked

  • on_click Hamburger Button Analytics:

See here to know how to add hamburger button.

To setup on_click event of each hamburger menus you are adding under hamburger on Twinr navigation bar, enable the toggle and give the event name that relates to this menu click. This name will appear as event name under firebase analytics. Example: nav_bar_menuname_clicked

  • on_click Multi Language Button Analytics:

See here to know how to add multi language button.

To setup on_click for multi language button you are adding on Twinr navigation bar, enable the toggle and give the event name that relates to this button click. This name will appear as event name under firebase analytics. Example: nav_bar_multi_language_button_clicked

2.) Webpage element click Events:

Using webpage element click events , you can track click event of any element of your website.

For example, you want to track the click event of "Add to Cart" button click event.

1.) Click on CREATE NEW EVENT

2.) Add the needed information for tracking. For example, you want to track the click event of Listing page "Add to Cart" button click event.

Element's Identifier: The identifier of the web page element for which you want to track the on click event.

Event Name: The name of the event that will appear in firebase.

Property Key & Value: This can be any related pair of the key-value. For example, you want to check from which page the "Add to Cart" button was clicked. o the property is "clicked_from" and the value is "Product listing Page" because the identifier of the "Add to Cart" button is unique for product list page.

Last updated