Drupal

This article assumes that you already have your website on Drupal 7 and 8 and you wish to use/install FigPii.

By installing the FigPii tracking code, you can easily understand your visitors by launching AB tests, Heatmaps, Video Recordings, and Polls.

The first step is to log in to your FigPii Dashboard and copy your tracking code.

If you would like to make a change in <head> tags on your Drupal 7 theme, firstly you will need to check the documentation file from the developers of the theme you are using. In this file, you will be provided with the name of your header file.

In case the theme you are using is not using a separate header file, this means that it is using the default Drupal header file named:

html.tpl.php

RE: How to edit the < head > section in Drupal 7 themes?

This file is located in the following directory:

public_html/modules/system

In case your Drupal is installed in a sub-folder, you will be able to locate this file from following path:

public_html/your-drupal-folder/modules/system

Download this file to your local computer, and insert our tracking code after <head> tag.

Still need help? Contact Us Contact Us