我有一个连接到以下域的 UA 帐户: http : //www.mytestdomain.com,帐户 ID 为 UA-123456-1
当我使用 Gem 跟踪域时,它运行良好:
Gabba::Gabba.new('UA-123456-1', 'http://www.mytestdomain.com', user_agent).page_view('index', 'index.html')
但无法跟踪其他域:
Gabba::Gabba.new('UA-123456-1', 'http://www.notmydomain.com', user_agent).page_view('index', 'index.html')
我应该怎么做才能跟踪其他域?