BookmarkSubscribeRSS Feed
kaushalsolanki
Quartz | Level 8

Hello All,

 

Can any one guide me how to fetch Google Analytics Data through SAS Programing,

thanks in advance.

 

Regards,

Kaushal Solanki

2 REPLIES 2
SteveM_UK
Obsidian | Level 7

Hi Kaushai,

 

Try this paper from SAS Global Forum http://support.sas.com/resources/papers/proceedings10/049-2010.pdf

and there's also this blog article http://www.sasanalysis.com/2011/11/when-google-analytics-meets-sas.html

 

I haven't tried any if this myself but the two authors cover the topic well

 

The only thing I'll add: these articles are from 2010/2011 so things may have changed and there might be new methods you could use.

 

Regards

 Steve

ChrisHemedinger
Community Manager

Coming back to this because now with PROC HTTP and the JSON libname engine, it's possible to fetch Google Analytics data via Base SAS code.

 

High level steps:

  1. Grant permission and obtain an authorization token for your "app" (a SAS program, in our case). This must be performed in a browser while logged into your Google account.
  2. Obtain an access token and refresh token. You can accomplish this with a SAS program that you run just once. You then save the refresh token (in a safe place!) for subsequent runs.
  3. Convert your saved refresh token into an access token. Do this at the start of every SAS job that needs to get Google Analytics data.
  4. And finally, use the Google Analytics API to get actual data!

Details are in this blog post.

SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1090 views
  • 0 likes
  • 3 in conversation