[Piwik-trac] [Piwik] #194: Search Engine tracking: allow multiple query parameters
Piwik
trac at piwik.org
Tue Apr 15 09:50:30 CEST 2008
#194: Search Engine tracking: allow multiple query parameters
---------------------+------------------------------------------------------
Reporter: tbleher | Type: Bug
Status: new | Priority: normal
Milestone: | Component: Core
Version: | Keywords:
---------------------+------------------------------------------------------
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")),
--
Ticket URL: <http://dev.piwik.org/trac/ticket/194>
Piwik <http://piwik.org>
Piwik, open source web analytics software
More information about the Piwik-trac
mailing list