Results 1 to 5 of 5

Thread: Google images in GA

  1. #1
    Martijn is offline Hello World
    Join Date
    Feb 2010
    Location
    The Netherlands
    Posts
    8

    Default Google images in GA

    Hi, thanks for reading.
    I've been trying for a while now to track which images I get traffic from. I've tried several solutions but none worked so far.

    This is my original pageTracker:
    Code:
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-11104527-2");
    pageTracker._trackPageview();
    } catch(err) {}
    </script>
    And stuff i've been told to try:

    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>

    <script type="text/javascript" charset="utf-8">
    try {
    var pageTracker = _gat._getTracker("UA-123456-78");
    var ref = document.referrer;
    if (ref.search(/images.google/) != -1 && ref.search(/prev/) != -1) {
    var regex = new RegExp("images.google.([^\/]+).*&prev=([^&]+)");
    var match = regex.exec(ref);
    pageTracker._clearOrganic();
    pageTracker._addOrganic("images.google."+ match[1],"q");
    pageTracker._setReferrerOverride("http://images.google." + match[1] + unescape(match[2]));
    }
    pageTracker._trackPageview();
    } catch(err) {}
    </script>
    Does anyone have any ideas on how I can solve this? So far i've generated about 1.160 visitor from images.google.nl so far, and i'm quite curious which images those are :).

  2. #2
    andrea_r's Avatar
    andrea_r is offline WordPress Rockstar
    Join Date
    Jan 2009
    Location
    Eastern Canada
    Posts
    1,325

    Default

    Are the images each on htier own individual pages?

    Also in GA, you can drill down into the menus to find specific content, but I gotta go look it up again, as it is hiding and confusingly labelled.

  3. #3
    Martijn is offline Hello World
    Join Date
    Feb 2010
    Location
    The Netherlands
    Posts
    8

    Default

    Quote Originally Posted by andrea_r View Post
    Are the images each on htier own individual pages?
    Yeah all artikels got atleast 1 image.

    Quote Originally Posted by andrea_r View Post
    Also in GA, you can drill down into the menus to find specific content, but I gotta go look it up again, as it is hiding and confusingly labelled.
    It's visitors from refering sites (images.google.nl) but I want to be able to see which - image - searches rank good.

  4. #4
    Jeffro's Avatar
    Jeffro is offline WPTavern Forum Admin
    Join Date
    Jan 2009
    Location
    Ohio
    Posts
    2,358

    Default

    Have you tried to view analytics on your webhosting account? Although ancient, some of them provide a way to look at popular files being called on the site and that would give you an idea. Might also be able to see which images based on referral links.

  5. #5
    Martijn is offline Hello World
    Join Date
    Feb 2010
    Location
    The Netherlands
    Posts
    8

    Default

    I have but it didnt show which images either.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •