Server-side
To implement Adobe Analytics server side, you have the following options:
-
Edge Server API: You implement code on the server that uses the Adobe Experience Platform Edge Server API to communicate with Adobe Analytics through a datastream.
See Implement Adobe Analytics using the Adobe Experience Platform Edge Network Server API for more information. -
(Bulk) Data Insertion API: You use the Adobe Analytics (Bulk) Data Insertion API’s to collect data server-side directly into Adobe Analytics.
See Data Insertion API for more information.
Mobile app implementation methods
For your mobile app, the following implementation methods are available:
-
Mobile SDK extension: The standardized and recommended method to implement Adobe Analytics in your mobile app. Use dedicated libraries to easily send data to Adobe from within your mobile app. Add the Adobe Experience Platform Mobile SDK extension in Adobe Experience Platform Data Collection Tags, then implement the Mobile SDK library in your app. You can use the SDK to import libraries, register extensions, and load the tag configuration. Send data to the Adobe Experience Platform Edge Network; Edge then forwards that data to Adobe Analytics.
See Implement Adobe Analytics using the Adobe Experience Platform Mobile SDK for more information.
-
Analytics extension: Add the Adobe Analytics extension in Adobe Experience Platform Data Collection Tags, and implement the Mobile SDK library in your app. You can use the SDK to import libraries, register extensions, and load the tag configuration. This implementation method sends data directly to Adobe Analytics. It is recommended if you want the convenience of Adobe Experience Platform Data Collection, but do not want to use Adobe’s Experience Platform Edge network infrastructure.
See Implement Adobe Analytics using the Analytics extension for more information.