Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save googleanalyticsresoneo/407800 to your computer and use it in GitHub Desktop.
Save googleanalyticsresoneo/407800 to your computer and use it in GitHub Desktop.
Détection des moteurs de recherche utilisés en France avec Google Analytics
/*
Ajouter des moteurs de recherche francophone à Google Analytics
Syntaxe asynchrone
moteurs par défaut dans la 5.2.6
daum:q,eniro:search_word,naver:query,pchome:q,images.google:q,google:q,yahoo:p,yahoo:q,msn:q,bing:q,aol:query,aol:q,lycos:q,lycos:query,ask:q,netscape:query,cnn:query,about:terms,mamma:q,voila:rdata,virgilio:qs,live:q,baidu:wd,alice:qs,yandex:text,najdi:q,seznam:q,rakuten:qt,biglobe:q,goo.ne:MT,wp:szukaj,onet:qt,yam:k,kvasir:q,ozu:q,terra:query,rambler:query,conduit:q,babylon:q,search-results:q,avg:q,comcast:q,incredimail:q,startsiden:q
*/
_gaq.push(['_addOrganic', 'cuil','q',true],
['_addOrganic', 'cluuz','q',true],
['_addOrganic', 'myway','searchfor',true],
['_addOrganic', 'mywebsearch','searchfor',true],
['_addOrganic', 'gooofullsearch','Keywords',true],
['_addOrganic', 'lo.st','x_query',true],
['_addOrganic', 'news.google','q',true],
['_addOrganic', 'images.google','q',true],
['_addOrganic', 'voila','kw',false],
['_addOrganic', 'exalead','q',true],
['_addOrganic', 'yauba','q',true],
['_addOrganic', 'yougoo','q',true],
['_addOrganic', 'hooseek','recherche',true],
['_addOrganic', 'ecosia','q',true],
['_addOrganic', 'wibeez','q',true],
['_addOrganic', 'veosearch','q',true],
['_addOrganic', 'sweetim','q',true],
['_addOrganic', 'searcheo','q',true],
['_addOrganic', 'imesh','q',true],
['_addOrganic', 'fastbrowsersearch','q',true],
['_addOrganic', 'magentic','q',true],
['_addOrganic', 'search.free.fr','q',true],
['_addOrganic', 'vizzeo','q',true],
['_addOrganic', 'bluewin.ch','searchTerm',true],
['_addOrganic', 'google','as_q',true]);
@googleanalyticsresoneo
Copy link
Author

segmentation de Google Images dispo depuis le 22/7/2011
Google News tous TLD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment