<?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 Criteria set-up. Display products that matches an entity parameter on mbox in Adobe Target Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/criteria-set-up-display-products-that-matches-an-entity/m-p/286076#M4835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I am trying to create a recs component that should provide product recommendations based on the entity parameter I am passing in mbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the mbox call, I am passing an entity parameter which is 'entity.status'&lt;/P&gt;&lt;P&gt;In the data catalog, my products also have that attribute - entity.status.&lt;/P&gt;&lt;P&gt;What I want to happen is if the value I passed to the entity.status parameter is '1' in the mbox call, I want to see in recs all of the products in my data catalog that has a entity.status = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to use the most viewed algorithm since my site is getting very low traffic. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2017 17:45:22 GMT</pubDate>
    <dc:creator>michaelt2449324</dc:creator>
    <dc:date>2017-10-12T17:45:22Z</dc:date>
    <item>
      <title>Criteria set-up. Display products that matches an entity parameter on mbox</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/criteria-set-up-display-products-that-matches-an-entity/m-p/286076#M4835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - I am trying to create a recs component that should provide product recommendations based on the entity parameter I am passing in mbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the mbox call, I am passing an entity parameter which is 'entity.status'&lt;/P&gt;&lt;P&gt;In the data catalog, my products also have that attribute - entity.status.&lt;/P&gt;&lt;P&gt;What I want to happen is if the value I passed to the entity.status parameter is '1' in the mbox call, I want to see in recs all of the products in my data catalog that has a entity.status = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to use the most viewed algorithm since my site is getting very low traffic. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 17:45:22 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/criteria-set-up-display-products-that-matches-an-entity/m-p/286076#M4835</guid>
      <dc:creator>michaelt2449324</dc:creator>
      <dc:date>2017-10-12T17:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Criteria set-up. Display products that matches an entity parameter on mbox</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/criteria-set-up-display-products-that-matches-an-entity/m-p/286077#M4836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are really close!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you pass in an mbox parameter (a.k.a. targetPageParameter) called "status" -- not &lt;STRONG&gt;entity.&lt;/STRONG&gt;status -- this use-case will work. So set status equal to 1 in the parameter an make sure that the items in the catalog have a corresponding entity.status value equal to 1. Also make sure you are passing both of them in the same way (either as a string or a value) so that the matching isn't trying to compare different types of data. Once you are passing in the parameter status=1, you can follow the setup below. Hope that helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Criteria Card, click "Add Filtering Rule"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1362812_pastedImage_4.png"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/8133iBBDD88374A333148/image-size/large?v=v2&amp;amp;px=999" role="button" title="1362812_pastedImage_4.png" alt="1362812_pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;then select "Parameter Matching"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1362813_pastedImage_5.png"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/8134iB95328B9268999DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="1362813_pastedImage_5.png" alt="1362813_pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you create a rule that looks like this (you may need to change the name of the mbox):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1362814_pastedImage_6.png"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/8135iFAC23CC5C1AB1729/image-size/large?v=v2&amp;amp;px=999" role="button" title="1362814_pastedImage_6.png" alt="1362814_pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2017 20:08:29 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/criteria-set-up-display-products-that-matches-an-entity/m-p/286077#M4836</guid>
      <dc:creator>Jon_Tehero</dc:creator>
      <dc:date>2017-12-01T20:08:29Z</dc:date>
    </item>
  </channel>
</rss>

