Google Analytics for medium.com sites - google-analytics

I have an account on https://medium.com/ and I have linked own domain https://flancer32.com/ to my Medium's account (Settings / Accounts / Custom domain). Is it possible to add Google Analytics to "my website" flancer32.com?

Related

Google Calendar API v3 - authenticate with application owned (non-real user) account

I've been looking into Google Calendar API as a way to manage calendar/event information for my application. It looks like Google Calendar API is setup to connect to a Google user's account. After you have access to the user's account you can add/update/manipulate calendar and event information. I want this same functionality but on a "user account" that is virtual.. not owned by a real user but an account created specific to my application to use. Is this possible?
The docs mention Google will show a consent page to the user to integrate with the users calendar, how would I go about coding the authentication for my calendar if I (the application) owns the account and calendar?
You could use a service account, which will belong to a project in your dev console, and you can give it credentials to access its own calendar.
See Using OAuth 2.0 to Access Google APIs

Tracking referrals across sub domain

I have set up Google analytics on my root domain and all subdomains. I have a couple of goals set up and data is flowing into Google Analytics. I have a root domain (landing pages) and a subdomain for the service I'm selling. When going to Conversions > Goals > Overview in Google Analytics, my subdomain shows my root domain as the source and referral of all conversions. This makes sense since there is a link to sign up from my root domain to a signup page om my subdomain. But I would rather see the actual source/medium of the visitor coming to my root domain.
All domains log to the same UA property and I have set up a number of views to see data from the individual domains. GA is configured through Google Tag Manager as shown here:
Any idea to how to set this up?
The issue was with cross-domain tracking in GA. The main domain was not added to the exclusion list and that caused referrals to subdomains show up in the referral list. To solve it, just add the main domain to the exclusion list in the ga property.
The referral exclusion list is found under ADMIN > ACCOUNT > PROPERTY> TRACKING INFO > REFERRAL EXCLUSION LIST

Google Analytics: track referral sites when secondary domain redirects to primary domain

I have a client who has a few domains that are all redirected (via DNS settings) to his primary domain. Is there a way that we can monitor the traffic from these other domains in Google Analytics?
Scenario
User clicks on a link on referral.com and goes to domainA.com which is redirected to domainB.com. GA is tracking domainB.com. Currently domainA.com is listed as a referral site, we want to see referral.com listed instead.
You could retrieve via code the referral in domainA.com and then use the UTM parameters in the redirect link like:
domainB.com?utm_source=referral.com&utm_medium=referral
See here for more information about how generate custom campaign parameters:
https://support.google.com/analytics/answer/1033867?hl=en

Woocommerce Social Login Google verifying

i got Google ID and Google secret form Google API Console . and i set it in Social Login Woocommerce Plugin (YITH plugin) . but when Somebody try to login with his google account , google say This app isn't verified . i don't have social login problem with LinkedIn or Facebook.
Google Error Screenshot
follow these steps to verify your app
https://support.google.com/cloud/answer/7454865

How to track a subdomain in google analytics?

I have a domain say in.mysite.com . How do i track this website using Google Analytics?
I have a google analytics code but it shows my domain as: mysite.com
Create a new profile that includes only traffic to domain in.mysite.com.

Resources