Skip to content

Instantly share code, notes, and snippets.

@marcellustavares
Created August 23, 2018 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcellustavares/0cb1f21f35028975c43956b14ce02c9e to your computer and use it in GitHub Desktop.
Save marcellustavares/0cb1f21f35028975c43956b14ce02c9e to your computer and use it in GitHub Desktop.
WeDeploy Cardinality Sample Data
[
{
"identifier": 1,
"email": "iliyan.peychev@liferay.com",
"event": "pageView",
"url": "http://www.liferay.com"
},
{
"identifier": 2,
"email": "iliyan.peychev@liferay.com",
"event": "pageView",
"url": "http://www.liferay.com/documentation"
},
{
"identifier": 3,
"email": "iliyan.peychev@liferay.com",
"event": "pageView",
"url": "http://www.liferay.com/wedeploy"
},
{
"identifier": 4,
"email": "marcellus.tavares@liferay.com",
"event": "pageView",
"url": "http://www.liferay.com/wedeploy"
},
{
"identifier": 5,
"email": "marcellus.tavares@liferay.com",
"event": "pageView",
"url": "http://www.liferay.com/analytics"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment