Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google: new keyword argument (as_q) #1742

Closed
anonymous-matomo-user opened this issue Sep 29, 2010 · 1 comment
Closed

Google: new keyword argument (as_q) #1742

anonymous-matomo-user opened this issue Sep 29, 2010 · 1 comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

Hi,

I was addind some new search engine website into Piwik and I see that Google added a new argument: as_q = KEYWORD

So I changed:
'www.google.fr' => array('Google', 'q'),

By:
'www.google.fr' => array('Google', array('q', 'as_q')),

and it's working well...

@robocoder
Copy link
Contributor

Thanks, Jonas. This duplicates #1370, where you'll see there are other advanced
search parameters that need to be handled. This is fixed in svn and will be rolled out in the next release.

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 1.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

2 participants