| Modifier and Type | Method and Description |
|---|---|
CustomVariable |
PiwikRequest.getPageCustomVariable(int index)
Get the page custom variable at the specified index.
|
CustomVariable |
PiwikRequest.getVisitCustomVariable(int index)
Get the visit custom variable at the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PiwikRequest.setPageCustomVariable(CustomVariable customVariable,
int index)
Set a page custom variable at the specified index.
|
void |
PiwikRequest.setVisitCustomVariable(CustomVariable customVariable,
int index)
Set a user custom variable at the specified key.
|
Copyright © 2016. All rights reserved.