• Spring naar de hoofdnavigatie
  • Door naar de hoofd inhoud

Forward Slash

Online Rendement Verbetering

  • Home
  • Contact
  • Klanten

google

Link: Export more than 500 rows in Google Analytics

november 26, 2011 by jules

Because 500 rows is not enough.
Here’s a nice little bookmarklet to make you life as an analyst a little easier.

Reshared post from +Andre Scholten

Since the start of the new Google Analytics version (V5) we’re unable to export more than 500 rows to for instance Excel. I figured there must be a solution to raise that number to 10.000 or more, so I started coding

Embedded Link

How to export more than 500 rows in new Google Analytics interface • André Scholten

Google+: View post on Google+

Categorie: Algemeen Tags: export, google, google analytics, tip

Een kijkje in de Google Analytics Application Gallery

mei 5, 2010 by jules

Naast de bekende webinterface van Google Analytics, biedt deze tool ook een API aan. Hiermee krijgen applicatie-bouwers de mogelijkheid data uit Google Analytics te gebruiken en er op te bouwen.

Probleem: hoe vind je de juiste applicatie voor jouw wensen?
Tot voor kort was je aangewezen op zoeken via Google, of op bloggers die prachtige, lange lijsten van tools en add-ons samenstellen.

Oplossing: Een officiele lijst!
Sinds gisteren is de Google Analytics Application Gallery geopend. Hierin zijn heel veel tools en applicaties te vinden, ondergebracht in verschillende categorieën.

Screenshot van de gallery
Ratings, Editor's Picks, alles keurig gerangschikt

Wat is er te vinden?
Te veel om op te noemen. Van plugins voor Excel tot iPhone applicaties, van widgets voor op je site tot hulpprogramma’s die detecteren of je site wel goed is getagd.

Ook zijn de volgende handige mogelijkheden te vinden:

  • Uitgebreide omschrijving bij elke applicatie
  • Alles netjes gecategoriseerd
  • Comments mogelijkheid
  • Rating geven (al is dit volgens mij nu nog niet actief)
  • RSS feeds voor nieuwe applicaties en Editor’s Picks

Kortom: Een bookmark waard voor iedereen die bezig is met Google Analytics.

Wat is jouw favoriete applicatie uit de gallerij? Laat het weten in de comments.

Categorie: Nieuws Tags: google, google analytics, lijst, software, tips, tools

Herkomst: stiekem toch via Google

april 1, 2010 by jules

Sinds een tijdje gebruik ik steeds minder het zoekvakje in Firefox, en steeds vaker de ‘slimme’ adresbalk.

Als je daar iets intypt, ga je soms ook rechtstreeks naar de plek waar je wil zijn. Scheelt weer een paar klikken, handig.

Firefox slimme adresbalk

Wat gebeurt er?

Ik kon het niet laten even onder de motorkap te kijken om te zien wat er gebeurt:

  • De ingetikte tekst wordt gebruikt als zoekterm bij Google
  • Google besluit (zwarte magie) of je de resultaatpagina ziet of wordt doorgestuurd
  • Doorgestuurd? Dan word de bezoeker op de site gezien als rechtreeks verkeer

In de headers gaat dus de referer header verloren.

Normaal zoeken via Google en doorklikken op de resultaatpagina leidt tot:

Referer: http://www.google.nl/search?q=boerenverstand&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:nl:official&client=firefox-a

Via de Adresbalk echter, zie je in het verzoek:

GET /search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=boerenverstand HTTP/1.1
Host: www.google.com

En het antwoord is:

HTTP/1.1 302 Found
Location: http://www.boerenverstand.org/

Vervolgens word je geredirect via een 302 en krijgt de ontvangende partij niet te zien dat de bezoeker stiekem toch via Google is gekomen.

Ook bij ‘gewone’ zoektermen

Dit gedrag zie ik niet alleen bij domeinnamen, maar ook bij wat langere zoektermen, waarbij het resultaat iets is waar je nooit op zou komen dit rechtstreeks in te tikken, zoals zoeken op bijvoorbeeld Stefan Pop:

GET /search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=stefan+pop HTTP/1.1
Host: www.google.com

[..]

HTTP/1.1 302 Found
Location: http://www.comedytrain.nl/?over-Stefan-Pop/

Wederom: bij comedytrain wordt dit als rechtstreeks verkeer gezien.

Dus: webanalist, wees op je hoede. Je conclusie: ‘veel mensen hebben deze pagina/site gebookmarked‘ is misschien niet helemaal juist. Er kunnen blijkbaar wat zoekresultaten tussen het rechtstreekse verkeer zitten.

Slotvraag: hoe werkt dit bij andere Browsers? Iemand dit ooit uitgezocht? Laat het weten in de comments.

Categorie: Nieuws Tags: firefox, google, SEO, webanalyse

Google Forms Shortcode WordPress Plugin

maart 18, 2010 by jules

Current version of the plugin is 1.0.1, the first release + a small typo fix. Download it from the WordPress.org site.

This WordPress plugin adds the possibility to easily insert forms created by Google docs into pages and posts using a shortcode. The form will be embedded using an iframe.
It also contains options for default settings, so you don’t have to change all iframe codes if you e.g. change the width of your content column.

What do I need?

screenshot
Create new > Form
First, create a Google spreadsheet form. This can be done by choosing Create new and Form in Google Docs.

More information about Google Forms and how they work can be found on the Google Forms support page.
For those of you who like screenshots, check out Google Forms quick howto.

Then, design the form or survey and find the formkey. The formkey is a very long string of letters which is unique to every form. Copy this string. It can be found in the edit window while editing the form. It’s the unreadable part after ?formkey=:

The form key.

What do I have to do to insert this form in my WordPress page?

On the place in your post or page, insert a shortcode called googleform. This shortcode will be replaced by the Google form iframe.

A sample shortcode looks something like this:

[g oogleform key="dFJXOFlwQVRDSHBYX1ZFdmN6NjliclE6MA" height="700" width="600"]

key is mandatory. The height, width and text parameters are optional, and defaults can be set on the plugin option page.

The options page

I want it! Where can I get it?

Right on! Add the plugin using the built-in WordPress plugin browser (search for google forms) or download it from the WordPress.org site
After that: activate the plugin, and start inserting forms!

Please leave a comment below when you encounter issues (or when everything works fine).

Do you have a sample?

Yes. Right here:

[googleform key=”dFJXOFlwQVRDSHBYX1ZFdmN6NjliclE6MA” height=”650″ width=”600″]

Like posts like these? Follow my (English) RSS feed.

Categorie: English, WordPress Tags: google, google forms, plugin, shortcode, WordPress

Copyright © 2023 - back to 2008