<?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 Any solution about Experience Targeting who specific users?? in Adobe Target Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/any-solution-about-experience-targeting-who-specific-users/m-p/449669#M7658</link>
    <description>&lt;P&gt;I want&amp;nbsp;Experience Targeting just fuw persons who work with me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some one have a solution ? or Any good&amp;nbsp; idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ex) segments : user_id&amp;nbsp; equals&amp;nbsp; 'noah0530'&amp;nbsp; // like this&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 01:48:26 GMT</pubDate>
    <dc:creator>Jeonglim_Lee</dc:creator>
    <dc:date>2022-04-26T01:48:26Z</dc:date>
    <item>
      <title>Any solution about Experience Targeting who specific users??</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/any-solution-about-experience-targeting-who-specific-users/m-p/449669#M7658</link>
      <description>&lt;P&gt;I want&amp;nbsp;Experience Targeting just fuw persons who work with me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some one have a solution ? or Any good&amp;nbsp; idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ex) segments : user_id&amp;nbsp; equals&amp;nbsp; 'noah0530'&amp;nbsp; // like this&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 01:48:26 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/any-solution-about-experience-targeting-who-specific-users/m-p/449669#M7658</guid>
      <dc:creator>Jeonglim_Lee</dc:creator>
      <dc:date>2022-04-26T01:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Any solution about Experience Targeting who specific users??</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/any-solution-about-experience-targeting-who-specific-users/m-p/449907#M7660</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;LI-USER uid="17532423"&gt;&lt;/LI-USER&gt;&amp;nbsp; - you can use Enter to provide multiple values while defining audiences. This acts as an OR condition and audience will qualify if any of the values match the rule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rajneesh_gautam_0-1651045424951.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/40511i12FE92FA4F22DF25/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="rajneesh_gautam_0-1651045424951.png" alt="rajneesh_gautam_0-1651045424951.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 07:45:53 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/any-solution-about-experience-targeting-who-specific-users/m-p/449907#M7660</guid>
      <dc:creator>Rajneesh_Gautam_</dc:creator>
      <dc:date>2022-04-27T07:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Any solution about Experience Targeting who specific users??</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/any-solution-about-experience-targeting-who-specific-users/m-p/450030#M7669</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;LI-USER uid="17532423"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;If you are wanting to create an internal audience for testing purposes and you can have that audience follow a few easy steps, you can create profiles for them and then audiences from those profiles to target in an activity (like an XT).&lt;/P&gt;&lt;P&gt;The key is to set a profile parameter using a &lt;A href="https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/at-js-implementation/functions-overview/adobe-target-trackevent.html?lang=en" target="_blank" rel="noopener"&gt;trackEvent&lt;/A&gt; call. Here's how I've done this in the past for setting up internal testing groups. I'll use your example of user_id = noah0530.&lt;/P&gt;&lt;P&gt;First is to get your trackEvent code ready. For Noah, you would create the following:&lt;/P&gt;&lt;PRE&gt;adobe.target.trackEvent({"mbox": "userProfileSet","params": {"profile.user_id": "noah0530"}});&lt;/PRE&gt;&lt;P&gt;Then 'Noah' would need to navigate to a browser where your instance of Target is running and open up his developer tools and select 'Console'. In the Console, he would paste the above code and hit enter. It will return 'undefined' (which is ok). It should look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Profile Step 1.jpg" style="width: 999px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/40530i7C55896906820D3E/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Profile Step 1.jpg" alt="Profile Step 1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What this step is doing is setting a profile key:value pair for Noah on this specific browser. So when Noah returns Target will have this value associated with his profile. Note that this profile will persist for 14 days by default so Noah may need to repeat this step to keep his profile. You can validate the profile values are there by looking at the mbox Trace:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Profile Validate.jpg" style="width: 999px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/40531i6C34ABD43C8F3D9B/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Profile Validate.jpg" alt="Profile Validate.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, you can create an audience using that information by selecting "Profile" in the audience builder and selecting user_id and then typing the user ids you wish to target. You can combine multiple or create single audiences from a specific id.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Profile Step 2.jpg" style="width: 999px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/40532i129B238DCF2939DB/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Profile Step 2.jpg" alt="Profile Step 2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once the audience is created you can use that in any activity.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This application is for a specific use case where you can have the user perform these specific steps... but in a real world use case we would want either attributes or specific actions to set these profiles for users so that we could then use those profiles to provide a better experience. &lt;img class="lia-deferred-image lia-image-emoji" src="https://experienceleaguecommunities.adobe.com/html/@31B4D6D7B3510763F3CBB2AAB7997408/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 17:30:53 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/any-solution-about-experience-targeting-who-specific-users/m-p/450030#M7669</guid>
      <dc:creator>ryan_pizzuto</dc:creator>
      <dc:date>2022-04-27T17:30:53Z</dc:date>
    </item>
  </channel>
</rss>

