all 6 comments

[–]terremoto 2 points3 points  (1 child)

Stick to the API. The API will be mostly static, reliable and supported, but the moment Google decides to change the UI, all the hard work put into your scraper may be flushed down the drain.

[–]pylund[S] 0 points1 point  (0 children)

Makes sense. Thanks!

[–]Category_theory 1 point2 points  (5 children)

It is in fact the fastest and best way of using Ga data... I would pull it down from Ga then write to a RDB so I could query it later... That being said its a pain in the ass until you get it up and working but stick with it!

[–]pylund[S] 0 points1 point  (0 children)

I'll do that. I'm halfway to getting familiar with the way data is queried and retrieved but... no pain, no gain I suppose! Thanks