Currently i am making a custom event that will trigger from PHP and i am using Measurement Protocol.
I had validate the event - and its "valid": true. I also see the event in Real-time reports.
When i am testing the event and when i check Analytics Real-time i have visitor not only from my country/city, but also 1 more from United States/New York.
So if i am on the site , chill`n ... i see only 1 user in real-time with the correct location (me). But when i trigger the specific event i am working on - i have one more real-time visitor from United States/New York.
??
I cant explain this to my self..
These are the request parameters:
$data['v'] = 1;
$data['tid'] = 'UA-XXXXXX-X';
$data['cid'] = '5sd5AsdSHfsd53sdfdD25SD54fgdsfg49dd854';
$data['uid'] = '100';
$data['t'] = 'event';
$data['ec'] = 'registration';
$data['ea'] = 'form';
$data['el'] = 'User Data';
$data['ev'] = 1;
$data['dh'] = 'mydomain.com';
$data['ds'] = 'web';
Someone got this problem and/or solution?
Thank you!