Adobe Analytics
Hi - as a newbie to Rapid Miner, can anyone help me with pulling data from Adobe Analytics. I need to know how to connect to the platform with my user account. Thanks.
Answers
-
There is no built-in operator to pull data directly from Adobe, so you'll need to use one of the other more generic options. For example if Adobe allows you to export your data in csv files they can be imported into RapidMiner. Or if it has a simple API you can set up the "Get Page" connection to do that.
1 -
I haven't used Adobe Analytics for a while. I used to use it many years ago when I still referred to it as Adobe Omniture.
The method used back then was to contact our Adobe account manager and get a daily CSV dump into FTP for all the hits. This was a lot of data and frustrating to me as I wanted to be able to interact with the visits near-live.
However, it seems they now have an API which you can use to get data out live. Have an explore with this link and use the GET PAGE operator in RapidMiner to test it.
https://marketing.adobe.com/developer/api-explorer
1 -
thx @JEdward and @Telcontar120 for those posts. I am in the process of pushing out a lot of pre-built processes that access data from the most popular APIs using either the Enrich Data via Webservice operator or via shell scripting (i.e. cURL) so the timing is good. I will add the Adobe API to the list! Any other APIs that people frequently use?
Scott
1 -
Google AdWords and Google Analytics should definitely be on the list!
2 -
ok so Google Analytics / AdWords is pretty straightforward but massive. Do you have a specific request that would be of interest? See https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/. It's all the same to me.
Scott
0 -
hi @rverma2 - thanks for checking in. It's on my list...I don't have an exact timeline. However if you want to expedite the process perhaps we could collaborate on this project? My guess is that you know the API much better than I do. If you can send me a process and a link to the documentation, that would help a lot!
Scott0 -
Hi @sgenzer - I am not much more familiar with the Adobe API, however I can provide some resources that I have been using.
- Access to Adobe API must be authenticated through user tokens: https://marketing.adobe.com/developer/api-explorer
- The best resource so far is Randy Zwitch who has developed an RSiteCatalyst package, including several different functions and arguments: http://randyzwitch.com/rsitecatalyst/
Hope that helps.
0