<?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 track E-commerce website Filters clicks in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/645991#M1520</link>
    <description>&lt;P&gt;Hi Jingze,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There a few a options you can manage when I did take a look at your site.&lt;/P&gt;
&lt;P&gt;1. Click Tracking - This could pull the data from the clicked items.&amp;nbsp;&lt;SPAN&gt;Using the selectorPath identification you could use&lt;STRONG&gt;&amp;nbsp;div#refine-group &amp;gt; ul &amp;gt; li &amp;gt; a&lt;/STRONG&gt; for the selector path. That should only gather clicks from the filter areas. It would be a good idea to create different click rules for each category of clothes to make it easier to parse the data later.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="selector_path.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39178i6C142ECF2BCFAB24/image-size/large?v=v2&amp;amp;px=999" role="button" title="selector_path.PNG" alt="selector_path.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; There could be issues related to pulling the correct data but the HTML does specify an HTML5 attribute (which can be chosen in the click &lt;STRONG&gt;custom event custom attribute section&lt;/STRONG&gt;). The label is &lt;EM&gt;&lt;STRONG&gt;aria-label&lt;/STRONG&gt;&lt;/EM&gt; which would return things like "size 15-33 17 Products". This attribute is generally used for assistive&amp;nbsp;technologies and should be relatively stable.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="customattribute.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39179iDB5EDEE08082C2DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="customattribute.PNG" alt="customattribute.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;2. URL parsing - currently if you have a page load rule, you could parse the URL to see what is currently being selected. This has the added benefit that if you already have setup everything, you could go back and pull the data. For example:Your URL is&amp;nbsp;&lt;A href="https://www.paulfredrick.com/shop/dress-shirts/color=grey%5Egreen/size=15-32%5E15-31%5E14,5-33/collar=spread" target="_blank"&gt;https://www.paulfredrick.com/shop/dress-shirts/color=grey%5Egreen/size=15-32%5E15-31%5E14,5-33/collar=spread&lt;/A&gt;&amp;nbsp;and you've created page load rule for dress shirts. You could then parse it to pull out that you have color: grey, green ; size: 15-32,15-31,14,5-33 Etc.selected. Each page load would give you more or less items, and this allows for a more robust picture of what users are interested in. You could also combine this with a product view and then use the previous page view with the filters to then track the user journey more easily as well. Setting up a new rule for each category (pants, shirts, etc.) would make it easier for data processing later but not a requirement!&lt;/P&gt;
&lt;P&gt;3. JS API. This would require additional dev work, but it could be done. You would have to direct developers to add in click events to send data back to ci360. The config would be a bit more specific and in depth than I can go into here but more customization for data sent to ci360 in the end.&lt;/P&gt;
&lt;P&gt;4. It might be possible with a good amount of work to pull all the filtered values from the page itself. I think the hardest part of this would be that some of the filtered values are defined in div that aren't very unique or don't have unique values so this might be a bit harder to manage without a bit of change to the html generated. It would be possible if all &amp;lt;a&amp;gt; values were returned, but I would need to test it and likely would return many values that you're not interested in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Out of all these options, click tracking would be the easiest to implement. But there are some downsides including the tracking of deselect clicks within the filter areas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;URL has the benefit of older data if that matters to you but requires you to parse the data outside of ci360 which may not be viable. This one would already be setup from a data collection viewpoint as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any questions let me know! Happy to help or clarify anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Jeffrey Stroud&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 May 2020 18:20:58 GMT</pubDate>
    <dc:creator>JeffPS</dc:creator>
    <dc:date>2020-05-07T18:20:58Z</dc:date>
    <item>
      <title>How to track E-commerce website Filters clicks</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/645716#M1519</link>
      <description>&lt;P&gt;To whom it may concern,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are a&amp;nbsp;E-commerce website. We currently want to track the filter clicks. For example:&amp;nbsp;if a customer click size 14.5 and color white, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Picture 1 is all the filters we have for one category (dress shirts tab)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-06 at 2.34.56 PM.png" style="width: 254px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39113i90995C26796B5CD3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-06 at 2.34.56 PM.png" alt="Screen Shot 2020-05-06 at 2.34.56 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Picture 2 after expanding, for example size and color filters, what customers can click&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-06 at 2.36.31 PM.png" style="width: 254px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39114i1425A272A27750C6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-06 at 2.36.31 PM.png" alt="Screen Shot 2020-05-06 at 2.36.31 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Picture 3&amp;nbsp;is all the filters we have for another category (pants tab)&lt;/P&gt;&lt;P&gt;Note: different categories will have different filter information&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-06 at 3.11.49 PM.png" style="width: 376px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39133i4FF871E8358EA03A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-06 at 3.11.49 PM.png" alt="Screen Shot 2020-05-06 at 3.11.49 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I am wonder how can I build this configuration in CI360 to track those clicks?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure below html information helpful or not, it's for category: pants.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-06 at 3.25.43 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39136i3B7E87EA652C6366/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-06 at 3.25.43 PM.png" alt="Screen Shot 2020-05-06 at 3.25.43 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here is our website:&amp;nbsp;&lt;A href="https://www.paulfredrick.com/" target="_blank"&gt;https://www.paulfredrick.com&lt;/A&gt;We have 11 tabs: Dress shirts, Ties, Suits, Sport Coats, Pants, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is one configuration (such as custom click event) can track all those information all together for different categories page? Or it need to be configured separately for different categories? Or do we need to create JavaScript API and build this configuration?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone know anything about this question. Please let me know.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jingze&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 19:32:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/645716#M1519</guid>
      <dc:creator>jingze0619</dc:creator>
      <dc:date>2020-05-06T19:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to track E-commerce website Filters clicks</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/645991#M1520</link>
      <description>&lt;P&gt;Hi Jingze,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There a few a options you can manage when I did take a look at your site.&lt;/P&gt;
&lt;P&gt;1. Click Tracking - This could pull the data from the clicked items.&amp;nbsp;&lt;SPAN&gt;Using the selectorPath identification you could use&lt;STRONG&gt;&amp;nbsp;div#refine-group &amp;gt; ul &amp;gt; li &amp;gt; a&lt;/STRONG&gt; for the selector path. That should only gather clicks from the filter areas. It would be a good idea to create different click rules for each category of clothes to make it easier to parse the data later.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="selector_path.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39178i6C142ECF2BCFAB24/image-size/large?v=v2&amp;amp;px=999" role="button" title="selector_path.PNG" alt="selector_path.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; There could be issues related to pulling the correct data but the HTML does specify an HTML5 attribute (which can be chosen in the click &lt;STRONG&gt;custom event custom attribute section&lt;/STRONG&gt;). The label is &lt;EM&gt;&lt;STRONG&gt;aria-label&lt;/STRONG&gt;&lt;/EM&gt; which would return things like "size 15-33 17 Products". This attribute is generally used for assistive&amp;nbsp;technologies and should be relatively stable.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="customattribute.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39179iDB5EDEE08082C2DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="customattribute.PNG" alt="customattribute.PNG" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;2. URL parsing - currently if you have a page load rule, you could parse the URL to see what is currently being selected. This has the added benefit that if you already have setup everything, you could go back and pull the data. For example:Your URL is&amp;nbsp;&lt;A href="https://www.paulfredrick.com/shop/dress-shirts/color=grey%5Egreen/size=15-32%5E15-31%5E14,5-33/collar=spread" target="_blank"&gt;https://www.paulfredrick.com/shop/dress-shirts/color=grey%5Egreen/size=15-32%5E15-31%5E14,5-33/collar=spread&lt;/A&gt;&amp;nbsp;and you've created page load rule for dress shirts. You could then parse it to pull out that you have color: grey, green ; size: 15-32,15-31,14,5-33 Etc.selected. Each page load would give you more or less items, and this allows for a more robust picture of what users are interested in. You could also combine this with a product view and then use the previous page view with the filters to then track the user journey more easily as well. Setting up a new rule for each category (pants, shirts, etc.) would make it easier for data processing later but not a requirement!&lt;/P&gt;
&lt;P&gt;3. JS API. This would require additional dev work, but it could be done. You would have to direct developers to add in click events to send data back to ci360. The config would be a bit more specific and in depth than I can go into here but more customization for data sent to ci360 in the end.&lt;/P&gt;
&lt;P&gt;4. It might be possible with a good amount of work to pull all the filtered values from the page itself. I think the hardest part of this would be that some of the filtered values are defined in div that aren't very unique or don't have unique values so this might be a bit harder to manage without a bit of change to the html generated. It would be possible if all &amp;lt;a&amp;gt; values were returned, but I would need to test it and likely would return many values that you're not interested in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Out of all these options, click tracking would be the easiest to implement. But there are some downsides including the tracking of deselect clicks within the filter areas.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;URL has the benefit of older data if that matters to you but requires you to parse the data outside of ci360 which may not be viable. This one would already be setup from a data collection viewpoint as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any questions let me know! Happy to help or clarify anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Jeffrey Stroud&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 18:20:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/645991#M1520</guid>
      <dc:creator>JeffPS</dc:creator>
      <dc:date>2020-05-07T18:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to track E-commerce website Filters clicks</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/646026#M1521</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&lt;SPAN&gt;Jeffrey&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for all your answers.&amp;nbsp;I have several questions regarding the first two options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Option 1&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;SPAN&gt;For the click tracking, is it under custom events &amp;gt; click &amp;gt; click&amp;nbsp;attributes? Because&amp;nbsp;currently our CI360 has some problems, and I&amp;nbsp;just send a&amp;nbsp;&lt;/SPAN&gt;ticket to tech support. Not sure I am on the right path to create this event or not.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-07 at 3.29.31 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39185i71D116F37EA82687/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-07 at 3.29.31 PM.png" alt="Screen Shot 2020-05-07 at 3.29.31 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. You mentioned "It would be a good idea to create different click rules for each category of clothes to make it easier to parse the data later." &amp;nbsp;I am not a HTML person, so when you refer to &lt;STRONG&gt;create different click rules for each category&lt;/STRONG&gt;, what's you mean&amp;nbsp;specifically? Is there anything we need to change for&amp;nbsp;different categories under the configuration you&amp;nbsp;just&amp;nbsp;showed? &amp;nbsp;Do you mind to provide two examples for&amp;nbsp;different categories to show the difference under the&amp;nbsp;configuration?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Option 2&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. You mentioned &lt;/SPAN&gt;&lt;SPAN&gt;"Setting up a new rule for each category (pants, shirts, etc.) would make it easier for data processing later but not a requirement!" Does this one same as the one you mention in option 1?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4."You could also combine this with a product view and then use the previous page view with the filters to then track the user journey more easily as well." Do you mind to&amp;nbsp;explain here more? I am a little confused how it works here.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again&lt;/P&gt;&lt;P&gt;Jingze&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2020 20:14:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/646026#M1521</guid>
      <dc:creator>jingze0619</dc:creator>
      <dc:date>2020-05-07T20:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to track E-commerce website Filters clicks</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/646084#M1522</link>
      <description>&lt;P&gt;Hi Jingze,&lt;/P&gt;
&lt;P&gt;Option 1:&lt;/P&gt;
&lt;P&gt;1. Yes that's the correct path to create a click event!&amp;nbsp; I'm not sure what your current setup is right now but I do see the tag on your site, I'll leave it to customer support to help you out there. There are many reasons why the website won't show up in the window you have below and many are security related. You can many times skip this window by clicking on the circles above (circle 5) and specify fake attributes values. This will let you bypass the "simple setup" menus and let you see the actual configuration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. When creating the rules I would create seperate rules for each clothing category. When defining in the configuration for rules you can specify certain webpages or a collection of webpages. So in the configuration for dress shirts you would set&amp;nbsp;&lt;A href="https://www.paulfredrick.com/shop/dress-shirts" target="_blank"&gt;https://www.paulfredrick.com/shop/dress-shirts&lt;/A&gt;&amp;nbsp;using contains function or something to only fire on dress shirt pages URLs. This can be done afterwards but it's probably just easier to do it in the config. If you do have a dataLayer of some sort, that could also be used to fire only on shirt pages and can many times be easier!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Option 2:&lt;/P&gt;
&lt;P&gt;3. Yes this would be similar to the above. Allowing you to seperate the data easier by using the attribute settings within the configuration to group certain page view rules. It's not necessary if you do want to parse the data outside of the configuration but could make it easier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4.This has to do with how you end up looking at the data. You could setup product views for when someone goes to a page with a product on your site. Looking at timestamps and such you could create a timeline and previous data to then say "they looked at these filters before and ended up at this product" There's not anything specific, it's more about how you use the session data to look at paths through your website but having a full understanding of the filters someone used before they went to a product view could be beneficial!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 03:23:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/646084#M1522</guid>
      <dc:creator>JeffPS</dc:creator>
      <dc:date>2020-05-08T03:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to track E-commerce website Filters clicks</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/648904#M1529</link>
      <description>&lt;P&gt;Hi. Jeff&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I figure out the SelectorPath should be this one (please correct me if I am wrong)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-19 at 10.38.42 AM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39587iF749F93D0CDBE095/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-19 at 10.38.42 AM.png" alt="Screen Shot 2020-05-19 at 10.38.42 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one last question. This click event is only for Dress Shirt page (as under event configuration, I selected dress-shirt page).&amp;nbsp;I read the documentation for Event Attributes step, but I was a little confused. Do I need to change anything here? &lt;STRONG&gt;What would you recommend me to put for Custom Name and Custom Group Name?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-19 at 12.14.29 PM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39590iEABBC0AFDC78A64A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-19 at 12.14.29 PM.png" alt="Screen Shot 2020-05-19 at 12.14.29 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-19 at 11.44.47 AM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39589i79C176D39AB84BE5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-19 at 11.44.47 AM.png" alt="Screen Shot 2020-05-19 at 11.44.47 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to hear from you&lt;BR /&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 16:17:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/648904#M1529</guid>
      <dc:creator>jingze0619</dc:creator>
      <dc:date>2020-05-19T16:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to track E-commerce website Filters clicks</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/650340#M1536</link>
      <description>&lt;P&gt;Hi Jingze!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies on the lateness of my reply.&lt;/P&gt;
&lt;P&gt;There are a few options for the Custom Name and Custom Groups.&lt;/P&gt;
&lt;P&gt;These allow you if you have multiple rules to easily filter the data when you download it. There will be two columns in the data that you can use to categorize your data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of the nicer things is that you can use a dynamic name, by adding in an attribute like the page or a section of the URL. So for example, you could have the data show&lt;/P&gt;
&lt;P&gt;CustomName filter:&amp;lt;click value&amp;gt;&lt;/P&gt;
&lt;P&gt;Custom Group Name filterclick:&amp;lt;url 2nd level&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which if your customer clicked on the 15 size shirt filter would give you:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Custom Name filter:15&lt;/P&gt;
&lt;P&gt;filterclick:dressshirt&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is pictures of the config for the above.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commun1.png" style="width: 834px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39873i7E6479AFF44FDABD/image-size/large?v=v2&amp;amp;px=999" role="button" title="commun1.png" alt="commun1.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commun2.png" style="width: 842px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39874i0B855C9944613F2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="commun2.png" alt="commun2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Jeffrey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 05:08:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/650340#M1536</guid>
      <dc:creator>JeffPS</dc:creator>
      <dc:date>2020-05-25T05:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to track E-commerce website Filters clicks</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/650742#M1538</link>
      <description>&lt;P&gt;Hi. Jeffrey&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-26 at 9.26.32 AM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39979i63E98526C8B09AF7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-26 at 9.26.32 AM.png" alt="Screen Shot 2020-05-26 at 9.26.32 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-26 at 9.26.38 AM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39980i484AC6DAD7D5F23D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-26 at 9.26.38 AM.png" alt="Screen Shot 2020-05-26 at 9.26.38 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2020-05-26 at 9.26.59 AM.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39981i223999C1556CBCB1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2020-05-26 at 9.26.59 AM.png" alt="Screen Shot 2020-05-26 at 9.26.59 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Above are the configuration I crated last week. However, I didn't track anything,&amp;nbsp;&lt;SPAN&gt;I didn't find any data in the custom_events table. Is it&amp;nbsp;because the event attributes (Custom Name, and Custom Group Name) or&amp;nbsp;anything else? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I just create a new configuration and change the event attributes as your&amp;nbsp;example, is there anything I need to change?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why the custom group name only pick path 2? &lt;A href="https://www.paulfredrick.com/shop/dress-shirts/color=white/size=14,5" target="_blank"&gt;https://www.paulfredrick.com/shop/dress-shirts/color=white/size=14,5&lt;/A&gt;&amp;nbsp;if customer click color and size, only path 2 is not enough right to track both size and color, right?&amp;nbsp;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;Looking forward to hear from you&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jingze&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 13:33:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/650742#M1538</guid>
      <dc:creator>jingze0619</dc:creator>
      <dc:date>2020-05-26T13:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to track E-commerce website Filters clicks</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/880378#M1921</link>
      <description>&lt;P&gt;When it comes to tracking filter clicks on an E-commerce website, there are a few options you can consider. One approach is using click tracking, where you can pull data from the clicked items. For example, you can use a selectorPath identification like ""div#refine-group &amp;gt; ul&amp;gt; li &amp;gt; a"" to specifically gather clicks from the filter areas. Creating different click rules for each category of clothes can make it easier to analyze the data later.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 11:22:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/How-to-track-E-commerce-website-Filters-clicks/m-p/880378#M1921</guid>
      <dc:creator>freyafrigohre</dc:creator>
      <dc:date>2023-06-13T11:22:12Z</dc:date>
    </item>
  </channel>
</rss>

