You are here

ga_tokens.schema.yml in Googalytics - Google Analytics 8

modules/ga_tokens/config/schema/ga_tokens.schema.yml

File

modules/ga_tokens/config/schema/ga_tokens.schema.yml
View source
  1. # Schema file for the configuration files of the ga_tokens module.
  2. ga_tokens.global:
  3. type: config_object
  4. label: 'Google Analytics Global Custom Properties'
  5. mapping:
  6. dimensions:
  7. type: sequence
  8. label: 'Dimensions'
  9. sequence:
  10. type: ga_tokens.dimension'
  11. label: 'Dimension'
  12. metrics:
  13. type: sequence
  14. label: 'Metrics'
  15. sequence:
  16. type: ga_tokens.dimension'
  17. label: 'Metric'
  18. ga_tokens.dimension:
  19. type: mapping
  20. mapping:
  21. label:
  22. type: string
  23. label: 'Label'
  24. value:
  25. type: string
  26. label: 'Value'