Support Home > SDK Integration > Adobe Analytics Integration

Adobe Analytics Integration

The following document describes the process for integrating Free App Analytics with Adobe Analytics in order to send the data captured in Free App Analytics to an Adobe Analytics account.

 

Data Needed Before Beginning Process:

  • Ensure that your app includes both the Adobe Analytics SDK and Kochava SDK.
  • Marketing Cloud Visitor ID (Adobe SDK4) – Obtained from the Adobe Analytics SDK.
  • Adobe Visitor ID (Adobe SDK4) – Obtained from the Adobe Analytics SDK.
  • Experience Cloud ID (Adobe SDK5) – Obtained from the Adobe Analytics SDK.
  • Pass the IDs as IdentityLink values via the New Constructor functionality in the Kochava SDK.

 

NOTE: Free App Analytics has built-in hooks that communicate with the Adobe Analytics SDK in order to allow the retrieval of the Marketing Cloud Visitor ID and Adobe Visitor ID, and send that information through the attribution lifecycle (install and post-install events). The data is then posted back to the Adobe Analytics platform.

 

BEST PRACTICES: The benefit of utilizing the above integration is that developers utilizing Adobe Analytics can tie unique Adobe IDs to attribution meta-data creating a seamless way to properly track all campaign data with the Adobe Analytics platform.


Android Integration

  • Sample Code:

  • Sample Code:

     

    WARNING: If using the legacy SDK4 API, Adobe’s Cloud ID collection method (getMarketingCloudId) performs a blocking network request and should not be called from the UI thread.

iOS Integration

  • Sample Code:

     

    WARNING: If using the legacy SDK4 API, Adobe’s Cloud ID collection method (visitorMarketingCloudID) performs a blocking network request and should not be called from the UI thread.

Add A Postback Configuration

  1. Log in to Free App Analytics.
  2. Select the desired [itg-mediatip data-position-at=”bottom center” data-tooltip-maxwidth=”700px” mediatip-type=”webimage” mediatip-content=”/wp-content/uploads/2019/06/ToolTipAccountAppSelectLocation.gif”]Account and App[/itg-mediatip].
  3. Select Apps & Assets > Partner Configuration.
  4.  

    Partner Configuration

     

  5. Click Add a Configuration.
  6. Select Adobe Analytics.
  7. Click Go.
  8.  

    New Postback Configuration

     

  9. Locate the desired postback and Click Postback Tools () > Create.
  10. Enter the Report Suite ID.
  11. Select the Delivery Type:
    1. HTTP
    2. HTTPS
  12. Enter the Tracking Server.
  13. Enter the Event Name.
  14. Check Restrict Timestamp Delivery. (optional)
  15. Select whether to Supply Network Data to Analytics Partner:
    1. True
    2. False
  16. Select the Delivery Method:
    1. All
    2. Network Only
  17. Click Save.
  18.  

    Postback Settings


Sample Integration

Sample Code:

 

NOTE: The result of the same code above and postbacks will send this payload to Adobe Analytics from the Kochava Server.


Testing the Integration

For more information on testing the integration with Free App Analytics, refer to our Testing an Integration with Kochava support documentation.

 
 

Last Modified: May 12, 2023 at 10:40 am