Import logs with utm_ values on the query string

Hi

I am trying to import logs that have some utm_campaign values on the query string, I see that the import_log.py is ignoring that, How can I do to import that logs properly with the utm_campaign assigned correctly?

Thanks
Roberto.

utm_* values should be imported correctly from your logs. if you have a problem with this please create bug report on: GitHub - piwik/piwik-log-analytics: Import any kind of server logs in Piwik for powerful log analytics. Universal log file parsing and reporting.

Sorry, I am using Piwik Version 2.15.0 and loglines like:
186.143.137.84 - - [31/Oct/2016:11:51:40 +0000] “GET /es/?utm_source=facebook&utm_campaign=fb_efecto_wow_octubre&utm_medium=video_ad&utm_source=facebook HTTP/1.1” 200 47552 “http://m.facebook.com/” “-”

Are not importing utm_campaign nor the others.

Is there any error? or must it be another version?

This is the command I run
python /var/www/html/misc/log-analytics/import_logs.py --url=http://127.0.0.1 --log-format-name=ncsa_extended --idsite=2 --enable-bots -dddd file.log

It returns ok for every line but after that I see visits but no applied to the utm_ segments.

after importing the logs you should see the utm_ values in the Referrers > Campaigns report

PS: make sure to upgrade your Piwik to latest version