• Resolved Toharo

    (@toharo)


    Hi,

    I would like to track booking enquiries using Google Analytics.

    Can you let me know how can I do this?

    Is it possible to set conversion funnels as well in order to see if people are dropping off at a certain stage as well.

    Thanks,

Viewing 1 replies (of 1 total)
  • Hi @toharo,

    There are lots of different ways you could track conversions on the Google Analytics side. In most cases, you’ll need to fire off some event or code to register the conversion. To do that, the following little plugin will help:

    https://gist.github.com/NateWr/414b3a325c42f5369f76

    To use it, click the Download button at the top, unpack the .zip file and open the .php file. Find the following line:

    <!-- Add your tracking snippet here -->

    Put your Google Analytics tracking code in there, save it, and upload the .php file to your /wp-content/plugins/ directory. Then activate it from the Plugins page in your WordPress admin area.

    That will ensure the tracking snippet is fired only when a successful booking is made.

Viewing 1 replies (of 1 total)
  • The topic ‘Google Analytics Tracking’ is closed to new replies.