Title: Feature request &#8211; not count variable
Last modified: January 21, 2020

---

# Feature request – not count variable

 *  Resolved [Fabian_Niesen](https://wordpress.org/support/users/fabian_niesen/)
 * (@fabian_niesen)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/feature-request-not-count-variable/)
 * Hi Team,
    I would like to have the chance to exclude some access to a page from
   the counters. I need this for monitoring purpose.

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

 *  Plugin Support [Torsten Landsiedel](https://wordpress.org/support/users/zodiac1978/)
 * (@zodiac1978)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/feature-request-not-count-variable/#post-12348724)
 * Hi [@fabian_niesen](https://wordpress.org/support/users/fabian_niesen/)
 * I am not sure what you are trying to achieve. Do you want to exclude tracking
   for a specific page?
 * If yes, you can do so with the skip tracking filter:
    [https://github.com/pluginkollektiv/statify/wiki/de-Hooks#statify__skip_tracking](https://github.com/pluginkollektiv/statify/wiki/de-Hooks#statify__skip_tracking)(
   DE) [https://github.com/pluginkollektiv/statify/wiki/en-Hooks#statify__skip_tracking](https://github.com/pluginkollektiv/statify/wiki/en-Hooks#statify__skip_tracking)(
   EN)
 * If you want something different, please elaborate a little bit more.
 * We can also switch to German if this is easier for us 😉
 * All the best,
    Torsten
 *  Thread Starter [Fabian_Niesen](https://wordpress.org/support/users/fabian_niesen/)
 * (@fabian_niesen)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/feature-request-not-count-variable/#post-12350641)
 * Hallo Torsten,
    Sorry, bei support schreibe ich automatisch Englisch, auch wenn
   ich es eigentlich besser weiß… Ne hilft mir nicht. Ich habe ein Monitoring was
   immer die Seiten aufruft um Performance und Verfügbarkeit zu messen. Ich möchte
   nicht das dieser regelmäßige Aufruf mit gezählt wird. Leider kann ich den Useragenten
   nicht beeinflussen. auch die IP wechselt, da der Dienst zu Hause läuft.
 * Gruß
    Fabian
 *  Plugin Support [Torsten Landsiedel](https://wordpress.org/support/users/zodiac1978/)
 * (@zodiac1978)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/feature-request-not-count-variable/#post-12359677)
 * Hi [@fabian_niesen](https://wordpress.org/support/users/fabian_niesen/)
 * Wie lautet denn der User Agent?
 * In der nächsten Version wechseln wir zu einer Blockliste:
    [https://github.com/pluginkollektiv/statify/blob/e7269e571034f37ce61af6caf4b64596f889acd5/inc/class-statify-frontend.php#L203-L210](https://github.com/pluginkollektiv/statify/blob/e7269e571034f37ce61af6caf4b64596f889acd5/inc/class-statify-frontend.php#L203-L210)
 * Vorher haben wir alles erlaubt, was nach “normalem” User Agent aussah:
    `preg_match('/(?:
   Windows|Macintosh|Linux|iPhone|iPad)/`
 * Das klappt aber viel zu häufig nicht mehr, weil diverse Tools normale User Agent
   nutzen und nur hinten etwas ranhängen.
 * Mit dem Ansatz Bots zu erkennen anhand von bestimmten “Keywords” dürften sich
   zwar die Zahlen verändern, aber dafür dann auch realistischer sein.
 * Würde dein Tool mit der neuen Technik nicht mehr getrackt werden?
 * Wenn nicht, poste mal den User Agent und ich schaue, ob wir unsere Testfunktion
   ggf. erweitern.
 * Oder wir basteln uns eine Funktion, die den User Agent ausliest und dann `statify__skip_tracking`
   entsprechend mit false/true füttert. Oder ist der User Agent nicht eindeutig 
   genug?
 * Beste Grüße
    Torsten
 *  Thread Starter [Fabian_Niesen](https://wordpress.org/support/users/fabian_niesen/)
 * (@fabian_niesen)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/feature-request-not-count-variable/#post-12360283)
 * Hallo Torsten,
    eigentlich sollte das bei meiner Einstellung der IE sein. Ich
   finde aber auch nichts im Matomo. Ich schau mal ob ich den User-Agenten raus 
   bekomme. Praktisch wäre aber ein URL Parameter, wie “?statify=nocount”. Ich hab
   hier mal ein Artikel geschrieben wir das Monitoring aufgesetzt ist. Konkret geht
   es mir um die Performanceüberwachung. Die normale ereichbarkeit nehme ich die
   Robots.txt für. [https://www.infrastrukturhelden.de/software-und-tools/ueberwachung/webseiten-ueberwachen-mit-prtg/](https://www.infrastrukturhelden.de/software-und-tools/ueberwachung/webseiten-ueberwachen-mit-prtg/)
   Gruß Fabian
 *  Plugin Support [Torsten Landsiedel](https://wordpress.org/support/users/zodiac1978/)
 * (@zodiac1978)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/feature-request-not-count-variable/#post-12477193)
 * > eigentlich sollte das bei meiner Einstellung der IE sein
 * Wenn der User Agent deines Monitoring ein *echter* IE User Agent ist, dann ist
   das für uns ja nicht filterbar (und auch IMHO eine schlechte Idee, weil es deine
   Statistik ja in Bezug auf genutzte Browser extrem verfälscht).
 * Aber wenn du die URL beeinflussen kannst, dann hänge doch `?statify=nocount` 
   hinten dran und baue dir eine Funktion, der den Parameter ausliest (via [https://developer.wordpress.org/reference/functions/get_query_var/](https://developer.wordpress.org/reference/functions/get_query_var/))
   und dann den skip_tracking-Filter entsprechend umstellt, um das Tracking zu deaktivieren.
 * Wäre das nicht eine Möglichkeit?
 * Beste Grüße
    Torsten

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

The topic ‘Feature request – not count variable’ is closed to new replies.

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

## Tags

 * [ignore](https://wordpress.org/support/topic-tag/ignore/)
 * [monitoring](https://wordpress.org/support/topic-tag/monitoring/)

 * 5 replies
 * 2 participants
 * Last reply from: [Torsten Landsiedel](https://wordpress.org/support/users/zodiac1978/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/feature-request-not-count-variable/#post-12477193)
 * Status: resolved