Title: [Plugin: Google Content Experiments] Won&#039;t Validate
Last modified: August 20, 2016

---

# [Plugin: Google Content Experiments] Won't Validate

 *  Resolved [h50n](https://wordpress.org/support/users/h50n/)
 * (@h50n)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-google-content-experiments-wont-validate/)
 * I keep getting this error where it says add and check experiment code.
 * Experiment code missing the cookie domain name declared in tracking code:line:
   61, column:95.
    Your page customizes the cookie domain name in the Google Analytics
   tracking code. The same customization should be present in the experiment code.
 * Help would be appreciated
 * [http://wordpress.org/extend/plugins/google-content-experiments/](http://wordpress.org/extend/plugins/google-content-experiments/)

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

 *  Thread Starter [h50n](https://wordpress.org/support/users/h50n/)
 * (@h50n)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-google-content-experiments-wont-validate/#post-3038004)
 * This is the site urel [http://speechplug.com/](http://speechplug.com/)
 *  Plugin Author [Glenn Mulleners](https://wordpress.org/support/users/glennm/)
 * (@glennm)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-google-content-experiments-wont-validate/#post-3038047)
 * Hi h50n,
 * Thank you for your question.
 * This problem occurs due to an error in the experiment code.
 * The following code is present in your Google Analytics tracking code:
    `['_setDomainName','
   speechplug.com']` Because of this, you should add the following code above the
   experiment code you got from Google:
 *     ```
       <script>
       _udn = "speechplug.com";
       </script>
       ```
   
 * In total, the experiment code you put in the Experiment code field of the GCE
   plugin should look like:
 *     ```
       <script>
       _udn = "speechplug.com";
       </script>
       <!-- Google Analytics Experiment code -->
       ... Contents of the experiment code ...
       <!-- End of Google Analytics Experiment code -->
       ```
   
 * Please let me know if this resolves your issue.
 *  Thread Starter [h50n](https://wordpress.org/support/users/h50n/)
 * (@h50n)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-google-content-experiments-wont-validate/#post-3038048)
 * Working now, thanks.

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

The topic ‘[Plugin: Google Content Experiments] Won't Validate’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/google-content-experiments_9db5c0.
   svg)
 * [Google Content Experiments](https://wordpress.org/plugins/google-content-experiments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-content-experiments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-content-experiments/)
 * [Active Topics](https://wordpress.org/support/plugin/google-content-experiments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-content-experiments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-content-experiments/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [h50n](https://wordpress.org/support/users/h50n/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-google-content-experiments-wont-validate/#post-3038048)
 * Status: resolved