[API] What is the different between page element and pageURL ?
Hi All,
I would like to know if the url return by sending page element in the request is the full page URL or not.
My Request
Report.Queue
{
"reportDescription": {
"reportSuiteID": "xxxxxx",
"dateFrom": "2017-12-01",
"dateTo": "2018-01-20",
"metrics": [
{ "id": "visits" },
{ "id": "bounceRate" },
{ "id": "pageViews" },
{ "id": "averagetimespentonpage" }
],
"elements": [
{
"id": "page",
"top": 10,
"startingWith": 1
}
]
}
}