I have a UA account which is connected to the following domain: http://www.mytestdomain.com with the following account id UA-123456-1
When i am using the Gem to track the domain it works well:
Gabba::Gabba.new('UA-123456-1', 'http://www.mytestdomain.com', user_agent).page_view('index', 'index.html')
But other domains can't be track:
Gabba::Gabba.new('UA-123456-1', 'http://www.notmydomain.com', user_agent).page_view('index', 'index.html')
What should i do to track others domains as well ?
related : Events sent to Google Analytics with Gabba don't have a hostname