Signup conversion by page
Signup conversion per landing page, sorted from lowest to highest.
Signup conversion by page
examples/signup-conversion.json{
"schemaVersion": 1,
"type": "bar",
"orientation": "horizontal",
"title": "Signup conversion by page",
"description": "The referral page converts best, the blog worst.",
"source": "Example data",
"categoryAxis": {
"title": "Page"
},
"valueAxis": {
"title": "Conversion rate",
"format": "percent"
},
"data": [
{
"label": "Pricing",
"value": 0.042
},
{
"label": "Home",
"value": 0.061
},
{
"label": "Docs",
"value": 0.038
},
{
"label": "Blog",
"value": 0.055
},
{
"label": "Referral",
"value": 0.074
}
]
}Source: Example data
Show chart data
| Category | Value |
|---|---|
| Pricing | 4.2% |
| Home | 6.1% |
| Docs | 3.8% |
| Blog | 5.5% |
| Referral | 7.4% |