Data

Enriching our ID graph is crucial, so adding more data to it is highly beneficial.

circle-exclamation

You can send standard keys or custom keys. Custom keys can be used in the browser to modify a site or adjust funnels based on this key. All of this data can be retrieved in the browser!

curl --request POST \
  --url https://abc.domain.com/data \
  --header 'Content-Type: application/json' \
  --header 'EdgeTagUserId: 138fffcd-ee39-4fd1-b5b5-760f07454407-1662025231518' \
  --data '{
	"data": {
		"email": "[email protected]",
		"firstName": "John",
		"lastName": "Smith",
		"color": "Blue",
		"step": "5"
	}
}'

Last updated

Was this helpful?