Search

Add Google analytics to your Emply Career Site

Note

Before starting, you will need your Google analytic tracking ID and access to the Emply Career Site Editor. To do this, follow the instructions from Google listed here.

When you have your Google tracking-ID, follow these steps:

  1. In the main menu, click on Career Site the editor where you would like to add Google Analytics.

    add-cookie-policy1-en.png
  2. Click on the coghweel for settings.

    mceclip0.png
  3. Open the first tab, named Layout.

    add-google-analytics2-en.png
  4. Select the layout where you would like to add Google Analytics. You will see some new tabs once you've done this.

  5. Open the tab HTML <head>.

    _head_-en.png
  6. Insert in the HTML <head> the following code

    Note

    It's important to copy everything, including the <script> tags, as seen below

    <script>

    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),

    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)

    })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

    ga('create', 'XX-xxxxxxxx-x', 'auto');

    ga('send', 'pageview');

    </script>

The result is shown below.

mceclip1.png

Now you need to add your tracking-ID on the website

When you look at the added code in the HTML <head> you will see this:

ga('create', 'XX-xxxxxxxx-x', 'auto');

mceclip1.png

Replace XX-xxxxxxxx-x with your own google tracking- ID.

Important

Makes sure this is in quotes, as seen in the example.

Note

Now that you have added Google Analytics to your website, you can test it in your Google Analytics Dashboard.

Was this article helpful?

Was this article helpful?

Want to get in touch?

We got you. Fill out a request and we'll get back to you as soon as possible.

Submit a request