Expand my Community achievements bar.

SOLVED

How to access profile attribute value in offer - Mobile apps?

Avatar

Community Advisor

Hi there, can someone please tell me how we can access value of a profile attribute in an offer for Mobile app (iOS and Android both)? In Web, its done through following syntax:

var e = '${profile.yourAttribute}';

Is there any equivalent method/way for Mobile app as well? thanks in advance,

Regards,

Rajneesh

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi Rajneesh,

I think you can use the same method i.e. '${profile.yourAttribute}'  to access the profile attribute in mobile apps . Please see link

Send Activity Information to Adobe Analytics

Regards

Parit

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

Hi Rajneesh,

I think you can use the same method i.e. '${profile.yourAttribute}'  to access the profile attribute in mobile apps . Please see link

Send Activity Information to Adobe Analytics

Regards

Parit

Avatar

Community Advisor

Hi Parit, thanks for sharing the link. Makes sense now.

Regards,

Rajneesh