I have a current google analytics code on my website and I can not figure out how to access the information. - custom-wordpress-pages

My website was built for me so it does not correspond with my gmail account. What do I do with code to find out the details of my account?

The script use an identifier to connect to a specific account. You can either just log into analytics and change the ID on your site to your own or ask the guy who made the site if he/her have already made an account.
The line you have to change looks something like:
ga(‘create’, ‘UA-XXXX-Y’, ‘auto’);
Where UA-XXXX-Y is your Google Analytics tracking ID.

Related

Instagram API - search user

i am building a website where you can get services for your Instagram account, i want to create a Search box that when you put your user name (e.g. "#John") it returns your profile picture and asks you if that is the correct profile (without logging in to your Instagram account),
I've found a website that made that possible already, does any one know how?!
the website - https://app.get-notch.com/acquisition/instagram-username
thank you in advance!
You should check out this resource that allows you to do that. See an implementation of it here and test it here.

Azure Management URL

So, finally I decided to jump into the Azure bandwagon and create my own portal. At the moment, my apps are hosted on Google Apps and I'm considering moving them to Azure and O365 before which I wanted to trial and get the taste of MS Azure.
I signed up for a trial subscription and my management URL ended up something like https://manage.windowsazure.com/#MynameMydomainname.onmicrosoft.com. So I decided to delete this account and set up a new account altogether trying to sign up with a new domain alias. And now it is https://manage.windowsazure.com/#MyaliasMydomainname.onmicrosoft.com. MS Support would't help and would want me to sign up for O365 which I don't want to at the moment.
Why my management portal always has my complete e-mail address and how do I edit it?
Edit: Thought would add the following example to explain my problem a bit easier.
My name is Muthu and I already have an e-mail address Muthu#Contoso.com and now I attempt to set-up my Azure around it. I sign up for a Microsoft account with the e-mail address Muthu#Contoso.com, provide my card details and successfully set up the account. Now, the logon URL looks like https://manage.windowsazure.com/#MuthuContoso.onmicrosoft.com and the default directory has the UPN of #muthucontoso.onmicrosoft.com.
I set up an account for a user Eddie, George and Mark and their UPN appears as follows:
Eddie#muthucontoso.onmicrosoft.com
George#muthucontoso.onmicrosoft.com and
Mark#muthucontoso.onmicrosoft.com.
How do I get rid of my name from the domain name here?
P.S.: I managed to get rid of my name from the Management portal URL by simply verifying my ownership of contoso.com using O365 control panel but still couldn't get around to rename the default directory. I can't force my name for the users in my organization just because I signed up for it. There should be some way around. Kindly help.
When loging in you're actually signing in to an aad tenant.. Which is bound to a subscription... As you can have multiple subscriptions and tenants they need to show you where you are

Adsense API live reporting

I want to integrate my Adsense Reporting into my own admin portal.
My admin portal is a simple php based website with lists of other websites that I own.
My goal is to fill this list of websites with the amount of earnings monthly.
So that this list looks like:
name | earnings
example.de | 56,00€
The whole week I am trying to start with the Google API but without any success.
Does anybody know how to get this information live? for example with google apis link?
AdSense Management API is what you want, for reporting.
You'll need client library:
https://developers.google.com/api-client-library/php/start/installation
And you'll probably want to browse the example folder here:
https://github.com/googleads/googleads-adsense-examples/tree/master/php-clientlib-1.x/v1.x
Then, get the API key so you can start playing:
https://developers.google.com/api-client-library/php/auth/api-keys
https://console.developers.google.com/
https://developers.google.com/apis-explorer/
https://stackoverflow.com/a/20199357/246808
EDIT: Almost forgot - the manual:
https://developers.google.com/adsense/management/getting_started

Google Analytics Handling multiple domains

Hello There I have 3 different sites hosted on same server having different domains. Let's say they are
www.abc.com
www.xyz.com
www.mno.com
I have successfully integrated google tracking code (using ga.js) and get data through reporting api for www.abc.com. Now I also want tracking of data and getting data for others too. What I need to do that? Can I create seperate profiles in same google account for all three sites? Or I need to create separate google analytics account for each site or I can do it with same profile and same account?
I have searched but couldn't be able to find out any solutions. Please guide.
GA is structured in an Account --> Property --> Profile way.
So for your example I would suggest the best method would be to run all the sites in the same account, but create a new Property for each site.
When you do this GA will give you a new UA-xxxxxx-x number for each site.
Check this out for more help https://support.google.com/analytics/answer/1042508?hl=en-GB&ref_topic=1009620
Cheers
John

Google Multiple Sign-ins - Is there a way to specify the account in the URL?

We recently switched our team to Google Apps and with that, everyone got a Google Apps account . However, for those of us with a GMail account as well, this makes it so that bringing up Gmail in your browser opens up either your personal account or your Google apps account.
Even though GMail has multiple Sign-ins enabled for both of my accounts, I still have to spend time switching through both accounts.
I was wondering if there was a way to specify the account I wanted to use in the URL directly, which would allow me to create a bookmark for GMail for both of these accounts:
something like:
http://mail.google.com?a=firstaccount#gmail.com
http://mail.google.com?a=workaccount#googleappsdomain.com
I just don't believe anyone at Google has never thought of this! :-)
The same question applies to all of Google's services too I guess (docs, sites, etc...)
https://mail.google.com/a/googleappsdomain.com/
This works like a charm, with one exception: regular gmail.com accounts. https://mail.google.com/mail/ will direct you to the inbox for whichever account you logged in as first. My work around has been to make sure I log into my personal e-mail first (but this at least avoids having to log into the rest in a specific order).
For an access to multiple gmail adresse you can use this :
https://accounts.google.com/ServiceLoginAuth?continue=http://mail.google.com/gmail&service=mail&Email=yourname#gmail.com

Resources