You are here

public function ssga::setVersion in GA Push 7

File

libs/ssga.class.inc, line 78
SSGA Class implementation

Class

ssga
Class created for serversidegoogleanalytics http://code.google.com/p/serversidegoogleanalytics/

Code

public function setVersion($version = "") {
  if ($version) {
    $this->utmwv = $version;
  }
}