theiconic / php-ga-measurement-protocol

Send data to Google Analytics from the server using PHP. Implements GA measurement protocol.
MIT License
655 stars 136 forks source link

Missing "sessions" and "clicks" on the Campagn logs #71

Open pier56 opened 5 years ago

pier56 commented 5 years ago

Various data are appearing under the "Campagn" link in the Google Analytics, but some informations ("sessions" and "users") are missing :

1) I don't have to use the methods : setDocumentReferrer, setCampaignName, etc... to have Adwords Campaign information showing up on Google Analytics.

2) Even when I use theses methods, I got no information about sessions and users.

Here are some screenshots to illustrate it. Thank your in advance for your help. Best regards, Pierre

adwords_analytics_server adwords_analytics_standard

catherinek commented 4 years ago

I'm experiencing the same problem. The campaign is properly recorded if the landing URL has the campaign query strings. Otherwise, it's not associated with the session / user.

Any update on this issue?