- 302s are being seen on the webproperties and profiles feeds within the Management API.
- This is happening consistently for every request since yesterday AM (GMT)
- We're using the Garb ruby gem and I've patched it to output the URI it's accessing:
irb(main):013:0* Garb::Management::Profile.all
Garb::DataRequest::ClientError: "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>302 Moved</TITLE></HEAD><BODY>\n<H1>302 Moved</H1>\nThe document has moved\n<A HREF=\"
http://www.google.com/analytics/maintenance.html\">here</A>.\r\n</BODY></HTML>\r\n"
from /Users/steve/code/ruby/garb/lib/garb/data_request.rb:27:in `send_request'
from /Users/steve/code/ruby/garb/lib/garb/management/feed.rb:22:in `response'
from /Users/steve/code/ruby/garb/lib/garb/management/feed.rb:13:in `parsed_response'
from /Users/steve/code/ruby/garb/lib/garb/management/feed.rb:18:in `entries'
from /Users/steve/code/ruby/garb/lib/garb/management/profile.rb:12:in `all'
from (irb):13
from :0
irb(main):014:0> Garb::Management::WebProperty.all
Garb::DataRequest::ClientError: "<HTML><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\">\n<TITLE>302 Moved</TITLE></HEAD><BODY>\n<H1>302 Moved</H1>\nThe document has moved\n<A HREF=\"
http://www.google.com/analytics/maintenance.html\">here</A>.\r\n</BODY></HTML>\r\n"
from /Users/steve/code/ruby/garb/lib/garb/data_request.rb:27:in `send_request'
from /Users/steve/code/ruby/garb/lib/garb/management/feed.rb:22:in `response'
from /Users/steve/code/ruby/garb/lib/garb/management/feed.rb:13:in `parsed_response'
from /Users/steve/code/ruby/garb/lib/garb/management/feed.rb:18:in `entries'
from /Users/steve/code/ruby/garb/lib/garb/management/web_property.rb:9:in `all'
from (irb):14
from :0
Let me know if you need any more info.
Cheers,
Clodagh (iQ Content)