Ticket #194 (closed Bug: fixed)
Search Engine tracking: allow multiple query parameters
| Reported by: | tbleher | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Features requests - after Piwik 1.0 |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: |
Description
Some search engines have several interfaces for querying, with different search parameters. E.g. www.google.de has ?q= for normal queries and ?as_q= for advanced/special queries. Currently modules/DataFiles/SearchEngines.php does not allow specifying something like this.
Suggestion: Change the data structure so it is an array of query options. E.g.
"www.google.de" => array("Google", "q"),
could be changed to
"www.google.de" => array("Google", array("q", "as_q")),
Change History
Note: See
TracTickets for help on using
tickets.
