<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to send events / numeric evars from Android SDK in Adobe Experience Cloud Mobile Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-send-events-numeric-evars-from-android-sdk/m-p/257132#M761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="15337745" data-objecttype="3" href="https://forums.adobe.com/people/an22560478"&gt;an22560478,&lt;/A&gt;​&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I don't think we can use Numeric Operators on eVars. Someone might has some other ideas, lets wait for them.&lt;/P&gt;&lt;P&gt;Yes, you can bucket the eVars from Client End, but if you need to understand/compare an individual eVar score (Let's say 1250), it is not possible. So i would recommend for Classification!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2018 03:46:25 GMT</pubDate>
    <dc:creator>PratheepArunRaj</dc:creator>
    <dc:date>2018-12-04T03:46:25Z</dc:date>
    <item>
      <title>How to send events / numeric evars from Android SDK</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-send-events-numeric-evars-from-android-sdk/m-p/257129#M758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I encountered the following problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using the Android SDK I would like to send the user's individual game score as a numeric value together with an action.&lt;/P&gt;&lt;P&gt;So in Android I normally use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_15435005168043398" data-renderedposition="157.39999389648438_8_1042_53" jivemacro_uid="_15435005168043398" modifiedtitle="true"&gt;&lt;OL class="syntax highlighted"&gt;&lt;LI&gt;&lt;SPAN class="source java"&gt;&lt;SPAN class="java"&gt;&lt;SPAN class="type"&gt;HashMap&lt;/SPAN&gt; cdata &lt;SPAN class="operator"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator"&gt;new&lt;/SPAN&gt; &lt;SPAN class="type"&gt;HashMap&lt;/SPAN&gt;&lt;SPAN class="operator"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="type"&gt;String&lt;/SPAN&gt;, &lt;SPAN class="type"&gt;Object&lt;/SPAN&gt;&lt;SPAN class="operator"&gt;&amp;gt;&lt;/SPAN&gt;();&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="java"&gt;cdata.put("myapp.evar.game_score", 12345);&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="java"&gt;Analytics.trackAction("myapp.action.game_score_changed_action", cdata);&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;I would like to apply a filtering like &lt;EM&gt;"greater than 1500"&lt;/EM&gt; but this is not possible like this since every value is just a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is it possible to track these numeric values?&lt;/P&gt;&lt;P&gt;I've read a lot in the documentation and &lt;STRONG&gt;assume it could be&lt;/STRONG&gt; some kind of events with&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="_jivemacro_uid_15435015262387221 jive_macro_code jive_text_macro" data-renderedposition="339.1000061035156_8_1042_16" jivemacro_uid="_15435015262387221" modifiedtitle="true"&gt;&lt;P&gt;cdata.put("&amp;amp;&amp;amp;events", "myapp.event1=12345");&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;But I'm not sure about this and have no clue what to create in the web dashboard to work together with this.&lt;/P&gt;&lt;P&gt;Or maybe I should use some kind of counter variable?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is this done correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2018 14:34:48 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-send-events-numeric-evars-from-android-sdk/m-p/257129#M758</guid>
      <dc:creator>an22560478</dc:creator>
      <dc:date>2018-11-29T14:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events / numeric evars from Android SDK</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-send-events-numeric-evars-from-android-sdk/m-p/257130#M759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A href="https://experienceleaguecommunities.adobe.com/people/an22560478"&gt;an22560478&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;For your above scenario, i don't think numeric event will help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;Assume that I have individual game scores 1600 and 1700. If you capture the numbers using a eVar, you will have 1 Page View for 1600 and &lt;SPAN class="j-post-author"&gt;1 Page View for 1700. But if you capture it in event (Numeric), it will have value 1600+1700 = 3300. You can never add a segment where you want to specify &lt;EM&gt;"greater than 1500" &lt;/EM&gt;to get the desired results you are expecting.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;I would say, it is better to capture it in an eVar and then classify it using &lt;A href="https://marketing.adobe.com/resources/help/en_US/reference/classification_rule_builder.html" title="https://marketing.adobe.com/resources/help/en_US/reference/classification_rule_builder.html"&gt;Classification Rule Builder&lt;/A&gt; because it has Reg-Ex option to bucket the categories.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;For Page Load Time, most people using the same mechanism. Below the screen grab:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;I would suggest the same method for you. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;Than You&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;SPAN class="j-post-author"&gt;Arun&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2018 05:03:53 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-send-events-numeric-evars-from-android-sdk/m-p/257130#M759</guid>
      <dc:creator>PratheepArunRaj</dc:creator>
      <dc:date>2018-11-30T05:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events / numeric evars from Android SDK</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-send-events-numeric-evars-from-android-sdk/m-p/257131#M760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Arun, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for your reply. &lt;/P&gt;&lt;P&gt;I didn't know about the classification rule builder. It's handy to have this possibility. &lt;/P&gt;&lt;P&gt;Although, bucketing by RegEx-ing string eVars is kind of a workaround. It "feels somewhat wrong". &lt;/P&gt;&lt;P&gt;I just wanted to use standard numeric operators. &lt;/P&gt;&lt;P&gt;As alternative I now bucket on the client and just send the bucket keys via eVar. &lt;/P&gt;&lt;P&gt;If there is another approach at sending and comparing numbers I would be happy if you'd let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2018 11:27:57 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-send-events-numeric-evars-from-android-sdk/m-p/257131#M760</guid>
      <dc:creator>an22560478</dc:creator>
      <dc:date>2018-12-03T11:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to send events / numeric evars from Android SDK</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-send-events-numeric-evars-from-android-sdk/m-p/257132#M761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="15337745" data-objecttype="3" href="https://forums.adobe.com/people/an22560478"&gt;an22560478,&lt;/A&gt;​&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I don't think we can use Numeric Operators on eVars. Someone might has some other ideas, lets wait for them.&lt;/P&gt;&lt;P&gt;Yes, you can bucket the eVars from Client End, but if you need to understand/compare an individual eVar score (Let's say 1250), it is not possible. So i would recommend for Classification!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2018 03:46:25 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-send-events-numeric-evars-from-android-sdk/m-p/257132#M761</guid>
      <dc:creator>PratheepArunRaj</dc:creator>
      <dc:date>2018-12-04T03:46:25Z</dc:date>
    </item>
  </channel>
</rss>

