| Attributes |
| Name | Required | Request-time | Type | Description |
| account | false | true | java.lang.String | The google account name. |
| type | false | true | java.lang.String | The type, one of the following: "basic" (default: initialize google analytics and count the page), "event" (event code: the category and action are now required, first needs a basic) |
| category | false | true | java.lang.String | The category used by the "event" type, then required, otherwise ignored. |
| action | false | true | java.lang.String | The action used by the "event" type, then required when no nodenumber, otherwise ignored. |
| nodeNumber | false | true | java.lang.String | Will build a nice action used by the "event" type, then required when no action, otherwise ignored. |
| label | false | true | java.lang.String | The label used by the "event" type, optional. |
| value | false | true | java.lang.String | The value used by the "event" type, "label" is required when using this parameter. |
| force | false | false | java.lang.String | Forces output for testing purposes, while not in production and not live. |