OverviewServicesGetAnalyticsMediumData Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<PubTargetAnalyticsPieChart> GetAnalyticsMediumData( string pubTargetId )
Information of Analytics traffic types and their numbers
Sample JSON return
{
"ContentFreezeEndTime": "",
"ContentFreezeStartTime": "",
"code": 0,
"error": null,
"message": {
"Error": null,
"Id": "PublishingTargets/1",
"Name": "Production",
"PiePieces": [
{
"Data": 6193,
"Label": "organic"
},
{
"Data": 2710,
"Label": "(none)"
},
{
"Data": 1035,
"Label": "email"
},
{
"Data": 521,
"Label": "referral"
},
{
"Data": 215,
"Label": "cpc"
},
{
"Data": 41,
"Label": "(not set)"
}
]
}
}