Top Articles
Retrieve event counts for a specified host and date range. Counts are assigned per attributed path.
Top Articles
Query Parameters
Name
Type
Description
paywall, registration, newsletter_signup, offer, survey, unsubscribe, user_profile_info, download, donation, payment, search, save {
"status": "success",
"data": {
"top_pages": [
{
"sort_value": 12,
"event_types": {
"paywall_complete": 6,
"paywall_show ": 27,
},
"attribution_path": "site.com/myarticle/2"
},
{
"sort_value": 11,
"event_types": {
"paywall_complete": 1,
"paywall_shown": 26
},
"attribution_path": "site.com/myarticle/1"
},
{
"sort_value": 6,
"event_types": {
"paywall_complete": 5,
"paywall_shown": 33
},
"attribution_path": "site.com/myarticle/3"
}
]
}
}Last updated
Was this helpful?