3482
правки
Изменения
м
! id !! group !! uiName !! id !! type !! dataType !! allowedInSegments !! calculation !! description
→Таблица данных
{{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"
|-
| User || User Type || ga:userType || DIMENSION || STRING || true || || A boolean indicating if a user is new or returning. Possible values: New Visitor, Returning Visitor.