Visitors Group by query modification rule
May i know that how to configure the report for Group by query id?
i have done the option=>Report=>Tables=>Custom=>Data=>Group by Query,
but don't know how to write modification rule.
For example i have 4 data here
page.php?id=1&aid=10
page.php?id=1&aid=2
page.php?id=2&aid=4&bid=10
page.php?id=1
and expect the result may showed in csv:
Page Visitor
id=1
page.php?id=1 3
id=2
page.php?id=2 1
i have done the option=>Report=>Tables=>Custom=>Data=>Group by Query,
but don't know how to write modification rule.
For example i have 4 data here
page.php?id=1&aid=10
page.php?id=1&aid=2
page.php?id=2&aid=4&bid=10
page.php?id=1
and expect the result may showed in csv:
Page Visitor
id=1
page.php?id=1 3
id=2
page.php?id=2 1
1. Choose "File name with query" as main data
2. Choose "Query parameter value" as "Group by" value. Click the "Custom" button to the right of it and enter "id" (without quotes) as parameter name.
Such way you'll get lists of file names with queries per id values.