php - Using Google analytics for Logged in User to get Session Duration -


i have community running in php, want use google anayltics determine, page has visit username / ip address.

is possible using google analytics ? can configure google analytics session duration each username [if available ] or ip address , each page visit ?

thanks

ga not expose ip addresses in interface , mustn't send information google identify user. while want possible in principle it's not possible/allowed within regime of ga terms of service for 2 criteria.

one solution create hash value username , send along hits custom dimension. download page statistics , resolve hash comparing data stored in backend.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -