Expand my Community achievements bar.

SOLVED

Google Analytics and AAM integration in Mobile App

Avatar

Level 9

Has anyone implemented Google Analytics for mobile app and enabled Adobe Audience Manager integration to send custom attributes from GA to AAM?
There is a documentation on web implementation on passing GA variables as signals to AAM: https://docs.adobe.com/content/help/en/audience-manager/user-guide/dil-api/dil-modules.html
But, there is no info on integrating these two on mobile app implementation.

1 Accepted Solution

Avatar

Correct answer by
Level 2

Have you tried this(signalWithData method)? My bad, I didn't mention DIL based SDK methods in my previous comment.

https://aep-sdks.gitbook.io/docs/using-mobile-extensions/adobe-audience-manager/audience-manager-api...

 

Best,
Ankur

View solution in original post

3 Replies

Avatar

Level 2

Hi Varun,

 

What is the use case here?

Using DIL you can pass data from GA to AAM. Is there any specific configuration you are trying to achieve here?

 

Best,

Ankur

Avatar

Level 9

Hi Ankur,

 

Thanks for the response.

The use case is native mobile app where GA has been implemented using firebase, has tracking for custom events. For e.g. button clicks, form submission, searches etc. While implementing AAM extension via AEP SDK, we need to forward these events from GA to AAM. What functions do we need to use in iOS and Android SDK to forward these custom events as signals to AAM?

 

Thanks,

Varun Kalra

 

 

Avatar

Correct answer by
Level 2

Have you tried this(signalWithData method)? My bad, I didn't mention DIL based SDK methods in my previous comment.

https://aep-sdks.gitbook.io/docs/using-mobile-extensions/adobe-audience-manager/audience-manager-api...

 

Best,
Ankur