Title: Google Analytics Split Testing Help Please!
Last modified: August 31, 2016

---

# Google Analytics Split Testing Help Please!

 *  [gannonc13](https://wordpress.org/support/users/gannonc13/)
 * (@gannonc13)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/google-analytics-split-testing-help-please/)
 * I am trying to run a Google Analytics split test experiment to test 3 different
   landing pages which I will direct traffic to through a Google Adwords Campaign.
   I made it to the part where I am supposed to put the experiment code after the
   <HEAD> tag (I think?)
 * Problem I am having is I can’t find where the <HEAD> tag is. So where am I supposed
   to paste this code.
 * Also confused about what to do with experiment ID and key.
 * Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)

 *  [TheHungryGeek](https://wordpress.org/support/users/thehungrygeek/)
 * (@thehungrygeek)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/google-analytics-split-testing-help-please/#post-7122204)
 * I assume that you’ll be inserting some HTML code with script tags? To be inserted
   in your child theme’s functions.php:
 *     ```
       function add_to_head() {
       echo <<<'HTML'
       // so you insert whatever code you need here after deleting this text
       HTML;
       }
       add_action('wp_head', 'add_to_head');
       ```
   
 * As for the experiment ID and key you will have to read the documentation or try
   Googling around 😉

Viewing 1 replies (of 1 total)

The topic ‘Google Analytics Split Testing Help Please!’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

## Tags

 * [experiment](https://wordpress.org/support/topic-tag/experiment/)
 * [split test](https://wordpress.org/support/topic-tag/split-test/)

 * 1 reply
 * 2 participants
 * Last reply from: [TheHungryGeek](https://wordpress.org/support/users/thehungrygeek/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/google-analytics-split-testing-help-please/#post-7122204)
 * Status: not resolved