
florentlb wrote...
Hi Thejus,
You can share data from Analytics and retrieve it in Campaign using FTP. For example as described in this thread.
As for push notification channel in Adobe Campaign, please have a look at this documentation (guessing that you use v6). If you use Adobe Campaign Standard, doc is here.
Let me know if you have additional questions.
Hope this helps,
Florent
Hi florentlb,
Thanks for the recommendation.In my case analytics data gets pushed into a relational database. I need to use this data for campaign management.
So my thought was
1) Using 'Action, Event activities' provided by campaign, i will load data to Adobe Campaign using 'The Data loading (RDBMS) method'.
2) Then using push notification method provided by SDK, I will push the notification to specific user. (the mobile application -> the notification service: APNS (Apple Push Notification Service) for Apple and GCM (Google Cloud Messaging) for Android -> Adobe Campaign).
Please let me know this works?