Title: Tracking google analytics?
Last modified: August 21, 2016

---

# Tracking google analytics?

 *  Resolved [icakeov](https://wordpress.org/support/users/itucakov/)
 * (@itucakov)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/tracking-google-analytics/)
 * Hi Chouby
    Thanks for the great plugin, I’m just getting started with it. I was
   wondering if you know what the process is to add google analytics tracking to
   separate language parts of the website? Is there a place to put the google analytics
   tracking code and track it separately? Or do I need to have a multi-site to do
   this? I would ideally love to continue with polylang. Thanks for feedback Ivan
 * [http://wordpress.org/plugins/polylang/](http://wordpress.org/plugins/polylang/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Chouby](https://wordpress.org/support/users/chouby/)
 * (@chouby)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/tracking-google-analytics/#post-4399496)
 * I guess you place your tracking code in the footer.php of your (child) theme.
   So in this file, you just have to test which language is loaded:
 *     ```
       if ('en_US' == get_locale()) {
       // tracking code for English
       }
       else {
       // tracking code for another language
       }
       ```
   
 *  Thread Starter [icakeov](https://wordpress.org/support/users/itucakov/)
 * (@itucakov)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/tracking-google-analytics/#post-4399535)
 * perfect, thanks Chouby.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Tracking google analytics?’ is closed to new replies.

 * ![](https://ps.w.org/polylang/assets/icon-256x256.png?rev=3433336)
 * [Polylang](https://wordpress.org/plugins/polylang/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/polylang/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/polylang/)
 * [Active Topics](https://wordpress.org/support/plugin/polylang/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/polylang/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/polylang/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [icakeov](https://wordpress.org/support/users/itucakov/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/tracking-google-analytics/#post-4399535)
 * Status: resolved