Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameTypeRequiredDescriptionExample
namestringYThe nameMy pixel
typestringYPossible options:
click, pixel, impression, interaction, smart_pixel 
smart_pixel
settingsstringNJSON settings
Code Block
{"labels":["label #1","label #2","label #3"]}
rulesstringNJSON rules
Code Block
[{
	"name": "segment #1",
	"configuration": [{
		"field": "url",
		"value": ["TeradataMapp"],
		"comparator": "contains",
		"or": [{
			"field": "url",
			"value": "FLXone",
			"comparator": "contains"
		}]
	}],
	"options": {
		"name": "test segment",
		"type": "segment"
	}
}]

...