문제

I'm accessing the Google Analytics API v3.0 with the .NET client adapter.

This is all working very good, but I'd like to get the account owner e-mail address for a given account that I have access to.

The resource description only has Id, Name, create- and update date.

Is there a way to get more detailed data for this account? Ideally the owner e-mail address or user data would be great. I couldn't find anything in the Analytics API docs, also nothing declaring that this information is NOT possible to get...

도움이 되었습니까?

해결책

Google Analytics account doesn't really have an "owner" per se. Each account can have multiple users with different permissions.

Recently, Google Analytics launched a new permissions model (see this blogpost for more info), and it'll be rolled out to all the users in the coming weeks. Currently, this information is not available though the Analytics API, but feel free to file a feature request here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top