Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

an22560478
an22560478
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by an22560478
Customize the badges you want to showcase on your profile
Re: How to send events / numeric evars from Android SDK - Adobe Experience Cloud Mobile 03-12-2018
Dear Arun, thank you very much for your reply. I didn't know about the classification rule builder. It's handy to have this possibility. Although, bucketing by RegEx-ing string eVars is kind of a workaround. It "feels somewhat wrong". I just wanted to use standard numeric operators. As alternative I now bucket on the client and just send the bucket keys via eVar. If there is another approach at sending and comparing numbers I would be happy if you'd let me know.Thank you!

Views

815

Likes

0

Replies

0
How to send events / numeric evars from Android SDK - Adobe Experience Cloud Mobile 29-11-2018
Hi,I encountered the following problem:When using the Android SDK I would like to send the user's individual game score as a numeric value together with an action.So in Android I normally useHashMap cdata = new HashMap();cdata.put("myapp.evar.game_score", 12345);Analytics.trackAction("myapp.action.game_score_changed_action", cdata);The eVars are created in the web dashboard. This work nice for a defined set of values, but doesn't work very well for numeric values.I would like to apply a filterin...

Views

1.2K

Likes

0

Replies

3