Изменения

Перейти к: навигация, поиск

R:Google Analytics/Параметры и измерения

17 байтов убрано, 16:39, 22 апреля 2014
м
Таблица данных
{{r-code|code=<nowiki>wiki.table <- ga.metadata[status == "PUBLIC", list(group, uiName, id, type, dataType, allowedInSegments, calculation, description)]
 
wiki.table <- c("{| class=\"wide wikitable sortable\"", "\n",
"! ", "id !! ", paste(names(wiki.table), collapse = " !! "),
paste("\n|-\n| ", apply(wiki.table, 1, paste, collapse = " || ")),
"\n|}")
{| class="wide wikitable sortable"
! id !! group !! uiName !! id !! type !! dataType !! allowedInSegments !! calculation !! description
|-
| User || User Type || ga:userType || DIMENSION || STRING || true || || A boolean indicating if a user is new or returning. Possible values: New Visitor, Returning Visitor.

Навигация