Google Analytics Handling multiple domains - web

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

Related

Tracking traffic from a third party app

I work for a company which is essentially a jobs board. We have partnered with an organization and they have agreed to post our job feed on their app. How do I track the traffic coming from this app to my website? Please advise. The jobs are posted as an iframe. Do I need to use UTM tags to identify the traffic? If yes, the URLs are dynamic as of now so how do I implement the tags?
Per job you generate an URL link.
With your RSS-feed you implement an URL... in that URL you should have the UTM tag included and analytics installed on your website.
See here where that is explained in great detail. Also, check the tutorials from G analytics itself in detail.
For example, on website A there is a link to website B: http://www.websiteb.com/. Provided that website B has Google Analytics installed, visits from website A will show up in Google Analytics as
Source = http://www.websitea.com
Medium = referral
... the essentials explain here:
The tracking standard used by Google Analytics is called UTM parameters. Because Google Analytics is the de facto standard for website analytics, the same applies to UTM parameters. You have probably noticed these at some point in the browser URL field after clicking a link. A typical URL in an ad could look something like this:
http://www.website.com/?utm_source=newssite.com&utm_medium=cpc&utm_campaign=my-campaign
Everything after the “?” in the URL above is information for Google Analytics to correctly categorize visits from this link to the website.

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

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.

Multi Subdomain Website using Node?

I would love to get advice on my current project structure idea. I have been searching regarding node.js multi domain packages but i am not sure if they will suit. I also would like to have a easy to manage apps eg. if i want to modify specific app, i have a feeling a single app will get really full and confusing to manage code wise? Basically i am building a website that will have:
Landing Page - www.maindomain.com
User Dashboard - members.maindomain.com
Admin Dashboard - admin.maindomain.com
Now each subdomain app can communicate to each other if they have the credidentials etc.
Would it be correct to create separate 3 Apps to handle each of the sites?
Is there any security concerns having this kind of 3 app setup?
Can account creation occur upon paypal payment?
Ideal flow would be User visits website on landing page and selects a paid package which in turn would direct to paypal. Upon payment user would be returned to website with account creation form, and said Package(order) would become an option on user dashboard.
Admin can pretty much view everything via admin dashboard pretty standard, setup promos etc.
Thanks for your help and advice.

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

Configure Google Apps Gmail to get email from external server

I have a big question. I search in Google Help pages, but honestly, their system for help is very bad.
So, lets go to the point.
I have a domain, in this case lets say it is example.com.br, in an older host company. Last week I change the host company.
I could access my emails in via google with an account like "rafael#example.com.br". Now that I change the host company, I can't get any emails. I can't find a place to change the POP configuration in my google account.
Thanks for help!

Resources