jkrall / analytical

Gem for managing multiple analytics services in your rails app.
MIT License
380 stars 92 forks source link

Dynamical create account #81

Closed richardrails closed 10 years ago

richardrails commented 10 years ago

Can I dynamically create new Google Analytics accounts for new websites through API?

freerobby commented 10 years ago

Nope, sorry. Unfortunately the Management API only allows listing of existing accounts. See: https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtAccountGuide

You can't create Properties on the fly, either. https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtWebpropertyGuide