anyone connected to google analytics api in cfscri...
# cfml-general
a
anyone connected to google analytics api in cfscript using oauth2 ?
c
using a service account to get data ?
a
yeah. just trying to find some examples
have got a request working in postman
c
Have done a number of different things with google and for some of it we bypassed google but looking at the more simple bits we just hit the API super simple - just having a look to see what its getting and can probably dump something there
oh google login was the only bit we using the OAUTH api which is probably irrelevant
what are you using it for?
a
pulling analytics data out
c
ah yeah that was a nightmare in the end
especially if you have issues with sampling
i ended up just using https://analyticscanvas.com/ service to import the unsampled data directly into my database
though i was using universal analytics - not migrated to v4 yet