Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segment Comparison Venn Diagram QV #40

Open
benrwoodard opened this issue Nov 25, 2020 · 0 comments
Open

Segment Comparison Venn Diagram QV #40

benrwoodard opened this issue Nov 25, 2020 · 0 comments
Assignees

Comments

@benrwoodard
Copy link
Owner

This would be fairly straightforward as it would be limited to an expected 2 dimensions and return results in a single line of data that could be turned into a venn diagram of some kind along with the data for review.

Sample request:
{
"rsid": "ageo1xxpnwsdi2020prod",
"globalFilters": [
{
"type": "dateRange",
"dateRange": "2020-10-26T00:00:00.000/2020-11-25T00:00:00.000"
}
],
"metricContainer": {
"metrics": [
{
"columnId": "metrics/visitors:::0",
"id": "metrics/visitors",
"filters": [
"0"
]
},
{
"columnId": "metrics/visitors:::1",
"id": "metrics/visitors",
"filters": [
"1"
]
},
{
"columnId": "metrics/visitors:::2",
"id": "metrics/visitors",
"filters": [
"2",
"3"
]
}
],
"metricFilters": [
{
"id": "0",
"type": "segment",
"segmentId": "Mobile_Hits"
},
{
"id": "1",
"type": "segment",
"segmentId": "First_Time_Visits"
},
{
"id": "2",
"type": "segment",
"segmentId": "Mobile_Hits"
},
{
"id": "3",
"type": "segment",
"segmentId": "First_Time_Visits"
}
]
},
"settings": {
"countRepeatInstances": true
},
"statistics": {
"functions": [
"col-max",
"col-min"
]
}
}

@benrwoodard benrwoodard self-assigned this Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant