I am trying to generate a report to get top 10 pages by pageViews for a specific source.
I have tried to set
metrics = [
{
id = "pageViews"
}
],
elements = [
{
id = "sourcetypeid",
top = 10,
selected = "source"
}
]
however this just returns a number of pageviews for that source.
Thanks a lot,
V
Selected pulls back all the metrics that match a exactly the keywords you input so if you have only a single keyword, you will only get a single result. If you input multiple keywords, you get that number of results back.
If you use search, your result set will vary depending on the how well the keyword matches the available results. This method is more matching vs exact.
To learn more, check out the documentation from the following link:
https://developer.omniture.com/documentation/reporting/resources/datatypes#reportDefinitionElement
I hope this helps.
Nick
Reply