Incompréhension totale - Google Analytics

Bonjour à tous,

J’ai une incompréhension juste monumentale sur mes rapports GA. J’arrive à enregistrer jusqu’à 400 visites en un mois, sur des sites extranet pour entreprise avec la langue (Not Set) Peut on m’éclairer sur le sujet ?

Bien cordialement à tous,

Salut, tu as vérifié les sites référents dans la partie acquisition ? Il y a de plus en plus de sites qui spam des backlinks et qui faussent les stats.

A peu près sur que @MichelAnge dit vrai :wink: Pour les virer, suis ce guide: http://blog.analytics-toolkit.com/2015/guide-referrer-spam-google-analytics/#part1

Hello,
J’utilise ces filtres pour les sites référents, mais je constate de plus en plus de visites en direct avec en langue : Not set… Une idée de comment bloquer ces crawlers là ?
Merci d’avance.

Bonjour,

Certains navigateurs ne fournissent pas cette information, comme Opera Mini et certains navigateurs BlackBerry. Sur un extranet, 400 visites sur un mois peuvent venir de peu d’utilisateurs selon comment est paramétrée ta session sur Google Analytics (par défaut 30 min sans action il me semble).

B.

+1 pour @Bouscas: en effet 30 min sans activité = nouvelle session, ça peut donc expliquer une petite partie de ton trafic not set.

@mbossaton: plus d’infos sur le not set chez google. Pour répondre à ta question, on ne peut pas les bloquer tous. Pour comprendre, il faut comprendre comment GA fonctionne: pour pousser une donnée sur ses servers, GA execute un bout de code javascript au chargement de la page qui dit « Salut, je suis le UA-1234, le UID 789 vient de voir la page /supertruc. Bye. » Il n’y a aucune vérification coté serveur que cette demande émane bien du site associé au UA en question. Du coup, pour faire apparaitre ces fausses données sur tes stats, les crawlers comme tu les appellent n’en sont même pas ! Il suffit d’envoyer en boucle à tous les UA de 1 à 999… la même commande depuis n’importe quel serveur, et tu spam sans même bouger de chez toi…

Du coup, la seule méthode pour bloquer tous ces spamers consiste à ajouter un filtre qui n’affiche que les visites provenant de sites que tu as toi même validé au préalable (cf. mon lien plus haut, solution 2). Tu n’auras plus de spams, mais un nouveau site parlant de toi ne sera plus visible…bref, pas idéal non plus. Seul google peut corriger ca proprement.

2 « J'aime »

Super. Merci beaucoup pour ces infos. J’y vois plus clair =)

Pour l’exclusion des sites spams, on peut les retirer via le fichier HTACCESS, voir l’exemple ci-dessous de plusieurs sites parasites (cependant attention de bien les intégrer une virgule mal placée et tout saute :S) :

block visitors referred from bad website

RewriteEngine on
RewriteCond %{HTTP_REFERER} iedit.ilovevitaly.com [NC,OR]
RewriteCond %{HTTP_REFERER} iloveitaly.com [NC,OR]
RewriteCond %{HTTP_REFERER} econom.co [NC,OR]
RewriteCond %{HTTP_REFERER} semalt.com [NC,OR]
RewriteCond %{HTTP_REFERER} forum.topic44637676.darodar.com [NC,OR]
RewriteCond %{HTTP_REFERER} darodar.com [NC,OR]
RewriteCond %{HTTP_REFERER} iskalko.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ilovevitaly.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ilovevitaly.com [NC,OR]
RewriteCond %{HTTP_REFERER} o-o-8-o-o.ru [NC,OR]
RewriteCond %{HTTP_REFERER} o-o-6-o-o.ru [NC,OR]
RewriteCond %{HTTP_REFERER} buttons-for-website.com [NC,OR]
RewriteCond %{HTTP_REFERER} semalt.semalt.com [NC,OR]
RewriteCond %{HTTP_REFERER} cenoval.ru [NC,OR]
RewriteCond %{HTTP_REFERER} priceg.com [NC,OR]
RewriteCond %{HTTP_REFERER} darodar.com [NC,OR]
RewriteCond %{HTTP_REFERER} cenokos.ru [NC,OR]
RewriteCond %{HTTP_REFERER} seoexperimenty.ru [NC,OR]
RewriteCond %{HTTP_REFERER} gobongo.info [NC,OR]
RewriteCond %{HTTP_REFERER} vodkoved.ru [NC,OR]
RewriteCond %{HTTP_REFERER} adcash.com [NC,OR]
RewriteCond %{HTTP_REFERER} websocial.me [NC,OR]
RewriteCond %{HTTP_REFERER} cityadspix.com [NC,OR]
RewriteCond %{HTTP_REFERER} luxup.ru [NC,OR]
RewriteCond %{HTTP_REFERER} ykecwqlixx.ru [NC,OR]
RewriteCond %{HTTP_REFERER} superiends.org [NC,OR]
RewriteCond %{HTTP_REFERER} slftsdybbg.ru [NC,OR]
RewriteCond %{HTTP_REFERER} edakgfvwql.ru [NC,OR]
RewriteCond %{HTTP_REFERER} socialseet.ru [NC,OR]
RewriteCond %{HTTP_REFERER} screentoolkit.com [NC,OR]
RewriteCond %{HTTP_REFERER} econom.co [NC,OR]
RewriteCond %{HTTP_REFERER} semalt.com [NC,OR]
RewriteCond %{HTTP_REFERER} savetubevideo.com [NC,OR]
RewriteCond %{HTTP_REFERER} shopping.ilovevitaly.com [NC,OR]
RewriteCond %{HTTP_REFERER} iedit.ilovevitaly.com [NC,OR]
RewriteCond %{HTTP_REFERER} forum.topic52548358.darodar.com [NC,OR]
RewriteCond %{HTTP_REFERER} 7makemoneyonline.com [NC,OR]
RewriteCond %{HTTP_REFERER} make-money-online.7makemoneyonline.com [NC,OR]
RewriteCond %{HTTP_REFERER} forum.topic(.*).darodar.com [NC,OR]
RewriteCond %{HTTP_REFERER} o-o-6-o-o.com [NC,OR]
RewriteCond %{HTTP_REFERER} s.click.aliexpress.com [NC,OR]
RewriteCond %{HTTP_REFERER} social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} www1.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site1.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site2.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site3.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site4.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site5.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site6.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site7.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site8.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site9.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site10.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site11.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site12.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site13.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site14.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site15.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site16.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site17.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site18.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site19.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site20.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site21.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site22.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site23.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site24.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site25.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site26.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site27.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site28.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site29.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site30.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site31.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site32.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site33.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site34.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site35.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site36.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site37.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site38.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site39.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site40.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site41.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site42.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site43.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site44.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site45.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site46.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site47.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site48.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site49.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site50.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site1.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site2.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site3.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site4.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site5.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site6.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site7.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site8.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site9.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site10.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site11.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site12.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site13.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site14.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site15.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site16.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site17.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site18.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site19.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site20.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site21.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site22.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site23.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site24.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site25.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site26.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site27.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site28.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site29.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site30.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site31.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site32.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site33.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site34.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site35.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site36.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site37.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site38.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site39.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site40.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site41.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site42.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site43.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site44.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site45.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site46.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site47.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site48.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site49.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} site50.simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} googlsucks.com [NC,OR]

Il y a ceux là en complément : (attention event-tracking.com doit être ajouté ou plutôt à exclure non pas des sites référents mais de la « source de la campagne »

RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*blackhatworth.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*lomb.co [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*lombia.co [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*hulfingtonpost.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*humanorightswatch.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*simple-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*sharebutton.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*anticrawler.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*adviceforum.info [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*kambasoft.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*myftpupload.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*prodvigator.ua [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*resellerclub.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*76brighton.co.uk [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*paparazzistudios.com.au [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*powitania.pl [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*sharebutton.net [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*tasteidea.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*descargar-musica-gratis.net [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*torontoplumbinggroup.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*cyprusbuyproperties.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*4webmasters.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*ranksonic.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*best-seo-solution.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*get-free-traffic-now.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*googlsucks.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*buttons-for-your-website.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*best-seo-offer.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*offers.bycontext.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*www1.social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*website-errors-scanner.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*free-share-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*theguardlan.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*free-social-buttons.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*buy-cheap-online.info [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*netvibes.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*guardlink.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*securesuite.co.uk [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*event-tracking.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*securesuite.net [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)*Get-Free-Traffic-Now.com [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://([^.]+.)forum20.smailik.org [NC]
RewriteRule .
- [F]

J’ai essayé la technique du blocage via htaccess. Mais ça ne fonctionne pas vraiment puisqu’il n’y a pas de réel passage sur le site web. Je reprends ce que disais @cebri :

Une technique qui marche un peu dans ce cas, ça va être d’aller dans la console Admin dans les informations « code de suivis » et d’aller dans l’option de blocage des sites référents. Faudra les rentrer un par un. (donc faire une veille chaque semaine). Ca marche pas trop mal.

@Hugostamp, Merci du tuyau, je ne connaissais pas cette technique et ça à l’air pas mal =)

Je viens de tomber sur un super article e Moz si certains ont toujours des problèmes sur ce sujet :

Ils expliquent comment bloquer tout ça avec un seul filtre.

1 « J'aime »

Je ne sais pas si vous êtes tous au courant.

Mais après le Referral Spam, y’a une nouvelle technique qui s’appelle l’organic Spam . C’est le même principe que le referral spam sauf que ça concerne le canal « Organic Search ». C’est encore assez peu utilisé (chez nous ça nous fait même pas 1% du traffic) par rapport au referral Spam, mais ça va sans aucun doute croître dans les mois à venir. Il va falloir y faire attention.

Pour vous en débarrasser il faut aller dans la « liste d’exclusion de termes de recherches » en dessous de celle des sites référents dans admin « informations de suivi », et rentrer les sites fautifs (copier la liste des refferal spam). Ou faire un filtre qui vire les « hostnames » étranges ou « not set ».

Y’a aussi l’utm spam qui vient d’arriver…

C’est de plus en plus affreux et je doute que Google réagisse. J’aurais un service d’Analytics que ce serait un bon moyen blackhat pour montrer que GA n’est plus gérable et qu’il faut essayer des services alternatifs.

Si tu veux un outil qui te créé des filtres automatiques avec plusieurs sites de Referral spam voilà un super lien : http://www.simoahava.com/spamfilter/

Voici une autre solution que je viens de découvrir
https://www.paveiq.com/referrer-spam-remover?ref=producthunt
Pas encore testé mais semble prometteur.