Important! This is an automatic machine translated page. If you can read english, you should Click Here to read the original English version of the article.

Bookmarklet Fun: Check Google Analytics for Today [update] Bookmarklet Fun: Check Google Analytics Dzisiaj [aktualizacja]

Update! Our friend Ryan from Update! Nasz przyjaciel z Ryan CyberNet Cybernet pointed out a bug in the version I posted yesterday, so you'll want to update your bookmarklet with the fixed version provided below. zauważył błąd w wersji Zamieściłem wczoraj, więc będziemy chcieli zaktualizować zakładka z wersji stałej poniżej. Sorry for the trouble! Przepraszamy za kłopoty!

Like anybody that has a website, I love Google Analytics… but it drives me crazy that the default view is for the last 30 days when I really just want to see what has happened today. Podobnie jak ktoś, że ma stronę internetową, I love Google Analytics ... ale to doprowadza mnie do szału, że widok domyślny jest za ostatnie 30 dni, kiedy tak naprawdę chcą zobaczyć, co działo się dzisiaj. The only way to check for today is to manually change the date in the report, so I hooked up a bookmarklet to do that for me. Jedynym sposobem sprawdzenia jest dziś ręcznie zmienić datę w sprawozdaniu, więc podłączyć się bookmarklet to zrobić dla mnie.

With a small modification, you can use the same bookmarklet for your own use. Z małych modyfikacji, można użyć tej samej zakładka na własny użytek. All you'll have to do is replace the ID in the bookmarklet with the ID for your Analytics account. Wszystko musisz zrobić, to wymienić ID zakładka z ID konta Google Analytics. (Note that you could use this to your advantage to make separate bookmarklets for multiple accounts) (Uwaga: można użyć na swoją korzyść, aby odrębne skryptozakładki wielu kont)

First, drag the following bookmarklet to your bookmarks bar: Po pierwsze, przeciągnij po zakładka do paska zakładek:

Analytics Today Bookmarklet Analytics Dzisiaj Bookmarklet

Now you'll need to figure out what your Analytics account ID is by logging into analytics and going to the dashboard for your account. Teraz musisz dowiedzieć się jakie konto Analytics ID logując się do analityki i przechodząc do panelu konta. Find the long number after “?id=” and save it somewhere. Znajdź długi numer po "? Id =" i zapisz go gdzieś.

image

Now open up the properties of the bookmarklet (This example uses Firefox, but IE works similarly) Teraz otwórz właściwości zakładka (Ten przykład używa Firefoksa, ale IE działa podobnie)

image

Find the “YOURIDHERE” part of the text in the location bar, and then replace that with the number you saved from Analytics. Znajdź "YOURIDHERE" części tekstu w pasku adresu, a następnie zastąpić tę z numerem zapisany w Analytics.

image

For those interested, here's the bookmarklet in all it's hacked together glory: Dla zainteresowanych tutaj jest zakładka we wszystkich jej włamał wraz chwały

javascript:var d=new Date();var pad=”;var padm=”; javascript: var d = new Date (); var pad = "var Padmé =";
if(d.getDate()<10){pad='0';};if(d.getMonth()<10){padm='0';};var t=''+d.getFullYear()+padm+(d.getMonth()+1)+pad+d.getDate(); if (d.getDate () <10) (pad = '0 ';) if (d.getMonth () <10) (Padmé = '0';) var t =''+ d.getFullYear () + Padmé + (d.getMonth () +1) + podkładka + d.getDate ();
location.href='https://www.google.com/analytics/reporting/dashboard?id= YOURIDHERE location.href = "https: / / www.google.com/analytics/reporting/dashboard?id = YOURIDHERE
&pdr='+t+'-'+t+'&cmp=average' & pdr = '+ t +'-'+ t +' & cmp = średni "

If anybody can think of a better way to accomplish this, be sure to let us know in the comments. Jeśli ktoś może myśleć o lepszym sposobem, aby tego dokonać, należy dać nam znać w komentarzach.

This article was originally written on 12/5/07 Tagged with: Ten artykuł został napisany na 12/5/07 Tagged with: Geek Fun Geek Fun , , The Geek Blog Geek Blog

Daily Email Updates Daily Email Updates

You can get our how-to articles in your inbox each day for free. Możesz pobrać nasze instrukcje postępowania w skrzynce odbiorczej codziennie za darmo. Just enter your name and email below: Wystarczy podać swoje imię i adres e-mail:


Name: Imię i nazwisko:
Email: E-mail:

Comments (10) Komentarze (10)

  1. Richard Richard

    Awesome. Fantastyczny. That's the first option they should have put in there. To pierwsza opcja powinna ich tam umieścić. Thanks! Dzięki!

  2. Richard Holden Richard Holden

    Wow, that's a really, really handy tip for an annoyance which happened to be plaguing me just as you posted this. Wow, to naprawdę przydatna wskazówka dla przykrości, które stało się dręczące mnie tak jak tego wysłana. Thanks a lot! Thanks a lot!

  3. Doug Nelson Doug Nelson

    It takes 4-6 hours for my “today” data to be updated on GA, so it's about useless for that. To trwa 4-6 godzin na moje "dzisiaj" dane powinny być aktualizowane na GA, więc bezużyteczna o tym. I use Adsense pageviews data instead. Używam danych odsłony zamiast AdSense. It doesn't catch those viewers that block ads, but that's a pretty constant percentage. Nie połowu tych widzów, że reklamy bloku, ale to dość stały procent. If I need exact figures, I use GA from yesterday backwards. Jeśli potrzebują dokładnych danych liczbowych, używam SM od wczoraj do tyłu. And I have an Adsense monitor that sits in my system tray, so I can mouseover it at any time and see how my pageviews are doing today. I mam monitor Adsense, który siedzi w moim pasku systemowym, więc mogę mouseover go w dowolnym czasie i zobaczyć jak mój odsłony są dzisiaj.

  4. Julian Julian

    Sweet! Słodki! Thanks for a great tip. Dziękujemy za wielki koniuszek. Now if only I could tell 'which page' I was on in the Google search (instead of just saying the source was Google etc) that would help. Teraz, jeśli tylko mogę powiedzieć ", która strona" Byłem na w wyszukiwarce Google (a nie tylko mówiąc źródło było Google, itp.), które mogłyby pomóc.

  5. Julian2 Julian2

    Nice idea! Nice idea! I found out that you can do the same and much more with the free iMacros Firefox extension Dowiedziałem się, że można zrobić to samo i znacznie więcej wolnego iMacros rozszerzenie do Firefoksa
    http://www.iopus.com/imacros/firefox/ http://www.iopus.com/imacros/firefox/

  6. Paul Vallee Paul Vallee

    I believe this bookmarklet stopped working today. Sądzę, że ta zakładka przestał działać dzisiaj. Can you let me know by posting another comment if you figure out an update or workaround? Czy możesz dać mi znać poprzez zamieszczenie innego komentarza, jeśli dowiedzieć aktualizacji lub obejście? I have subscribed to updates to this post. Mam abonamentu na aktualizacje na to stanowisko.

    Thanks Dzięki

    Paul Pawła

  7. Techy Techniczny

    With a bit of extra scripting you can hava only one bookmark for every site in Google Analytics Przy odrobinie dodatkowych skryptów można Hava tylko jedna zakładka dla każdej witryny w Google Analytics

    javascript:var d=new Date();var pad=”;var padm=”; javascript: var d = new Date (); var pad = "var Padmé =";
    if(d.getDate() if (d.getDate ()

  8. Techy Techniczny

    The right code is this Prawo to jest kod

    javascript:var d=new Date();var pad=”;var padm=”; javascript: var d = new Date (); var pad = "var Padmé =";
    if(d.getDate() if (d.getDate ()

  9. GA Week Compare GA Tydzień Porównaj

    This script will compare this week and last weeks stats: Ten skrypt będzie porównać w tym tygodniu, a ostatni tydzień statystyka:
    javascript:function%20x(days){var%20d=new%20Date();d.setDate(d.getDate()-days);var%20pad=”;var%20padm=”;if(d.getDate() javascript:% funkcji 20x (dni) (var% 20d = new% 20Date (); d.setDate (d.getDate () dni) var% 20pad = "var 20padm% =" if (d.getDate ( )

  10. GA Week Compare GA Tydzień Porównaj

    Link to the Week Compare Bookmarklet. Link do Tygodnia Porównaj Bookmarklet.
    http://www.bmlet.com/Bookmarkl.....+Week.aspx http://www.bmlet.com/Bookmarkl.....+Week.aspx


Our Friends Nasi Przyjaciele
Getting Started Pierwsze kroki


About How-To Geek O How-To Geek
What Is That Process? Co to jest proces?
svchost.exe svchost.exe
jusched.exe jusched.exe
dwm.exe dwm.exe
ctfmon.exe Gadu-Gadu
wmpnetwk.exe wmpnetwk.exe
wmpnscfg.exe wmpnscfg.exe
rundll32.exe rundll32.exe
wfcrun32.exe wfcrun32.exe
Ipoint.exe Ipoint.exe
Itype.exe Itype.exe
Wfica32.exe Wfica32.exe
Mobsync.exe Mobsync.exe
conhost.exe conhost.exe
Dpupdchk.exe Dpupdchk.exe Adobe_Updater.exe Adobe_Updater.exe

Copyright © 2006-2009 HowToGeek.com. Copyright © 2006-2009 HowToGeek.com. All Rights Reserved. All Rights Reserved.