Topics in this section

Triggering an Event

How an Event is Triggered?

In order to check the event triggered in FH, you need to follow the steps mentioned below:

  • Go to firsthive.com/engage/piwik/
  • Enter your login credentials, click SIGN IN.
Screen 1: FH Admin Login

Now,

  1. Go to Tag Manager.
  2. Select the program. As you have logged in to wforwoman.com, so you need to select W4W UAT.
  3. Click Tiggers.
  4. You can see, the evet addToCart is called.
  5. Click Edit icon under Actions.
Screen 2: Manage Triggers

When the event name = addToCart is pushed into the data layer, FH tags are triggered. Then, this particular script will be called.

Screen 3: Script

What Do You Mean by Custom Event?

A custom event is triggered when pushing into the data layer.

To add a custom event, you need to follow the steps mentioned below:

  • Click CREATE NEW TRIGGER
Screen 4: Create New Trigger

This will ask you to choose a trigger type and you need to define it as Custom Event.

Screen 5: Custom Event

How to Check the Events Captured?

To check the events captured, follow the steps mentioned below:

Go to the website and open the console:

  1. Click Application.
  2. Enter the visitor id in search box or search for visitor in the search box.
  3. Copy the visitor_id as displayed in the value section.
Screen 6: Capturing Visitor Id
  NOTE  

visitor_id: The id created against a particular visitor.  

Now, go to FirstHive Dashboard:

  • Select the campaign from the drop-down or search by campaign _id/campaign name.
Screen 7: FirstHive Dashboard
  • Under Visitors tab, click Visitor Log.
  • Then, click View Visitor Profile.
Screen 8: Visitors Log

Here, you can see all the details related to a visitor’s profile. As shown in the screen below, replace the underlined section in the link with the copied visitor_id and click enter or just refresh the page. This will display the profile for that particular id only.

Screen 9: Visitor Profile Link
 Important  

For every visitor, the team creates a profile FH database. To check the profile, copy the visitor_id and paste in the link in place of the previous one.  

This will display the visitor’s profile for that particular id only.

Screen 10: Visitors’ Profile

For example, a user login to franklintempletonindia.com and go to Funds & Solutions page and under Family Solutions category, he/she chooses All Funds.

Screen 11: User Session

This will display all the pages visited by the user as shown in the screen.

Screen 12: User Page Visit Details