<?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: Classification rule builder - create buckets for the values in Adobe Analytics Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/classification-rule-builder-create-buckets-for-the-values/m-p/455456#M37705</link>
    <description>&lt;P&gt;Regex for numbers is &lt;EM&gt;hard&lt;/EM&gt;... since Regex is based on text values.. it doesn't recognize numerical values, it doesn't understand the concept of greater than / less than.. this means you will have to come up with complex regex rules that break the numbers down into expect values based on position and length.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an article that explains how to create regex for numeric ranges:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.regextutorial.org/regex-for-numbers-and-ranges.php" target="_blank"&gt;https://www.regextutorial.org/regex-for-numbers-and-ranges.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also suggest you should use a tool like&amp;nbsp;&lt;A href="https://www.regextester.com/" target="_blank"&gt;https://www.regextester.com/&lt;/A&gt;&amp;nbsp;to populate a bunch of values so that you can check that the rules you create match your expected output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jun 2022 13:49:40 GMT</pubDate>
    <dc:creator>Jennifer_Dungan</dc:creator>
    <dc:date>2022-06-09T13:49:40Z</dc:date>
    <item>
      <title>Classification rule builder - create buckets for the values</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/classification-rule-builder-create-buckets-for-the-values/m-p/455339#M37697</link>
      <description>&lt;P&gt;The values are storing in eVar, we have to group / buckets the values. I think the best way is to do classification rule builder&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to create buckets for the values like this:&lt;/P&gt;&lt;P&gt;0 – 3000&lt;/P&gt;&lt;P&gt;3001 -5000&lt;/P&gt;&lt;P&gt;5001 -10000&lt;/P&gt;&lt;P&gt;10001 – 30000&lt;/P&gt;&lt;P&gt;30001 – 50000&lt;/P&gt;&lt;P&gt;50001 – max&lt;/P&gt;&lt;P&gt;Can any one help me on this how to bucket / group the values in the regex or suggest me how to achieve above scenario.&lt;/P&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;P&gt;&lt;LI-USER uid="1905403"&gt;&lt;/LI-USER&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 03:54:58 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/classification-rule-builder-create-buckets-for-the-values/m-p/455339#M37697</guid>
      <dc:creator>reddy_y-11</dc:creator>
      <dc:date>2022-06-09T03:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Classification rule builder - create buckets for the values</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/classification-rule-builder-create-buckets-for-the-values/m-p/455456#M37705</link>
      <description>&lt;P&gt;Regex for numbers is &lt;EM&gt;hard&lt;/EM&gt;... since Regex is based on text values.. it doesn't recognize numerical values, it doesn't understand the concept of greater than / less than.. this means you will have to come up with complex regex rules that break the numbers down into expect values based on position and length.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an article that explains how to create regex for numeric ranges:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.regextutorial.org/regex-for-numbers-and-ranges.php" target="_blank"&gt;https://www.regextutorial.org/regex-for-numbers-and-ranges.php&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also suggest you should use a tool like&amp;nbsp;&lt;A href="https://www.regextester.com/" target="_blank"&gt;https://www.regextester.com/&lt;/A&gt;&amp;nbsp;to populate a bunch of values so that you can check that the rules you create match your expected output.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 13:49:40 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/classification-rule-builder-create-buckets-for-the-values/m-p/455456#M37705</guid>
      <dc:creator>Jennifer_Dungan</dc:creator>
      <dc:date>2022-06-09T13:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Classification rule builder - create buckets for the values</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/classification-rule-builder-create-buckets-for-the-values/m-p/455810#M37741</link>
      <description>&lt;P&gt;Here's something that's not immediately obvious about Classification Rule Builder: you can have more than one rule that classify a single eVar. AA will process the rules from #1 to #last.&lt;/P&gt;&lt;P&gt;So you could do the following:&lt;/P&gt;&lt;P&gt;Rule Number&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Regex&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Classified Value&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Max&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^(3000[1-9]|3[1-9][0-9]{3}|4[0-9]{4}|50000)$&amp;nbsp; &amp;nbsp; &amp;nbsp;30001 - 50000&lt;/P&gt;&lt;P&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;^(1000[1-9]|1[1-9][0-9]{3}|2[0-9]{4}|30000)$&amp;nbsp; &amp;nbsp; &amp;nbsp;10001 - 30000&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;Note: I&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;have not&lt;/STRONG&gt;&lt;/U&gt; tested any of the above regexes!&lt;/P&gt;&lt;P&gt;When you've set it up correctly, then&amp;nbsp;when you test this rule set, you should (hopefully) get back your expected buckets.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2022 13:22:08 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/classification-rule-builder-create-buckets-for-the-values/m-p/455810#M37741</guid>
      <dc:creator>yuhuisg</dc:creator>
      <dc:date>2022-06-12T13:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Classification rule builder - create buckets for the values</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/classification-rule-builder-create-buckets-for-the-values/m-p/457608#M37948</link>
      <description>&lt;P&gt;Thanks all for the reply.&lt;/P&gt;&lt;P&gt;I have found&amp;nbsp;Regex Numeric Range Generator URL&amp;nbsp;&lt;A href="https://3widgets.com/" target="_blank"&gt;https://3widgets.com/&lt;/A&gt;&amp;nbsp;. I think it will be helpful for all us.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 04:57:58 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/classification-rule-builder-create-buckets-for-the-values/m-p/457608#M37948</guid>
      <dc:creator>reddy_y-11</dc:creator>
      <dc:date>2022-06-23T04:57:58Z</dc:date>
    </item>
  </channel>
</rss>

