google analytics api - Why is my redirect to the Terms Of Service page no longer working? -


i have program automatically creates analytics account using provisioning api. program creates accountticket, grabs accountticketid, redirects user terms of service page, per analytics provisioning api guidelines, using url "https://www.google.com/analytics/web/#management/termsofservice//?api.accountticketid="

when working, redirect me tos, scroll down , hit accept, , program continue on merry way.

now, redirecting me url: "https://www.google.com/analytics/web/?et=&authuser=#provision/signup/".


programs workflow:
1) log clients email address.
2) oauth code email.
3) using oauth code, generate temp oauth token.
4) create analytics account posting https://www.googleapis.com/analytics/v3/provisioning/createaccountticket using oauth token , necessary postdata.
5) accountticketid response , redirect user tos page.


know why happening?

  • i using .net program.
  • i not using client library.
  • accountticket creation working.
  • i verified program grabbing accountticketid response.
  • mis-redirect happens email accounts have 0 analytics accounts. (which program designed , hasn't been problem until now). tester email accounts, have several analytics accounts already, work expected.
  • i verified redirect uri in accountticket matches google project redirect uri.

provisioning devguide

createaccountticket

google groups link

this question has been fixed recent release in new url parameter, "provisioningsignup=false" added.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -