It's possible to know owner of a analytics script having id UA-XXXX? - google-analytics

I have a site developed by a third party, that might have a mistake and wrote another analytics script that is not mine in my site. Since I have the script I have the ID UA-XXXX, is there a way to know who owns this analytics account?

There is no active service that can help you as you can't get the information from Google. They state their policy about identifying the owner of a Google Analytics id here:-
AnalyticsPro.Aruna said:
Unfortunately, due to account security issues, we're unable to
disclose or add logins to Google Analytics accounts.
Third-Party Alternatives
ReverseInternet.com
eWhois
Spyontheweb

Related

Retrieve the list of events from Google Calendar API of a domain with super administrator Google G suite account

Using Google Calendar API:
I succeed to retrieve the list of events from a single google account.
However, I can't do that within a domain (for example entreprise.tn) that have many users accounts even using a super administrator Google Suite account.
Could you please tell me what I missed ?.
Big Thanks.
You should refer to that thread https://developers.google.com/admin-sdk/directory/v1/guides/delegation
HTH.

Google Analytics: updating multiple accounts

I have account that has 100 accounts, I've added a Google Service account (I can't use anything else because of 3rd party app limitation) and now I need to allow it to access all of these accounts. Seems there's no way at Google Analytics UI to do that and I will have to manually edit 100 accounts.
Is there any better way to do it? Maybe something like AdWords Editor just for Analytics?
If you have a Google User Account that has access to all the Google Analytics Accounts (which is how I interpret your first sentence) you can bulk edit them via the Google Analytics Management API, and that includes adding users that might or might not be service accounts. A reasonable easy way would be to use a Google Spreadsheet and some Google Apps Script. The script will run as the user that is currently logged in to Google and will be able to access all Analytics account that user has access to.
However you need to have necessary permissions to edit the GA accounts, so if you do not already have an authorized account you will (unsurprisingly) not be able to add one

Google Analytics - Account name lost

Good afternoon,
I just started with a new company and need to remodel our website. Within the Code their is a tracking ID for Google Analytics, but unfortunately nobody can remember what the account names are. Is there any way that I could use my tracking ID, which includes my Account number according to my research, to get to my account name?
Thank you very much to everybody who is putting in some effort to help me.
jonny.
You can use the Google Analytics Account Explorer to search for all accounts you have access to.
If you have access to this account, you'll be able to find the account name by searching with the tracking ID. If nothing shows up, find someone you know has access and have them search.

How do you setup a Google Analytics account for a website that already has the tracking code?

I have FTP access and am re-designing a website and I want to see historical traffic data from their Google Analytics, but they do not have a Google Analytics Account and can not get in touch with their last web person who set it up.
The tracking code has been in place for several years. There are a lot of articles about how to add Google Analytics code to a website but how do you setup a Google Analytics account with tracking code that is already there?
The best way is to ask person who set it up. But if it is impossible - here is the article, which help You - http://savvydealer.com/reclaim-your-google-analytics-account/
This is the only one way.
There are 2 options,
Ask for the Authoritative person to add you as an Admin, so you can easily get access. If this option may not possible then,
You can replace old tracking code with new tracking code.

How to retrieve Google Analytics account owner email address using API

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.

Resources