Title: suggestion for analytics
Last modified: April 29, 2023

---

# suggestion for analytics

 *  Resolved [ms100](https://wordpress.org/support/users/ms100/)
 * (@ms100)
 * [3 years ago](https://wordpress.org/support/topic/suggestion-for-analytics/)
 * Hi today!
   Maybe an idea to exclude your own IP address from search analytics.
   Because right now the data is not really clean for me. Maybe you can think about
   this idea? 🙂
 * Best regards

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

 *  [Kris](https://wordpress.org/support/users/c0nst/)
 * (@c0nst)
 * [3 years ago](https://wordpress.org/support/topic/suggestion-for-analytics/#post-16706338)
 * Hi [@ms100](https://wordpress.org/support/users/ms100/)
 * Here’s a solution you might like. The following code will exclude all users who
   have Administrator or Shop Manager roles from analytics:
 *     ```wp-block-code
       add_filter( 'dgwt/wcas/analytics/exclude_roles', function () {
           return array(
               'administrator',
               'shop_manager'
           );
       } );
       ```
   
 * You have two ways to add this code to your theme:
    1. Open the `functions.php` in your child theme and add the code at the end.
    2.  or install the [Code Snippets](https://wordpress.org/plugins/code-snippets/)
       plugin and apply this code as a snippet.
 * Regards,
   Kris
 *  Thread Starter [ms100](https://wordpress.org/support/users/ms100/)
 * (@ms100)
 * [3 years ago](https://wordpress.org/support/topic/suggestion-for-analytics/#post-16707346)
 * Hi@c0nst !
 * Thanks. I am not always logged in when I search, but this will make de data better!
   Thank you, very much appreciated!

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

The topic ‘suggestion for analytics’ is closed to new replies.

 * ![](https://ps.w.org/ajax-search-for-woocommerce/assets/icon-256x256.png?rev=
   2883754)
 * [FiboSearch - Ajax Search for WooCommerce](https://wordpress.org/plugins/ajax-search-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-search-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-search-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-search-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-search-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-search-for-woocommerce/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [ms100](https://wordpress.org/support/users/ms100/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/suggestion-for-analytics/#post-16707346)
 * Status: resolved