Reference API Roblox

Engine API

Website

Related

Reference API Roblox

AnalyticsCustomFieldKeys

Used to form a dictionary of custom fields to provide breakdowns in Roblox-provided charts.

Items 3

HistoryNameValue
622CustomField010
622CustomField021
622CustomField032

Description

Used to form a dictionary of custom fields to provide breakdowns in Roblox-provided charts. For example:

1
2
3
4
5
local customFields = {
	[Enum.AnalyticsCustomFieldKeys.CustomField01.Name] = "value1",
	[Enum.AnalyticsCustomFieldKeys.CustomField02.Name] = "value2",
	[Enum.AnalyticsCustomFieldKeys.CustomField03.Name] = "value3",
}

History 4

Settings