-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google analytics #108
Comments
Could you send a snippet please? |
function CreateView(AccountId, WebProperty, siteUrl, callback){ |
Is your parent web property app-based? Could you get the web property details and tell me what's the |
my webproperty details----- { id: 'UA-460104-10', |
Above is a response i get, when i create a new webproperty using api. No my webproperty is WEB based and websiteUrl is http://ot.com (for testing purpose). i suppose above property is Web tracking property. To me error msg is unclear. Thanks |
ERROR: { errors: |
You should be able to see [1] https://groups.google.com/forum/?fromgroups#!forum/google-analytics-management-api |
yeah i was expecting websiteUrl: "http://ot.com" in my response. but i didn't get. i'll look into the issue. I follow this group, so will try to dig deep. Thanks a lot, rakyll |
I m trying to create a VIEW using new management api, but i m getting a badrequest error with msg, "The tracking type of the profile and its parent property should be consistent". Please throw some light on this.
The text was updated successfully, but these errors were encountered: