You are here

public function ssga::setAccountId in GA Push 7

File

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

Class

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

Code

public function setAccountId($accountId) {
  $this->utmac = $accountId;
}