Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

The returned Visitor ID from the javascript tracker differs from what is saved in the db. #18941

Open
jonathonbyrdziak opened this issue Mar 14, 2022 · 8 comments
Labels
Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced.

Comments

@jonathonbyrdziak
Copy link

I understand that the data FORMAT is different, that's not my issue.

I'm using console.log as follows:

console.log( tracker.getVisitorId() );

which produces the following value:

 d4d9791c9fb904aa

Yet, in my database the following visitorId is being stored for the same visit.

6c5425eaf978227b

These two values are making it impossible for me to enhance Matomo with my own plugin data.

Expected Behavior

I would expect that the system would give me the same visitor id in the javascript tracker as would be saved in the db.

Current Behavior

Possible Solution

Steps to Reproduce (for Bugs)

Context

Your Environment

  • Matomo Version:
  • PHP Version:
  • Server Operating System:
  • Additionally installed plugins:
  • Browser:
  • Operating System:
@jonathonbyrdziak jonathonbyrdziak added the Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. label Mar 14, 2022
@sgiehl
Copy link
Member

sgiehl commented Mar 15, 2022

@jonathonbyrdziak Are you maybe using the javascript tracking with cookies disabled?

@jonathonbyrdziak
Copy link
Author

I believe that I am using cookies.

trust_visitors_cookies = 1
enable_fingerprinting_across_websites = 1
use_third_party_id_cookie = 1

enable_userid_overwrites_visitorid = 1

@jonathonbyrdziak
Copy link
Author

Yea, I'm definitely using cookies.

image

This is the same ID that the Matomo.tracker is returning

image

But this visitor ID is not to be found anywhere.

image

No matter how much searching around in the tracker I do, I definitely get the same visitorid

image

In the dashboard visitor log I've found my visit and it contains a much different visitor id

image

@jonathonbyrdziak
Copy link
Author

Investigating the problem further and I've found that the js tracker is sending the appropriate visitor to matomo.php

https://localhost/matomo.php?idsite=12&rec=1&r=594099&h=11&m=25&s=57&_id=08c6f42bd5728f2b&_idn=0&_refts=0&send_image=0&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=1440x900&pv_id=0MaGfq&pf_net=0&pf_srv=10021&pf_tfr=0

@jonathonbyrdziak
Copy link
Author

here's the debug report for the tracker.

head -n150 matomo.log 
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] Debug enabled - Input parameters: array (
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'action_name' => '',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'idsite' => '12',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'rec' => '1',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'r' => '594099',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'h' => '11',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'm' => '25',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 's' => '57',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'url' => 'https://localhost/?jonathon=byrdziak&al_pg_id=9cefa184-78b6-4d03-9564-a93e76bfe530',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] '_id' => '08c6f42bd5728f2b',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] '_idn' => '0',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] '_refts' => '0',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'send_image' => '0',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'pdf' => '1',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'qt' => '0',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'realp' => '0',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'wma' => '0',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'fla' => '0',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'java' => '0',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'ag' => '0',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'cookie' => '1',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'res' => '1440x900',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'pv_id' => '0MaGfq',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'pf_net' => '0',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'pf_srv' => '10021',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'pf_tfr' => '0',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] 'debug' => '1',
DEBUG Piwik\Tracker[2022-03-18 19:27:57 UTC] [85be0] )
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] Piwik\Cookie::__set_state(array(
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'name' => '_pk_uid',
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'expire' => 1681586877,
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'path' => '',
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'domain' => '',
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'secure' => false,
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'httponly' => false,
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'value' =>
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] array (
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] ),
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'keyStore' => false,
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] ))
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] Piwik\Cookie::__set_state(array(
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'name' => '_pk_uid',
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'expire' => 1681586877,
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'path' => '',
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'domain' => '',
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'secure' => false,
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'httponly' => false,
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'value' =>
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] array (
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] ),
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'keyStore' => false,
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] ))
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] Piwik\Cookie::__set_state(array(
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'name' => '_pk_uid',
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'expire' => 1681586877,
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'path' => '',
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'domain' => '',
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'secure' => false,
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'httponly' => false,
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'value' =>
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] array (
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] ),
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] 'keyStore' => false,
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] ))
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] We set the visitor ID to 08c6f42bd5728f2b in the 3rd party cookie...
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] Nothing to notice => default behaviour
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] End of the page.
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] array (
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] )
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0]
DEBUG QueuedTracking[2022-03-18 19:27:57 UTC] [85be0] We are going to process the queue

I checked the cookie for the website and it has 08c6f42bd5728f2b set against the website's domain/cookie. The matomo domain cookie has a different value, which is from the response to matomo.php.

I'm noticing in this debug report that while the cookie seems to get updated, no value is specified. don't know what that means...

@jonathonbyrdziak
Copy link
Author

I used the querystring to disable the queued tracking that I had turned on, &queuedtracking=0. Upon producing the following debug report, I noticed that it clearly states the idvisitor as being correct and stored in the db.

So I check the db and was able to successfully find my visit. I'm going to disable queued tracking site wide and retest to see if that solves my problem. Here's the debug report.

DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] Debug enabled - Input parameters: array (
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'action_name' => '',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'idsite' => '12',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'rec' => '1',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'r' => '594099',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'h' => '11',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'm' => '25',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 's' => '57',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'url' => 'https://localhost.com/?jonathon=byrdziak&al_pg_id=9cefa184-78b6-4d03-9564-a93e76bfe530',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] '_id' => '08c6f42bd5728f2b',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] '_idn' => '0',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] '_refts' => '0',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'send_image' => '0',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'pdf' => '1',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'qt' => '0',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'realp' => '0',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'wma' => '0',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'fla' => '0',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'java' => '0',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'ag' => '0',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'cookie' => '1',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'res' => '1440x900',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'pv_id' => '0MaGfq',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'pf_net' => '0',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'pf_srv' => '10021',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'pf_tfr' => '0',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'debug' => '1',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] 'queuedtracking' => '0',
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] )
DEBUG Piwik\Tracker[2022-03-18 20:22:52 UTC] [93b4a] Current datetime: 2022-03-18 20:22:52



DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::manipulateRequest()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::manipulateRequest()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::manipulateRequest()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::manipulateRequest()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::manipulateRequest()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::manipulateRequest()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::manipulateRequest()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::manipulateRequest()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::manipulateRequest()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::manipulateRequest()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\CustomVariables\Tracker\CustomVariablesRequestProcessor::manipulateRequest()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\MarketingCampaignsReporting\Tracker\RequestProcessor::manipulateRequest()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\TrackingSpamPrevention\Tracker\RequestProcessor::manipulateRequest()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::processRequestParams()...


DEBUG PrivacyManager[2022-03-18 20:22:52 UTC] [93b4a] DoNotTrack support is not enabled, skip check
DEBUG UserCountry[2022-03-18 20:22:52 UTC] [93b4a] GEO: no current location provider sent, falling back to default 'default' one.
DEBUG UserCountry[2022-03-18 20:22:52 UTC] [93b4a] GEO: Found IP 127.0.0.1 location (provider 'default'): array (
DEBUG UserCountry[2022-03-18 20:22:52 UTC] [93b4a] 'country_code' => 'xx',
DEBUG UserCountry[2022-03-18 20:22:52 UTC] [93b4a] 'continent_code' => 'unk',
DEBUG UserCountry[2022-03-18 20:22:52 UTC] [93b4a] 'continent_name' => 'Unknown',
DEBUG UserCountry[2022-03-18 20:22:52 UTC] [93b4a] 'country_name' => 'Unknown',
DEBUG UserCountry[2022-03-18 20:22:52 UTC] [93b4a] )


DEBUG TrackingSpamPrevention[2022-03-18 20:22:52 UTC] [93b4a] Excluding visit as Server Side Library detected
^^^ I disabled this forcefully while testing =================================================

DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] Piwik\Cookie::__set_state(array(
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'name' => '_pk_uid',
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'expire' => 1681590172,
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'path' => '',
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'domain' => '',
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'secure' => false,
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'httponly' => false,
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'value' =>
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] array (
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] ),
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'keyStore' => false,
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] ))
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] Matching visitors with: visitorId=08c6f42bd5728f2b OR configId=607e523d8010c667
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] The visitor was not matched with an existing visitor...


DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::processRequestParams()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::processRequestParams()...
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] Encoding page URL query parameters to .
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] (this is not a Site Search request)
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] Excluding parameters "gclid,fbclid,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,mtmPreviewMode,mtmSetDebugFlag,mtm_campaign,matomo_campaign,mtm_cpn,pk_campaign,piwik_campaign,pk_cpn,utm_campaign,mtm_keyword,matomo_kwd,mtm_kwd,pk_keyword,piwik_kwd,pk_kwd,utm_term,mtm_source,pk_source,utm_source,mtm_medium,pk_medium,utm_medium,mtm_content,pk_content,utm_content,mtm_cid,pk_cid,utm_id,mtm_group,pk_group,mtm_placement,pk_placement" from URL
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] Action is a PAGE_URL, Action name = , Action URL = https://localhost.com/?jonathon=byrdziak&al_pg_id=9cefa184-78b6-4d03-9564-a93e76bfe530

DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::processRequestParams()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::processRequestParams()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::processRequestParams()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::processRequestParams()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::processRequestParams()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::processRequestParams()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::processRequestParams()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\CustomVariables\Tracker\CustomVariablesRequestProcessor::processRequestParams()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\MarketingCampaignsReporting\Tracker\RequestProcessor::processRequestParams()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\TrackingSpamPrevention\Tracker\RequestProcessor::processRequestParams()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::afterRequestProcessed()...

DEBUG PrivacyManager[2022-03-18 20:22:52 UTC] [93b4a] Visitor IP was _not_ anonymized: 127.0.0.1

DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::afterRequestProcessed()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::afterRequestProcessed()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::afterRequestProcessed()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::afterRequestProcessed()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::afterRequestProcessed()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::afterRequestProcessed()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::afterRequestProcessed()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::afterRequestProcessed()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::afterRequestProcessed()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\CustomVariables\Tracker\CustomVariablesRequestProcessor::afterRequestProcessed()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\MarketingCampaignsReporting\Tracker\RequestProcessor::afterRequestProcessed()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\TrackingSpamPrevention\Tracker\RequestProcessor::afterRequestProcessed()...

DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] New Visit (IP = 127.0.0.1)

DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 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, campaign_content, campaign_group, campaign_id, campaign_keyword, campaign_medium, campaign_name, campaign_placement, campaign_source, location_provider

DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] Piwik\Cookie::__set_state(array(
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'name' => '_pk_uid',
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'expire' => 1681590172,
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'path' => '',
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'domain' => '',
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'secure' => false,
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'httponly' => false,
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'value' =>
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] array (
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] ),
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] 'keyStore' => false,
DEBUG CoreHome[2022-03-18 20:22:52 UTC] [93b4a] ))

DEBUG Referrers[2022-03-18 20:22:52 UTC] [93b4a] Excluding parameters "gclid,fbclid,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,mtmPreviewMode,mtmSetDebugFlag,mtm_campaign,matomo_campaign,mtm_cpn,pk_campaign,piwik_campaign,pk_cpn,utm_campaign,mtm_keyword,matomo_kwd,mtm_kwd,pk_keyword,piwik_kwd,pk_kwd,utm_term,mtm_source,pk_source,utm_source,mtm_medium,pk_medium,utm_medium,mtm_content,pk_content,utm_content,mtm_cid,pk_cid,utm_id,mtm_group,pk_group,mtm_placement,pk_placement" from URL
DEBUG Referrers[2022-03-18 20:22:52 UTC] [93b4a] Excluding parameters "gclid,fbclid,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,mtmPreviewMode,mtmSetDebugFlag,mtm_campaign,matomo_campaign,mtm_cpn,pk_campaign,piwik_campaign,pk_cpn,utm_campaign,mtm_keyword,matomo_kwd,mtm_kwd,pk_keyword,piwik_kwd,pk_kwd,utm_term,mtm_source,pk_source,utm_source,mtm_medium,pk_medium,utm_medium,mtm_content,pk_content,utm_content,mtm_cid,pk_cid,utm_id,mtm_group,pk_group,mtm_placement,pk_placement" from URL
DEBUG Referrers[2022-03-18 20:22:52 UTC] [93b4a] Excluding parameters "gclid,fbclid,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,mtmPreviewMode,mtmSetDebugFlag,mtm_campaign,matomo_campaign,mtm_cpn,pk_campaign,piwik_campaign,pk_cpn,utm_campaign,mtm_keyword,matomo_kwd,mtm_kwd,pk_keyword,piwik_kwd,pk_kwd,utm_term,mtm_source,pk_source,utm_source,mtm_medium,pk_medium,utm_medium,mtm_content,pk_content,utm_content,mtm_cid,pk_cid,utm_id,mtm_group,pk_group,mtm_placement,pk_placement" from URL
DEBUG Referrers[2022-03-18 20:22:52 UTC] [93b4a] Excluding parameters "gclid,fbclid,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,mtmPreviewMode,mtmSetDebugFlag,mtm_campaign,matomo_campaign,mtm_cpn,pk_campaign,piwik_campaign,pk_cpn,utm_campaign,mtm_keyword,matomo_kwd,mtm_kwd,pk_keyword,piwik_kwd,pk_kwd,utm_term,mtm_source,pk_source,utm_source,mtm_medium,pk_medium,utm_medium,mtm_content,pk_content,utm_content,mtm_cid,pk_cid,utm_id,mtm_group,pk_group,mtm_placement,pk_placement" from URL

DEBUG UserCountry[2022-03-18 20:22:52 UTC] [93b4a] GEO: no current location provider sent, falling back to default 'default' one.
DEBUG UserCountry[2022-03-18 20:22:52 UTC] [93b4a] GEO: no current location provider sent, falling back to default 'default' one.
DEBUG UserCountry[2022-03-18 20:22:52 UTC] [93b4a] GEO: no current location provider sent, falling back to default 'default' one.
DEBUG UserCountry[2022-03-18 20:22:52 UTC] [93b4a] GEO: no current location provider sent, falling back to default 'default' one.
DEBUG UserCountry[2022-03-18 20:22:52 UTC] [93b4a] GEO: no current location provider sent, falling back to default 'default' one.
DEBUG UserCountry[2022-03-18 20:22:52 UTC] [93b4a] GEO: no current location provider sent, falling back to default 'default' one.

DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] array (
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'idvisitor' => '08c6f42bd5728f2b',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_id' => '607e523d8010c667',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'location_ip' => '127.0.0.1',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'idsite' => 12,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'profilable' => 1,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visit_first_action_time' => '2022-03-18 20:22:52',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visit_goal_buyer' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visit_goal_converted' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visit_last_action_time' => '2022-03-18 20:22:52',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visitor_returning' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visitor_seconds_since_first' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visitor_seconds_since_order' => NULL,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visitor_count_visits' => 1,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visit_entry_idaction_name' => 6502,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visit_entry_idaction_url' => 313765,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visit_exit_idaction_name' => 6502,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visit_exit_idaction_url' => 313765,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visit_total_actions' => 1,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visit_total_interactions' => 1,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visit_total_searches' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'referer_keyword' => NULL,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'referer_name' => NULL,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'referer_type' => 1,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'referer_url' => '',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'location_browser_lang' => '',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_browser_engine' => '',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_browser_name' => 'curl',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_browser_version' => '7.74',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_client_type' => 2,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_device_brand' => '',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_device_model' => '',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_device_type' => NULL,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_os' => 'UNK',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_os_version' => 'UNK',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visit_total_events' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visitor_localtime' => '11:25:57',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visitor_seconds_since_last' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_resolution' => '1440x900',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_cookie' => 1,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_flash' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_java' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_pdf' => 1,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_quicktime' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_realplayer' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_silverlight' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'config_windowsmedia' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'visit_total_time' => 0,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'location_country' => 'xx',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'campaign_content' => NULL,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'campaign_group' => NULL,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'campaign_id' => NULL,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'campaign_keyword' => NULL,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'campaign_medium' => NULL,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'campaign_name' => NULL,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'campaign_placement' => NULL,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'campaign_source' => NULL,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'location_provider' => 'Ip',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] )
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Piwik\Cookie::__set_state(array(
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'name' => '_pk_uid',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'expire' => 1681590172,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'path' => '',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'domain' => '',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'secure' => false,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'httponly' => false,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'value' =>
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] array (
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] ),
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'keyStore' => false,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] ))
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Piwik\Cookie::__set_state(array(
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'name' => '_pk_uid',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'expire' => 1681590172,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'path' => '',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'domain' => '',
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'secure' => false,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'httponly' => false,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'value' =>
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] array (
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] ),
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] 'keyStore' => false,
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] ))
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] We set the visitor ID to 08c6f42bd5728f2b in the 3rd party cookie...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\CoreHome\Tracker\VisitRequestProcessor::recordLogs()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\IntranetMeasurable\Tracker\RequestProcessor::recordLogs()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Actions\Tracker\ActionsRequestProcessor::recordLogs()...


DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] Inserted new action: array (
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'idvisit' => '747483',
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'idsite' => 12,
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'idvisitor' => '08c6f42bd5728f2b',
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'idaction_url' => '313765',
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'idaction_url_ref' => 0,
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'idaction_name_ref' => 0,
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'server_time' => '2022-03-18 20:22:52',
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'idpageview' => '0MaGfq',
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'pageview_position' => 1,
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'time_spent_ref_action' => 0,
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'time_network' => 0,
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'time_server' => 10021,
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'time_transfer' => 0,
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'idaction_name' => '6502',
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] 'idlink_va' => '1579087',
DEBUG Actions[2022-03-18 20:22:52 UTC] [93b4a] )
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Goals\Tracker\GoalsRequestProcessor::recordLogs()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Ecommerce\Tracker\EcommerceRequestProcessor::recordLogs()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\SitesManager\Tracker\SitesManagerRequestProcessor::recordLogs()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\PrivacyManager\Tracker\RequestProcessor::recordLogs()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\Heartbeat\Tracker\PingRequestProcessor::recordLogs()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\PagePerformance\Tracker\PerformanceDataProcessor::recordLogs()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\CustomDimensions\Tracker\CustomDimensionsRequestProcessor::recordLogs()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\CustomVariables\Tracker\CustomVariablesRequestProcessor::recordLogs()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\MarketingCampaignsReporting\Tracker\RequestProcessor::recordLogs()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Executing Piwik\Plugins\TrackingSpamPrevention\Tracker\RequestProcessor::recordLogs()...
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] -> Scheduled tasks not running in Tracker: Browser archiving is disabled.
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Nothing to notice => default behaviour
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] End of the page.
DEBUG Piwik\Profiler[2022-03-18 20:22:52 UTC] [93b4a] <hr /><strong>Breakdown by query</strong><br/>Executed <b>2</b> times in <b>2.1ms</b>  (average = <b>1.1ms</b>) <pre> SELECT `botId`, `extra_stats` FROM identity_bot_db WHERE `botActive` = 1 AND `idSite` = ? AND LOCATE(`botKeyword`,?) >0 LIMIT 1</pre>Executed <b>2</b> times in <b>2.1ms</b>  (average = <b>1.1ms</b>) <pre>    SELECT option_value FROM `identity_option` WHERE option_name = ?</pre>Executed <b>2</b> times in <b>3.2ms</b>  (average = <b>1.6ms</b>) <pre>       SELECT option_value, option_name FROM `identity_option` WHERE autoload = 1</pre>Executed <b>1</b> time in <b>3.6ms</b>  <pre>       INSERT INTO identity_log_link_visit_action (idvisit, idsite, idvisitor, idaction_url, idaction_url_ref, idaction_name_ref, server_time, idpageview, pageview_position, time_spent_ref_action, time_network, time_server, time_transfer, idaction_name) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?)</pre>Executed <b>1</b> time in <b>4ms</b>  <pre>SELECT visit_last_action_time, visit_first_action_time, idvisitor, idvisit, user_id, visit_exit_idaction_url, visit_exit_idaction_name, visitor_returning, visitor_seconds_since_first, visitor_seconds_since_order, visitor_count_visits, visit_goal_buyer, location_country, location_region, location_city, location_latitude, location_longitude, referer_name, referer_keyword, referer_type, idsite, profilable, visit_entry_idaction_url, visit_total_actions, visit_total_interactions, visit_total_searches, referer_url, config_browser_name, config_client_type, config_device_brand, config_device_model, config_device_type, visit_total_events, visit_total_time, location_ip, location_browser_lang, campaign_content, campaign_group, campaign_id, campaign_keyword, campaign_medium, campaign_name, campaign_placement, campaign_source, last_idlink_va, custom_dimension_1, custom_dimension_2, custom_dimension_3, custom_dimension_4, custom_dimension_5, custom_var_k1, custom_var_v1, custom_var_k2, custom_var_v2, custom_var_k3, custom_var_v3, custom_var_k4, custom_var_v4, custom_var_k5, custom_var_v5 FROM identity_log_visit FORCE INDEX (index_idsite_idvisitor) WHERE idsite = ? AND visit_last_action_time <= ? AND idvisitor = ? ORDER BY visit_last_action_time DESC LIMIT 1</pre>Executed <b>1</b> time in <b>4.1ms</b>  <pre>      SELECT `idaction`, `type`, `name` FROM identity_log_action WHERE ( hash = CRC32(?) AND name = ? AND type = ? ) OR ( hash = CRC32(?) AND name = ? AND type = ? ) </pre>Executed <b>1</b> time in <b>4.2ms</b>  <pre>     INSERT INTO identity_queuedtracking_list_trackingQueueV1 (`list_value`) VALUES (?)</pre>Executed <b>1</b> time in <b>5.7ms</b>  <pre>       INSERT INTO identity_log_visit (idvisitor, config_id, location_ip, idsite, profilable, visit_first_action_time, visit_goal_buyer, visit_goal_converted, visit_last_action_time, 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_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_country, campaign_content, campaign_group, campaign_id, campaign_keyword, campaign_medium, campaign_name, campaign_placement, campaign_source, location_provider) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)</pre>Executed <b>3</b> times in <b>9.9ms</b>  (average = <b>3.3ms</b>) <pre> connect</pre>
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] array (
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] )
DEBUG Piwik\Common[2022-03-18 20:22:52 UTC] [93b4a] Time elapsed: 0.245s

@jonathonbyrdziak
Copy link
Author

I disabled queues tracking and my problem went away. I’ll have to dig into queued tracking at a later date to provide more details

@MichaelRoosz
Copy link
Contributor

The cause is that you have enabled
use_third_party_id_cookie = 1.
The visitor id from the third party cookie will override the visitor id from the first party cookie. The js code can only read the first party cookie.

To fix this I have extended the matomo Javascript with a getGlobalVisitorId() function that reads the third party cookie in my setup. But this only works when Matomo is on the same domain (or on a subdomain). A better solution would maybe be a new api in Matomo php. I can create a pull request, but I need to know what the matomo team wants to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced.
Projects
None yet
Development

No branches or pull requests

4 participants