How to Capture Google Analytics User ID & Insert into SQL DataBase for Backend Lead Qualifying -


i want capture google analytics user ids our company's sql database following information: utm_source / utm_campaign / utm_keyword / goal completion.

i know analytis services may better equipped believe there way hack this.

thanks!

you write user ids custom dimension (session or user scope, need). each user id , utms set see number of goal completions. using core reporting api can import these reports db:

https://www.googleapis.com/analytics/v3/data/ga?ids=ga%3a89723405&start-date=yesterday&end-date=today&metrics=ga%3agoalcompletionsall&dimensions=ga%3adimension1%2cga%3asource%2cga%3acampaign%2cga%3akeyword 

Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -