matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.92k stars 2.66k forks source link

Multiple issues with VisitorID when combining PHP and Javascript code #20864

Closed itscvenk closed 11 months ago

itscvenk commented 1 year ago

See the behavior described at

https://forum.matomo.org/t/multiple-issues-with-visitorid-when-combining-php-and-javascript-code/51677

The cookie is set by the PHP code that runs and does some stuff Then the javascript code by the browser just deletes the cookies!

Is this normal behaviour?

Tip: there is other PHP code, that's not present in the post above, which sends cookies that are HttpOnly (unlike the one set by pwik). Not sure if this is an issue because one can set various cookies with HttpOnly on and off

MatomoForumNotifications commented 1 year ago

This issue has been mentioned on Matomo forums. There might be relevant details there:

https://forum.matomo.org/t/multiple-issues-with-visitorid-when-combining-php-and-javascript-code/51677/2

itscvenk commented 1 year ago

Here's some additional info. Debug log below (php file was accessed with ?version=phpv1wITHlogs&Remarks=Testing%20dotrackevent%20in%20JS )

On the code that was executed via javascript, on dashboard, ID shows up as bef395150694378e . In PHP it had been set to 5dff9aeceb2eade1

On the code that was executed via PHP, on dashboard, ID shows up as 91d5dc88d771372c . In PHP it had been set to 5dff9aeceb2eade1

Also, the PHP code (for the log below) had 4 "doTrackEvent" which were captured and show up properly on the dashboard

p.s. the visitor ID that shows up on the dashboard shows as idvisitor in the logs (under Inserted new action: array ) The visitor ID that i had set shows up as _id in Input parameters: array (

In the log below, I have removed the actual domains and actual IP address

DEBUG Piwik\Plugin\Manager[2023-06-10 08:03:26 UTC] [024a3] Loaded plugins: CoreVue, CorePluginsAdmin, CoreAdminHome, CoreHome, WebsiteMeasurable, IntranetMeasurable, Diagnostics, CoreVisualizations, Proxy, API, Widgetize, Transitions, LanguagesManager, Actions, Dashboard, MultiSites, Referrers, UserLanguage, DevicesDetection, Goals, Ecommerce, SEO, Events, UserCountry, GeoIp2, VisitsSummary, VisitFrequency, VisitTime, VisitorInterest, RssWidget, Feedback, Monolog, Login, TwoFactorAuth, UsersManager, SitesManager, Installation, CoreUpdater, CoreConsole, ScheduledReports, UserCountryMap, Live, PrivacyManager, ImageGraph, Annotations, MobileMessaging, Overlay, SegmentEditor, Insights, Morpheus, Contents, BulkTracking, Resolution, DevicePlugins, Heartbeat, Intl, Marketplace, ProfessionalServices, UserId, CustomJsTracker, Tour, PagePerformance, CustomDimensions DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] Debug enabled - Input parameters: array ( DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] 'idsite' => '3', DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] 'rec' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] 'apiv' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] 'r' => '162959', DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] 'cip' => '49.207.203.177', DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] 'uid' => '2a756b0521cfc1ed', DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] '_idts' => '1686384209', DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] '_id' => '5dff9aeceb2eade1', DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] 'url' => 'https://www.myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing%20dotrackevent%20in%20JS', DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] 'urlref' => '', DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] 'pv_id' => '8c12b4', DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] 'action_name' => 'hardcodedTitleForTestphpv1wITHlogs', DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] 'token_auth' => '9a79a00f33e8fd738ff5327e2e1fe7c8', DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] ) DEBUG Piwik\Tracker[2023-06-10 08:03:29 UTC] [caa56] Current datetime: 2023-06-10 08:03:29 DEBUG Piwik\Common[2023-06-10 08:03:29 UTC] [caa56] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:29 UTC] [caa56] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:29 UTC] [caa56] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:29 UTC] [caa56] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:29 UTC] [caa56] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:29 UTC] [caa56] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:29 UTC] [caa56] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:29 UTC] [caa56] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:29 UTC] [caa56] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:29 UTC] [caa56] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:29 UTC] [caa56] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::processRequestParams()... DEBUG CoreHome[2023-06-10 08:03:30 UTC] [caa56] token_auth is authenticated! DEBUG PrivacyManager[2023-06-10 08:03:30 UTC] [caa56] DoNotTrack support is not enabled, skip check DEBUG CoreHome[2023-06-10 08:03:30 UTC] [caa56] Visitor doesn't have the piwik cookie... DEBUG CoreHome[2023-06-10 08:03:30 UTC] [caa56] The visitor was not matched with an existing visitor... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::processRequestParams()... DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] Encoding page URL query parameters to . DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] (this is not a Site Search request) DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] Action is a PAGE_URL, Action name = hardcodedTitleForTestphpv1wITHlogs, Action URL = https://www.myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing%20dotrackevent%20in%20JS DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::afterRequestProcessed()... DEBUG PrivacyManager[2023-06-10 08:03:30 UTC] [caa56] Visitor IP (was: 49.207.203.177) has been anonymized: 0.0.0.0 DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::afterRequestProcessed()... DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] Recorded a new action (PAGE_TITLE) in the lookup table: hardcodedTitleForTestphpv1wITHlogs (idaction = 316) DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] Recorded a new action (PAGE_URL) in the lookup table: myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing%20dotrackevent%20in%20JS (idaction = 317) DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] New Visit (IP = 0.0.0.0) DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Following dimensions have been collected from plugins: idsite, profilable, user_id, visit_first_action_time, visit_first_action_time, visit_goal_buyer, visit_goal_converted, idvisit, location_ip, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visitor_seconds_since_first, visitor_seconds_since_order, config_id, idvisitor, visitor_returning, visitor_seconds_since_first, visitor_seconds_since_order, visitor_count_visits, visit_entry_idaction_name, visit_entry_idaction_url, visit_exit_idaction_name, visit_exit_idaction_url, visit_total_actions, visit_total_interactions, visit_total_searches, , referer_keyword, referer_name, referer_type, referer_url, , location_browser_lang, config_browser_engine, config_browser_name, config_browser_version, config_client_type, config_device_brand, config_device_model, config_device_type, config_os, config_os_version, visit_total_events, visitor_localtime, visitor_localtime, visitor_seconds_since_last, visitor_seconds_since_last, config_resolution, config_cookie, config_flash, config_java, config_pdf, config_quicktime, config_realplayer, config_silverlight, config_windowsmedia, , visit_total_time, location_city, location_country, location_latitude, location_longitude, location_region DEBUG Referrers[2023-06-10 08:03:30 UTC] [caa56] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:30 UTC] [caa56] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:30 UTC] [caa56] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:30 UTC] [caa56] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG UserCountry[2023-06-10 08:03:30 UTC] [caa56] GEO: Found IP 49.207.203.177 location (provider 'geoip2php'): array ( DEBUG UserCountry[2023-06-10 08:03:30 UTC] [caa56] 'continent_name' => 'continentName', DEBUG UserCountry[2023-06-10 08:03:30 UTC] [caa56] 'continent_code' => 'ContinentCode', DEBUG UserCountry[2023-06-10 08:03:30 UTC] [caa56] 'country_code' => 'CountryCode', DEBUG UserCountry[2023-06-10 08:03:30 UTC] [caa56] 'country_name' => 'theCountry', DEBUG UserCountry[2023-06-10 08:03:30 UTC] [caa56] 'city_name' => 'theCity', DEBUG UserCountry[2023-06-10 08:03:30 UTC] [caa56] 'lat' => 00.000, DEBUG UserCountry[2023-06-10 08:03:30 UTC] [caa56] 'long' => 00.000, DEBUG UserCountry[2023-06-10 08:03:30 UTC] [caa56] 'postal_code' => NULL, DEBUG UserCountry[2023-06-10 08:03:30 UTC] [caa56] 'region_code' => 'regionCode', DEBUG UserCountry[2023-06-10 08:03:30 UTC] [caa56] 'region_name' => 'regionName', DEBUG UserCountry[2023-06-10 08:03:30 UTC] [caa56] ) DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] array ( DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'idvisitor' => '91d5dc88d771372c', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_id' => 'c6f5cca3f1ed0411', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'location_ip' => '0.0.0.0', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'idsite' => 3, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'profilable' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'user_id' => '2a756b0521cfc1ed', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visit_first_action_time' => '2023-06-10 08:03:29', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visit_goal_buyer' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visit_goal_converted' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visit_last_action_time' => '2023-06-10 08:03:29', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visitor_returning' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visitor_seconds_since_first' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visitor_seconds_since_order' => NULL, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visitor_count_visits' => 1, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visit_entry_idaction_name' => 316, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visit_entry_idaction_url' => 317, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visit_exit_idaction_name' => 316, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visit_exit_idaction_url' => 317, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visit_total_actions' => 1, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visit_total_interactions' => 1, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visit_total_searches' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'referer_keyword' => NULL, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'referer_name' => NULL, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'referer_type' => 1, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'referer_url' => '', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'location_browser_lang' => 'en-us', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_browser_engine' => 'WebKit', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_browser_name' => 'F1', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_browser_version' => '1.0', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_client_type' => 1, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_device_brand' => 'AP', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_device_model' => 'iPhone', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_device_type' => 1, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_os' => 'IOS', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_os_version' => '8.3', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visit_total_events' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visitor_localtime' => '08:03:29', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visitor_seconds_since_last' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_resolution' => 'unknown', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_cookie' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_flash' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_java' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_pdf' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_quicktime' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_realplayer' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_silverlight' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'config_windowsmedia' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'visit_total_time' => 0, DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'location_city' => 'Bengaluru', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'location_country' => 'in', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'location_latitude' => '12.972', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'location_longitude' => '77.594', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] 'location_region' => 'KA', DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] ) DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::recordLogs()... DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] Inserted new action: array ( DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] 'idvisit' => '224', DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] 'idsite' => 3, DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] 'idvisitor' => '91d5dc88d771372c', DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] 'idaction_url' => '317', DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] 'idaction_url_ref' => 0, DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] 'idaction_name_ref' => 0, DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] 'server_time' => '2023-06-10 08:03:29', DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] 'idpageview' => '8c12b4', DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] 'pageview_position' => 1, DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] 'time_spent_ref_action' => 0, DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] 'idaction_name' => '316', DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] 'idlink_va' => '404', DEBUG Actions[2023-06-10 08:03:30 UTC] [caa56] ) DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:30 UTC] [caa56] -> Scheduled Tasks: Starting... DEBUG Piwik\Plugin\Manager[2023-06-10 08:03:31 UTC] [3378129] Loaded plugins: CoreVue, CorePluginsAdmin, CoreAdminHome, CoreHome, WebsiteMeasurable, IntranetMeasurable, Diagnostics, CoreVisualizations, Proxy, API, Widgetize, Transitions, LanguagesManager, Actions, Dashboard, MultiSites, Referrers, UserLanguage, DevicesDetection, Goals, Ecommerce, SEO, Events, UserCountry, GeoIp2, VisitsSummary, VisitFrequency, VisitTime, VisitorInterest, RssWidget, Feedback, Monolog, Login, TwoFactorAuth, UsersManager, SitesManager, Installation, CoreUpdater, CoreConsole, ScheduledReports, UserCountryMap, Live, PrivacyManager, ImageGraph, Annotations, MobileMessaging, Overlay, SegmentEditor, Insights, Morpheus, Contents, BulkTracking, Resolution, DevicePlugins, Heartbeat, Intl, Marketplace, ProfessionalServices, UserId, CustomJsTracker, Tour, PagePerformance, CustomDimensions DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] 27 scheduled tasks loaded INFO CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Starting Scheduled tasks... DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Executing tasks with priority 0: DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Executing tasks with priority 1: DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Executing tasks with priority 2: DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Executing tasks with priority 3: DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Executing tasks with priority 4: DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Executing tasks with priority 5: DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Executing tasks with priority 6: DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Task Piwik\Plugins\CustomJsTracker\Tasks.updateTracker is scheduled to run again for 2023-06-10. INFO CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Scheduler: executing task Piwik\Plugins\CustomJsTracker\Tasks.updateTracker... INFO CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Scheduler: finished. Time elapsed: 0.002s DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Executing tasks with priority 7: DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Executing tasks with priority 8: DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Executing tasks with priority 9: DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Task Piwik\Plugins\PrivacyManager\Tasks.deleteLogData is scheduled to run again for 2023-06-10. INFO CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Scheduler: executing task Piwik\Plugins\PrivacyManager\Tasks.deleteLogData... INFO CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Scheduler: finished. Time elapsed: 0.005s DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Task Piwik\Plugins\PrivacyManager\Tasks.anonymizePastData is scheduled to run again for 2023-06-10. INFO CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Scheduler: executing task Piwik\Plugins\PrivacyManager\Tasks.anonymizePastData... INFO CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Scheduler: finished. Time elapsed: 0.001s DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Executing tasks with priority 10: DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Executing tasks with priority 11: DEBUG CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] Executing tasks with priority 12: INFO CoreAdminHome[2023-06-10 08:03:31 UTC] [3378129] done DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [caa56] task,output DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [caa56] Piwik\Plugins\CustomJsTracker\Tasks.updateTracker,Time elapsed: 0.002s DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [caa56] Piwik\Plugins\PrivacyManager\Tasks.deleteLogData,Time elapsed: 0.005s DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [caa56] Piwik\Plugins\PrivacyManager\Tasks.anonymizePastData,Time elapsed: 0.001s DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [caa56] Finished Scheduled Tasks. DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [caa56] Next run will be from: 2023-06-10 07:28:38 UTC DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [caa56] Nothing to notice => default behaviour DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [caa56] End of the page. DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [caa56] array ( DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [caa56] ) DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [caa56] DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] Debug enabled - Input parameters: array ( DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'idsite' => '3', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'rec' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'apiv' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'r' => '880873', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'cip' => '49.207.203.177', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'uid' => '2a756b0521cfc1ed', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] '_idts' => '1686384209', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] '_id' => '5dff9aeceb2eade1', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'url' => 'https://www.myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing%20dotrackevent%20in%20JS', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'urlref' => '', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'pv_id' => '8c12b4', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'e_c' => 'referenceCodeAction', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'e_a' => 'submitted', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'e_n' => 'referenceCodeVphpv1wITHlogs', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'e_v' => '2', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] 'token_auth' => '9a79a00f33e8fd738ff5327e2e1fe7c8', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] ) DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [963c9] Current datetime: 2023-06-10 08:03:31 DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::processRequestParams()... DEBUG CoreHome[2023-06-10 08:03:31 UTC] [963c9] token_auth is authenticated! DEBUG PrivacyManager[2023-06-10 08:03:31 UTC] [963c9] DoNotTrack support is not enabled, skip check DEBUG CoreHome[2023-06-10 08:03:31 UTC] [963c9] Visitor doesn't have the piwik cookie... DEBUG CoreHome[2023-06-10 08:03:31 UTC] [963c9] The visitor is known (idvisitor = 91d5dc88d771372c, DEBUG CoreHome[2023-06-10 08:03:31 UTC] [963c9] config_id = c6f5cca3f1ed0411, DEBUG CoreHome[2023-06-10 08:03:31 UTC] [963c9] last action = Thu, 01 Jan 1970 00:00:00 +0000, DEBUG CoreHome[2023-06-10 08:03:31 UTC] [963c9] first action = Thu, 01 Jan 1970 00:00:00 +0000) DEBUG CoreHome[2023-06-10 08:03:31 UTC] [963c9] The visit is part of an existing visit ( DEBUG CoreHome[2023-06-10 08:03:31 UTC] [963c9] idvisit = 224, DEBUG CoreHome[2023-06-10 08:03:31 UTC] [963c9] visit_goal_buyer' = 0) DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::processRequestParams()... DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] Encoding page URL query parameters to . DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] (this is not a Site Search request) DEBUG Events[2023-06-10 08:03:31 UTC] [963c9] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Events[2023-06-10 08:03:31 UTC] [963c9] Action is a EVENT, Action name = , Action URL = https://www.myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing%20dotrackevent%20in%20JS DEBUG Events[2023-06-10 08:03:31 UTC] [963c9] Event Value = 2 DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Following dimensions have been collected from plugins: idsite, profilable, user_id, visit_first_action_time, visit_first_action_time, visit_goal_buyer, visit_goal_converted, idvisit, location_ip, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visitor_seconds_since_first, visitor_seconds_since_order, config_id, idvisitor, visitor_returning, visitor_seconds_since_first, visitor_seconds_since_order, visitor_count_visits, visit_entry_idaction_name, visit_entry_idaction_url, visit_exit_idaction_name, visit_exit_idaction_url, visit_total_actions, visit_total_interactions, visit_total_searches, , referer_keyword, referer_name, referer_type, referer_url, , location_browser_lang, config_browser_engine, config_browser_name, config_browser_version, config_client_type, config_device_brand, config_device_model, config_device_type, config_os, config_os_version, visit_total_events, visitor_localtime, visitor_localtime, visitor_seconds_since_last, visitor_seconds_since_last, config_resolution, config_cookie, config_flash, config_java, config_pdf, config_quicktime, config_realplayer, config_silverlight, config_windowsmedia, , visit_total_time, location_city, location_country, location_latitude, location_longitude, location_region DEBUG Referrers[2023-06-10 08:03:31 UTC] [963c9] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::afterRequestProcessed()... DEBUG PrivacyManager[2023-06-10 08:03:31 UTC] [963c9] Visitor IP (was: 0.0.0.0) has been anonymized: 0.0.0.0 DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::afterRequestProcessed()... DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] idaction_event_action = submitted DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] idaction_event_category = referenceCodeAction DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] idaction_name = referenceCodeVphpv1wITHlogs DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] Recorded a new action (EVENT) in the lookup table: myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing%20dotrackevent%20in%20JS (idaction = 318) DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] Recorded a new action (EVENT_NAME) in the lookup table: referenceCodeVphpv1wITHlogs (idaction = 319) DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Visit is known (IP = 0.0.0.0) DEBUG Referrers[2023-06-10 08:03:31 UTC] [963c9] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:31 UTC] [963c9] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:31 UTC] [963c9] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:31 UTC] [963c9] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::recordLogs()... DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] Inserted new action: array ( DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'idvisit' => '224', DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'idsite' => 3, DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'idvisitor' => '91d5dc88d771372c', DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'idaction_url' => '318', DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'idaction_url_ref' => '317', DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'idaction_name_ref' => '316', DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'server_time' => '2023-06-10 08:03:31', DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'idpageview' => '8c12b4', DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'pageview_position' => 1, DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'time_spent_ref_action' => 2, DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'idaction_event_action' => '64', DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'idaction_event_category' => '268', DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'idaction_name' => '319', DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'custom_float' => '2', DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] 'idlink_va' => '405', DEBUG Actions[2023-06-10 08:03:31 UTC] [963c9] ) DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Updated existing visit: array ( DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] 'profilable' => 0, DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] 'visit_last_action_time' => '2023-06-10 08:03:31', DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] 'visitor_seconds_since_order' => NULL, DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] 'visit_total_actions' => 'visit_total_actions + 1', DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] 'visit_total_events' => 'visit_total_events + 1', DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] 'visit_total_time' => 3, DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] 'last_idlink_va' => '405', DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] ) DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] -> Scheduled tasks not triggered. DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Next run will be from: 2023-06-10 09:03:30 UTC DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] Nothing to notice => default behaviour DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] End of the page. DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] array ( DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] ) DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [963c9] DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] Debug enabled - Input parameters: array ( DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'idsite' => '3', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'rec' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'apiv' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'r' => '150838', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'cip' => '49.207.203.177', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'uid' => '2a756b0521cfc1ed', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] '_idts' => '1686384209', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] '_id' => '5dff9aeceb2eade1', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'url' => 'https://www.myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing%20dotrackevent%20in%20JS', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'urlref' => '', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'pv_id' => '8c12b4', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'e_c' => 'referenceCodeAction', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'e_a' => 'validated', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'e_n' => 'referenceCodeVphpv1wITHlogs', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'e_v' => '2', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] 'token_auth' => '9a79a00f33e8fd738ff5327e2e1fe7c8', DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] ) DEBUG Piwik\Tracker[2023-06-10 08:03:31 UTC] [40fd0] Current datetime: 2023-06-10 08:03:31 DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [40fd0] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [40fd0] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [40fd0] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [40fd0] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [40fd0] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [40fd0] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [40fd0] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [40fd0] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [40fd0] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [40fd0] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:31 UTC] [40fd0] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::processRequestParams()... DEBUG CoreHome[2023-06-10 08:03:31 UTC] [40fd0] token_auth is authenticated! DEBUG PrivacyManager[2023-06-10 08:03:32 UTC] [40fd0] DoNotTrack support is not enabled, skip check DEBUG CoreHome[2023-06-10 08:03:32 UTC] [40fd0] Visitor doesn't have the piwik cookie... DEBUG CoreHome[2023-06-10 08:03:32 UTC] [40fd0] The visitor is known (idvisitor = 91d5dc88d771372c, DEBUG CoreHome[2023-06-10 08:03:32 UTC] [40fd0] config_id = c6f5cca3f1ed0411, DEBUG CoreHome[2023-06-10 08:03:32 UTC] [40fd0] last action = Thu, 01 Jan 1970 00:00:00 +0000, DEBUG CoreHome[2023-06-10 08:03:32 UTC] [40fd0] first action = Thu, 01 Jan 1970 00:00:00 +0000) DEBUG CoreHome[2023-06-10 08:03:32 UTC] [40fd0] The visit is part of an existing visit ( DEBUG CoreHome[2023-06-10 08:03:32 UTC] [40fd0] idvisit = 224, DEBUG CoreHome[2023-06-10 08:03:32 UTC] [40fd0] visit_goal_buyer' = 0) DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::processRequestParams()... DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] Encoding page URL query parameters to . DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] (this is not a Site Search request) DEBUG Events[2023-06-10 08:03:32 UTC] [40fd0] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Events[2023-06-10 08:03:32 UTC] [40fd0] Action is a EVENT, Action name = , Action URL = https://www.myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing%20dotrackevent%20in%20JS DEBUG Events[2023-06-10 08:03:32 UTC] [40fd0] Event Value = 2 DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Following dimensions have been collected from plugins: idsite, profilable, user_id, visit_first_action_time, visit_first_action_time, visit_goal_buyer, visit_goal_converted, idvisit, location_ip, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visitor_seconds_since_first, visitor_seconds_since_order, config_id, idvisitor, visitor_returning, visitor_seconds_since_first, visitor_seconds_since_order, visitor_count_visits, visit_entry_idaction_name, visit_entry_idaction_url, visit_exit_idaction_name, visit_exit_idaction_url, visit_total_actions, visit_total_interactions, visit_total_searches, , referer_keyword, referer_name, referer_type, referer_url, , location_browser_lang, config_browser_engine, config_browser_name, config_browser_version, config_client_type, config_device_brand, config_device_model, config_device_type, config_os, config_os_version, visit_total_events, visitor_localtime, visitor_localtime, visitor_seconds_since_last, visitor_seconds_since_last, config_resolution, config_cookie, config_flash, config_java, config_pdf, config_quicktime, config_realplayer, config_silverlight, config_windowsmedia, , visit_total_time, location_city, location_country, location_latitude, location_longitude, location_region DEBUG Referrers[2023-06-10 08:03:32 UTC] [40fd0] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::afterRequestProcessed()... DEBUG PrivacyManager[2023-06-10 08:03:32 UTC] [40fd0] Visitor IP (was: 0.0.0.0) has been anonymized: 0.0.0.0 DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::afterRequestProcessed()... DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] idaction_event_action = validated DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] idaction_event_category = referenceCodeAction DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] idaction_name = referenceCodeVphpv1wITHlogs DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Visit is known (IP = 0.0.0.0) DEBUG Referrers[2023-06-10 08:03:32 UTC] [40fd0] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:32 UTC] [40fd0] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:32 UTC] [40fd0] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:32 UTC] [40fd0] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::recordLogs()... DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] Inserted new action: array ( DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'idvisit' => '224', DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'idsite' => 3, DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'idvisitor' => '91d5dc88d771372c', DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'idaction_url' => '318', DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'idaction_url_ref' => '317', DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'idaction_name_ref' => '316', DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'server_time' => '2023-06-10 08:03:31', DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'idpageview' => '8c12b4', DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'pageview_position' => 1, DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'time_spent_ref_action' => 0, DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'idaction_event_action' => '302', DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'idaction_event_category' => '268', DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'idaction_name' => '319', DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'custom_float' => '2', DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] 'idlink_va' => '406', DEBUG Actions[2023-06-10 08:03:32 UTC] [40fd0] ) DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Updated existing visit: array ( DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] 'profilable' => 0, DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] 'visitor_seconds_since_order' => NULL, DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] 'visit_total_actions' => 'visit_total_actions + 1', DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] 'visit_total_events' => 'visit_total_events + 1', DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] 'last_idlink_va' => '406', DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] ) DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] -> Scheduled tasks not triggered. DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Next run will be from: 2023-06-10 09:03:30 UTC DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] Nothing to notice => default behaviour DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] End of the page. DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] array ( DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] ) DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [40fd0] DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] Debug enabled - Input parameters: array ( DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'idsite' => '3', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'rec' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'apiv' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'r' => '345718', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'cip' => '49.207.203.177', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'uid' => '2a756b0521cfc1ed', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] '_idts' => '1686384209', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] '_id' => '5dff9aeceb2eade1', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'url' => 'https://www.myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing%20dotrackevent%20in%20JS', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'urlref' => '', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'pv_id' => '8c12b4', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'e_c' => 'referenceCodeAction', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'e_a' => 'submitted', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'e_n' => 'referenceCodeVVphpv1wITHlogs', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'e_v' => '2', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] 'token_auth' => '9a79a00f33e8fd738ff5327e2e1fe7c8', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] ) DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [ee5ab] Current datetime: 2023-06-10 08:03:32 DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::processRequestParams()... DEBUG CoreHome[2023-06-10 08:03:32 UTC] [ee5ab] token_auth is authenticated! DEBUG PrivacyManager[2023-06-10 08:03:32 UTC] [ee5ab] DoNotTrack support is not enabled, skip check DEBUG CoreHome[2023-06-10 08:03:32 UTC] [ee5ab] Visitor doesn't have the piwik cookie... DEBUG CoreHome[2023-06-10 08:03:32 UTC] [ee5ab] The visitor is known (idvisitor = 91d5dc88d771372c, DEBUG CoreHome[2023-06-10 08:03:32 UTC] [ee5ab] config_id = c6f5cca3f1ed0411, DEBUG CoreHome[2023-06-10 08:03:32 UTC] [ee5ab] last action = Thu, 01 Jan 1970 00:00:00 +0000, DEBUG CoreHome[2023-06-10 08:03:32 UTC] [ee5ab] first action = Thu, 01 Jan 1970 00:00:00 +0000) DEBUG CoreHome[2023-06-10 08:03:32 UTC] [ee5ab] The visit is part of an existing visit ( DEBUG CoreHome[2023-06-10 08:03:32 UTC] [ee5ab] idvisit = 224, DEBUG CoreHome[2023-06-10 08:03:32 UTC] [ee5ab] visit_goal_buyer' = 0) DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::processRequestParams()... DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] Encoding page URL query parameters to . DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] (this is not a Site Search request) DEBUG Events[2023-06-10 08:03:32 UTC] [ee5ab] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Events[2023-06-10 08:03:32 UTC] [ee5ab] Action is a EVENT, Action name = , Action URL = https://www.myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing%20dotrackevent%20in%20JS DEBUG Events[2023-06-10 08:03:32 UTC] [ee5ab] Event Value = 2 DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Following dimensions have been collected from plugins: idsite, profilable, user_id, visit_first_action_time, visit_first_action_time, visit_goal_buyer, visit_goal_converted, idvisit, location_ip, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visitor_seconds_since_first, visitor_seconds_since_order, config_id, idvisitor, visitor_returning, visitor_seconds_since_first, visitor_seconds_since_order, visitor_count_visits, visit_entry_idaction_name, visit_entry_idaction_url, visit_exit_idaction_name, visit_exit_idaction_url, visit_total_actions, visit_total_interactions, visit_total_searches, , referer_keyword, referer_name, referer_type, referer_url, , location_browser_lang, config_browser_engine, config_browser_name, config_browser_version, config_client_type, config_device_brand, config_device_model, config_device_type, config_os, config_os_version, visit_total_events, visitor_localtime, visitor_localtime, visitor_seconds_since_last, visitor_seconds_since_last, config_resolution, config_cookie, config_flash, config_java, config_pdf, config_quicktime, config_realplayer, config_silverlight, config_windowsmedia, , visit_total_time, location_city, location_country, location_latitude, location_longitude, location_region DEBUG Referrers[2023-06-10 08:03:32 UTC] [ee5ab] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::afterRequestProcessed()... DEBUG PrivacyManager[2023-06-10 08:03:32 UTC] [ee5ab] Visitor IP (was: 0.0.0.0) has been anonymized: 0.0.0.0 DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::afterRequestProcessed()... DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] idaction_event_action = submitted DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] idaction_event_category = referenceCodeAction DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] idaction_name = referenceCodeVVphpv1wITHlogs DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] Recorded a new action (EVENT_NAME) in the lookup table: referenceCodeVVphpv1wITHlogs (idaction = 320) DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Visit is known (IP = 0.0.0.0) DEBUG Referrers[2023-06-10 08:03:32 UTC] [ee5ab] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:32 UTC] [ee5ab] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:32 UTC] [ee5ab] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:32 UTC] [ee5ab] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::recordLogs()... DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] Inserted new action: array ( DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'idvisit' => '224', DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'idsite' => 3, DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'idvisitor' => '91d5dc88d771372c', DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'idaction_url' => '318', DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'idaction_url_ref' => '317', DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'idaction_name_ref' => '316', DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'server_time' => '2023-06-10 08:03:32', DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'idpageview' => '8c12b4', DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'pageview_position' => 1, DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'time_spent_ref_action' => 1, DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'idaction_event_action' => '64', DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'idaction_event_category' => '268', DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'idaction_name' => '320', DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'custom_float' => '2', DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] 'idlink_va' => '407', DEBUG Actions[2023-06-10 08:03:32 UTC] [ee5ab] ) DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Updated existing visit: array ( DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] 'profilable' => 0, DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] 'visit_last_action_time' => '2023-06-10 08:03:32', DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] 'visitor_seconds_since_order' => NULL, DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] 'visit_total_actions' => 'visit_total_actions + 1', DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] 'visit_total_events' => 'visit_total_events + 1', DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] 'visit_total_time' => 4, DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] 'last_idlink_va' => '407', DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] ) DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] -> Scheduled tasks not triggered. DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Next run will be from: 2023-06-10 09:03:30 UTC DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] Nothing to notice => default behaviour DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] End of the page. DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] array ( DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] ) DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [ee5ab] DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] Debug enabled - Input parameters: array ( DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'idsite' => '3', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'rec' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'apiv' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'r' => '541245', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'cip' => '49.207.203.177', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'uid' => '2a756b0521cfc1ed', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] '_idts' => '1686384209', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] '_id' => '5dff9aeceb2eade1', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'url' => 'https://www.myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing%20dotrackevent%20in%20JS', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'urlref' => '', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'pv_id' => '8c12b4', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'e_c' => 'referenceCodeAction', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'e_a' => 'errored', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'e_n' => 'referenceCodeVVphpv1wITHlogs', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'e_v' => '2', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] 'token_auth' => '9a79a00f33e8fd738ff5327e2e1fe7c8', DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] ) DEBUG Piwik\Tracker[2023-06-10 08:03:32 UTC] [f8b94] Current datetime: 2023-06-10 08:03:32 DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::processRequestParams()... DEBUG CoreHome[2023-06-10 08:03:32 UTC] [f8b94] token_auth is authenticated! DEBUG PrivacyManager[2023-06-10 08:03:32 UTC] [f8b94] DoNotTrack support is not enabled, skip check DEBUG CoreHome[2023-06-10 08:03:32 UTC] [f8b94] Visitor doesn't have the piwik cookie... DEBUG CoreHome[2023-06-10 08:03:32 UTC] [f8b94] The visitor is known (idvisitor = 91d5dc88d771372c, DEBUG CoreHome[2023-06-10 08:03:32 UTC] [f8b94] config_id = c6f5cca3f1ed0411, DEBUG CoreHome[2023-06-10 08:03:32 UTC] [f8b94] last action = Thu, 01 Jan 1970 00:00:00 +0000, DEBUG CoreHome[2023-06-10 08:03:32 UTC] [f8b94] first action = Thu, 01 Jan 1970 00:00:00 +0000) DEBUG CoreHome[2023-06-10 08:03:32 UTC] [f8b94] The visit is part of an existing visit ( DEBUG CoreHome[2023-06-10 08:03:32 UTC] [f8b94] idvisit = 224, DEBUG CoreHome[2023-06-10 08:03:32 UTC] [f8b94] visit_goal_buyer' = 0) DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::processRequestParams()... DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] Encoding page URL query parameters to . DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] (this is not a Site Search request) DEBUG Events[2023-06-10 08:03:32 UTC] [f8b94] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Events[2023-06-10 08:03:32 UTC] [f8b94] Action is a EVENT, Action name = , Action URL = https://www.myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing%20dotrackevent%20in%20JS DEBUG Events[2023-06-10 08:03:32 UTC] [f8b94] Event Value = 2 DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Following dimensions have been collected from plugins: idsite, profilable, user_id, visit_first_action_time, visit_first_action_time, visit_goal_buyer, visit_goal_converted, idvisit, location_ip, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visitor_seconds_since_first, visitor_seconds_since_order, config_id, idvisitor, visitor_returning, visitor_seconds_since_first, visitor_seconds_since_order, visitor_count_visits, visit_entry_idaction_name, visit_entry_idaction_url, visit_exit_idaction_name, visit_exit_idaction_url, visit_total_actions, visit_total_interactions, visit_total_searches, , referer_keyword, referer_name, referer_type, referer_url, , location_browser_lang, config_browser_engine, config_browser_name, config_browser_version, config_client_type, config_device_brand, config_device_model, config_device_type, config_os, config_os_version, visit_total_events, visitor_localtime, visitor_localtime, visitor_seconds_since_last, visitor_seconds_since_last, config_resolution, config_cookie, config_flash, config_java, config_pdf, config_quicktime, config_realplayer, config_silverlight, config_windowsmedia, , visit_total_time, location_city, location_country, location_latitude, location_longitude, location_region DEBUG Referrers[2023-06-10 08:03:32 UTC] [f8b94] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::afterRequestProcessed()... DEBUG PrivacyManager[2023-06-10 08:03:32 UTC] [f8b94] Visitor IP (was: 0.0.0.0) has been anonymized: 0.0.0.0 DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::afterRequestProcessed()... DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] idaction_event_action = errored DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] idaction_event_category = referenceCodeAction DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] idaction_name = referenceCodeVVphpv1wITHlogs DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Visit is known (IP = 0.0.0.0) DEBUG Referrers[2023-06-10 08:03:32 UTC] [f8b94] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:32 UTC] [f8b94] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:32 UTC] [f8b94] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:32 UTC] [f8b94] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::recordLogs()... DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] Inserted new action: array ( DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'idvisit' => '224', DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'idsite' => 3, DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'idvisitor' => '91d5dc88d771372c', DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'idaction_url' => '318', DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'idaction_url_ref' => '317', DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'idaction_name_ref' => '316', DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'server_time' => '2023-06-10 08:03:32', DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'idpageview' => '8c12b4', DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'pageview_position' => 1, DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'time_spent_ref_action' => 0, DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'idaction_event_action' => '304', DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'idaction_event_category' => '268', DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'idaction_name' => '320', DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'custom_float' => '2', DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] 'idlink_va' => '408', DEBUG Actions[2023-06-10 08:03:32 UTC] [f8b94] ) DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Updated existing visit: array ( DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] 'profilable' => 0, DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] 'visitor_seconds_since_order' => NULL, DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] 'visit_total_actions' => 'visit_total_actions + 1', DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] 'visit_total_events' => 'visit_total_events + 1', DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] 'last_idlink_va' => '408', DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] ) DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] -> Scheduled tasks not triggered. DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Next run will be from: 2023-06-10 09:03:30 UTC DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] Nothing to notice => default behaviour DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] End of the page. DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] array ( DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] ) DEBUG Piwik\Common[2023-06-10 08:03:32 UTC] [f8b94] DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] Debug enabled - Input parameters: array ( DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'action_name' => '/TESTS/matomo/combinedJSAndPHP1.php', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'idsite' => '3', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'rec' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'r' => '867555', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'h' => '13', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'm' => '33', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 's' => '32', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'url' => 'https://www.myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing dotrackevent in JS', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'uid' => '2a756b0521cfc1ed', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] '_id' => '5dff9aeceb2eade1', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] '_idn' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'send_image' => '0', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] '_refts' => '0', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'pdf' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'qt' => '0', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'realp' => '0', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'wma' => '0', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'fla' => '0', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'java' => '0', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'ag' => '0', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'cookie' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'res' => '1536x864', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'pv_id' => 'kOM8s3', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'pf_net' => '87', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'pf_srv' => '2436', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'pf_tfr' => '1', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'pf_dm1' => '365', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] 'uadata' => '{"fullVersionList":[],"mobile":false,"model":"","platform":"","platformVersion":""}', DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] ) DEBUG Piwik\Tracker[2023-06-10 08:03:33 UTC] [5a87d] Current datetime: 2023-06-10 08:03:33 DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::manipulateRequest()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::processRequestParams()... DEBUG PrivacyManager[2023-06-10 08:03:33 UTC] [5a87d] DoNotTrack support is not enabled, skip check DEBUG CoreHome[2023-06-10 08:03:33 UTC] [5a87d] Visitor doesn't have the piwik cookie... DEBUG CoreHome[2023-06-10 08:03:33 UTC] [5a87d] The visitor was not matched with an existing visitor... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::processRequestParams()... DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] Encoding page URL query parameters to . DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] (this is not a Site Search request) DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] Action is a PAGE_URL, Action name = /TESTS/matomo/combinedJSAndPHP1.php, Action URL = https://www.myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing dotrackevent in JS DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::processRequestParams()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::afterRequestProcessed()... DEBUG PrivacyManager[2023-06-10 08:03:33 UTC] [5a87d] Visitor IP (was: 49.207.203.177) has been anonymized: 0.0.0.0 DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::afterRequestProcessed()... DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] Recorded a new action (PAGE_URL) in the lookup table: myDomain.com/TESTS/matomo/combinedJSAndPHP1.php?version=phpv1wITHlogs&Remarks=Testing dotrackevent in JS (idaction = 321) DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::afterRequestProcessed()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] New Visit (IP = 0.0.0.0) DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Following dimensions have been collected from plugins: idsite, profilable, user_id, visit_first_action_time, visit_first_action_time, visit_goal_buyer, visit_goal_converted, idvisit, location_ip, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visit_last_action_time, visitor_seconds_since_first, visitor_seconds_since_order, config_id, idvisitor, visitor_returning, visitor_seconds_since_first, visitor_seconds_since_order, visitor_count_visits, visit_entry_idaction_name, visit_entry_idaction_url, visit_exit_idaction_name, visit_exit_idaction_url, visit_total_actions, visit_total_interactions, visit_total_searches, , referer_keyword, referer_name, referer_type, referer_url, , location_browser_lang, config_browser_engine, config_browser_name, config_browser_version, config_client_type, config_device_brand, config_device_model, config_device_type, config_os, config_os_version, visit_total_events, visitor_localtime, visitor_localtime, visitor_seconds_since_last, visitor_seconds_since_last, config_resolution, config_cookie, config_flash, config_java, config_pdf, config_quicktime, config_realplayer, config_silverlight, config_windowsmedia, , visit_total_time, location_city, location_country, location_latitude, location_longitude, location_region DEBUG Referrers[2023-06-10 08:03:33 UTC] [5a87d] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:33 UTC] [5a87d] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:33 UTC] [5a87d] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG Referrers[2023-06-10 08:03:33 UTC] [5a87d] Excluding parameters "ignore_referrer,ignore_referer,gclid,fbclid,msclkid,yclid,fb_xd_fragment,fb_comment_id,phpsessid,jsessionid,sessionid,aspsessionid,doing_wp_cron,sid,pk_vid,pk_cpn,pk_campaign,piwik_campaign,mtm_campaign,matomo_campaign,utm_campaign,utm_source,utm_medium,pk_kwd,pk_keyword,piwik_kwd,mtm_kwd,mtm_keyword,matomo_kwd,utm_term" from URL DEBUG UserCountry[2023-06-10 08:03:33 UTC] [5a87d] GEO: Found IP 49.207.203.177 location (provider 'geoip2php'): array ( DEBUG UserCountry[2023-06-10 08:03:33 UTC] [5a87d] 'continent_name' => 'Asia', DEBUG UserCountry[2023-06-10 08:03:33 UTC] [5a87d] 'continent_code' => 'AS', DEBUG UserCountry[2023-06-10 08:03:33 UTC] [5a87d] 'country_code' => 'IN', DEBUG UserCountry[2023-06-10 08:03:33 UTC] [5a87d] 'country_name' => 'India', DEBUG UserCountry[2023-06-10 08:03:33 UTC] [5a87d] 'city_name' => 'Bengaluru', DEBUG UserCountry[2023-06-10 08:03:33 UTC] [5a87d] 'lat' => 12.972, DEBUG UserCountry[2023-06-10 08:03:33 UTC] [5a87d] 'long' => 77.594, DEBUG UserCountry[2023-06-10 08:03:33 UTC] [5a87d] 'postal_code' => NULL, DEBUG UserCountry[2023-06-10 08:03:33 UTC] [5a87d] 'region_code' => 'KA', DEBUG UserCountry[2023-06-10 08:03:33 UTC] [5a87d] 'region_name' => 'Karnataka', DEBUG UserCountry[2023-06-10 08:03:33 UTC] [5a87d] ) DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] array ( DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'idvisitor' => 'bef395150694378e', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_id' => '681ed7bbae0a36f0', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'location_ip' => '0.0.0.0', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'idsite' => 3, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'profilable' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'user_id' => '2a756b0521cfc1ed', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visit_first_action_time' => '2023-06-10 08:03:33', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visit_goal_buyer' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visit_goal_converted' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visit_last_action_time' => '2023-06-10 08:03:33', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visitor_returning' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visitor_seconds_since_first' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visitor_seconds_since_order' => NULL, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visitor_count_visits' => 1, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visit_entry_idaction_name' => 165, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visit_entry_idaction_url' => 321, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visit_exit_idaction_name' => 165, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visit_exit_idaction_url' => 321, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visit_total_actions' => 1, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visit_total_interactions' => 1, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visit_total_searches' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'referer_keyword' => NULL, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'referer_name' => NULL, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'referer_type' => 1, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'referer_url' => '', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'location_browser_lang' => 'en-us', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_browser_engine' => 'WebKit', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_browser_name' => 'F1', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_browser_version' => '1.0', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_client_type' => 1, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_device_brand' => 'AP', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_device_model' => 'iPhone', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_device_type' => 1, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_os' => 'IOS', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_os_version' => '8.3', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visit_total_events' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visitor_localtime' => '13:33:32', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visitor_seconds_since_last' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_resolution' => '1536x864', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_cookie' => 1, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_flash' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_java' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_pdf' => 1, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_quicktime' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_realplayer' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_silverlight' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'config_windowsmedia' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'visit_total_time' => 0, DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'location_city' => 'Bengaluru', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'location_country' => 'in', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'location_latitude' => '12.972', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'location_longitude' => '77.594', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'location_region' => 'KA', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] ) DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::recordLogs()... DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] Inserted new action: array ( DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'idvisit' => '225', DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'idsite' => 3, DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'idvisitor' => 'bef395150694378e', DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'idaction_url' => '321', DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'idaction_url_ref' => 0, DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'idaction_name_ref' => 0, DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'server_time' => '2023-06-10 08:03:33', DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'idpageview' => 'kOM8s3', DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'pageview_position' => 1, DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'time_spent_ref_action' => 0, DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'time_dom_processing' => 365, DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'time_network' => 87, DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'time_server' => 2436, DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'time_transfer' => 1, DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'idaction_name' => '165', DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] 'idlink_va' => '409', DEBUG Actions[2023-06-10 08:03:33 UTC] [5a87d] ) DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::recordLogs()... DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] -> Scheduled tasks not triggered. DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Next run will be from: 2023-06-10 09:03:30 UTC DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] Nothing to notice => default behaviour DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] End of the page. DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] array ( DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'myDomainRef' => '2a756b0521cfc1ed', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] 'themyDomainSession' => '6ff9cf9f8eddbdb36b74b778e34a66ad', DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d] ) DEBUG Piwik\Common[2023-06-10 08:03:33 UTC] [5a87d]

bx80 commented 1 year ago

Hi @itscvenk, thanks for raising this issue.

I'm not familiar with the problems of running both the JavaScript and PHP tracker together, I don't think it's a common approach.

You could try enabling the trust_visitor_cookies setting

[Tracker]
trust_visitors_cookies = 1

which might prevent the JavaScript tracker using a new visitor ID and removing the existing cookie.

michalkleiner commented 11 months ago

Hi @itscvenk, could you let us know if the suggestion above re. the trust visitor cookies setting helped? If you think this is still an issue, can you please provide clear replication steps? If there's no further activity on the issue we will close it in a few weeks.

itscvenk commented 11 months ago

I switched to http api to have full control. I don't have time to test above issue, sorry. So closing this for now