Google Tag Manager · Schema

FormatValue

Option to convert a variable value to another value.

AnalyticsConversion TrackingMarketingTag ManagementTracking

Properties

Name Type Description
caseConversionType string The option to convert a string-type variable value to either lowercase or uppercase.
View JSON Schema on GitHub

JSON Schema

google-tag-manager-v2-format-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FormatValue",
  "type": "object",
  "description": "Option to convert a variable value to another value.",
  "properties": {
    "caseConversionType": {
      "type": "string",
      "description": "The option to convert a string-type variable value to either lowercase or uppercase."
    }
  }
}