Sha256: 816eae1132b76e466085b953982d5990ba60a6d95811db2378254131bea92c8b

Contents?: true

Size: 669 Bytes

Versions: 127

Compression:

Stored size: 669 Bytes

Contents

<?php
  //  Copyright 2009 Google Inc. All Rights Reserved.
  $GA_ACCOUNT = "ACCOUNT ID GOES HERE";
  $GA_PIXEL = "ga.php";

  function googleAnalyticsGetImageUrl() {
    global $GA_ACCOUNT, $GA_PIXEL;
    $url = "";
    $url .= $GA_PIXEL . "?";
    $url .= "utmac=" . $GA_ACCOUNT;
    $url .= "&utmn=" . rand(0, 0x7fffffff);

    $referer = $_SERVER["HTTP_REFERER"];
    $query = $_SERVER["QUERY_STRING"];
    $path = $_SERVER["REQUEST_URI"];

    if (empty($referer)) {
      $referer = "-";
    }
    $url .= "&utmr=" . urlencode($referer);

    if (!empty($path)) {
      $url .= "&utmp=" . urlencode($path);
    }

    $url .= "&guid=ON";

    return $url;
  }
?>

Version data entries

127 entries across 127 versions & 5 rubygems

Version Path
middleman-core-3.4.1 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.4.0 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.3.12 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.3.11 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.3.10 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.3.9 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.3.8 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.3.7 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.3.6 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.3.5 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-cj-3.3.6 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-cj-3.3.5 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-cj-3.3.4 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.3.4 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.3.3 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.3.2 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.3.1 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.3.0 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.2.2 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet
middleman-core-3.2.1 lib/middleman-core/templates/mobile/source/tools/googleanalyticsformobile/php/php1.snippet