<?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: Can I create an audience from an experience of another A/B test? in Adobe Target Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-i-create-an-audience-from-an-experience-of-another-a-b-test/m-p/450103#M7674</link>
    <description>&lt;P&gt;Thank you &lt;LI-USER uid="9996333"&gt;&lt;/LI-USER&gt;&amp;nbsp;and&amp;nbsp;&lt;LI-USER uid="8396812"&gt;&lt;/LI-USER&gt;&amp;nbsp; for the brilliant advices.&lt;/P&gt;&lt;P&gt;How to set with the adobe click event and use profile script to capture it, really the missing link in my mind map. Now the map is complete!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugenia&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2022 08:33:51 GMT</pubDate>
    <dc:creator>EugeniaFang</dc:creator>
    <dc:date>2022-04-28T08:33:51Z</dc:date>
    <item>
      <title>Can I create an audience from an experience of another A/B test?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-i-create-an-audience-from-an-experience-of-another-a-b-test/m-p/448547#M7624</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an issue. I need to create a custom Audience coming from an experience from another test.&lt;/P&gt;&lt;P&gt;In other words:&lt;/P&gt;&lt;P&gt;- I have a Test 1 (A 50%, B 50%) with an &amp;lt;a href&amp;gt; linked to the URL of Test 2&lt;/P&gt;&lt;P&gt;- I have a Test 2 (B 100%, so that &amp;lt;a href&amp;gt; in Test 1-B always lands there)&lt;/P&gt;&lt;P&gt;And the audience of Test 2 has to come from Experience B of Test 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody know if it's possible to create a custom audience that contains the info of visitors who come only from the B in Test 1?&lt;/P&gt;&lt;P&gt;I looked into Create Audience &amp;gt; Custom but I can't find any solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks.&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://experienceleaguecommunities.adobe.com/html/@60DE58E3D0F917BA4212C9DB2F56624D/emoticons/1f64f.png" alt=":folded_hands:" title=":folded_hands:" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 11:17:49 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-i-create-an-audience-from-an-experience-of-another-a-b-test/m-p/448547#M7624</guid>
      <dc:creator>isolda</dc:creator>
      <dc:date>2022-04-18T11:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create an audience from an experience of another A/B test?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-i-create-an-audience-from-an-experience-of-another-a-b-test/m-p/448613#M7626</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17518164"&gt;&lt;/LI-USER&gt;&amp;nbsp; - you can do it through profile-scripts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step 1: Configure Test 1 experiences to pass the URL value for Test 2, using &lt;EM&gt;adobe.target.trackEvent()&lt;/EM&gt; method. Using an mbox-parameter, pass an empty value from Test 1-Experience A and URL-value from Test 1-Experience B.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT face="andale mono,times" size="2" color="#993300"&gt;adobe.target.trackEvent({&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT face="andale mono,times" size="2" color="#993300"&gt;"mbox": "collect-test1-url",&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT face="andale mono,times" size="2" color="#993300"&gt;"params": {&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT face="andale mono,times" size="2" color="#993300"&gt;"test1_url": &amp;lt;URL&amp;gt; // This value should be empty in case of Experience A&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT face="andale mono,times" size="2" color="#993300"&gt;} &lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT face="andale mono,times" size="2" color="#993300"&gt;});&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Step 2: Configure a profile-script to read the mbox-paramater value from Step 1 above.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT face="andale mono,times" size="2" color="#993300"&gt;if (mbox.name == 'collect-test1-url'&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="andale mono,times" size="2" color="#993300"&gt;&amp;amp;&amp;amp; mbox.param('test1_url')){ &lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT face="andale mono,times" size="2" color="#993300"&gt;return mbox.param('test1_url'); &lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&lt;FONT face="andale mono,times" size="2" color="#993300"&gt;}&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Step 3: Use this profile-script in your audiences&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajneesh&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 00:56:05 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-i-create-an-audience-from-an-experience-of-another-a-b-test/m-p/448613#M7626</guid>
      <dc:creator>Rajneesh_Gautam_</dc:creator>
      <dc:date>2022-04-19T00:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create an audience from an experience of another A/B test?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-i-create-an-audience-from-an-experience-of-another-a-b-test/m-p/449091#M7643</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="9996333"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Great method!&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://experienceleaguecommunities.adobe.com/html/@75A6D6FF952853FD3FEE698791550716/emoticons/1f4af.png" alt=":hundred_points:" title=":hundred_points:" /&gt;&lt;/P&gt;&lt;P&gt;Can this method apply to the single test?&lt;/P&gt;&lt;P&gt;e.g. Testing experience has a newly added CTA, and only shows to audience who has not be clicked on it. in another word, the audience pool starts at 100%, then with ppl click through the CTA, the audience pool become smaller.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eugenia&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 09:28:22 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-i-create-an-audience-from-an-experience-of-another-a-b-test/m-p/449091#M7643</guid>
      <dc:creator>EugeniaFang</dc:creator>
      <dc:date>2022-04-21T09:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create an audience from an experience of another A/B test?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-i-create-an-audience-from-an-experience-of-another-a-b-test/m-p/449971#M7664</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;LI-USER uid="17515950"&gt;&lt;/LI-USER&gt;! Just to +1 on Rajneesh's answer and clarify for your follow-up question. That method is for a single test. So step 1 in the answer above is defining the values you want to capture in step 2. And those step 1 values are specific to the test experience where they are captured. Now, how you plan to USE those values (from the profile script) could be applied to a single test, or many tests as you will be creating an audience from those values to use how you please.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 15:08:21 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-i-create-an-audience-from-an-experience-of-another-a-b-test/m-p/449971#M7664</guid>
      <dc:creator>ryan_pizzuto</dc:creator>
      <dc:date>2022-04-27T15:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create an audience from an experience of another A/B test?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-i-create-an-audience-from-an-experience-of-another-a-b-test/m-p/449994#M7665</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17515950"&gt;&lt;/LI-USER&gt;&amp;nbsp; - agreeing to what&amp;nbsp;&lt;LI-USER uid="8396812"&gt;&lt;/LI-USER&gt;&amp;nbsp;suggested, you can use this approach to both single-test and multiple-tests scenarios.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 15:44:06 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-i-create-an-audience-from-an-experience-of-another-a-b-test/m-p/449994#M7665</guid>
      <dc:creator>Rajneesh_Gautam_</dc:creator>
      <dc:date>2022-04-27T15:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create an audience from an experience of another A/B test?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-i-create-an-audience-from-an-experience-of-another-a-b-test/m-p/450103#M7674</link>
      <description>&lt;P&gt;Thank you &lt;LI-USER uid="9996333"&gt;&lt;/LI-USER&gt;&amp;nbsp;and&amp;nbsp;&lt;LI-USER uid="8396812"&gt;&lt;/LI-USER&gt;&amp;nbsp; for the brilliant advices.&lt;/P&gt;&lt;P&gt;How to set with the adobe click event and use profile script to capture it, really the missing link in my mind map. Now the map is complete!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugenia&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 08:33:51 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/can-i-create-an-audience-from-an-experience-of-another-a-b-test/m-p/450103#M7674</guid>
      <dc:creator>EugeniaFang</dc:creator>
      <dc:date>2022-04-28T08:33:51Z</dc:date>
    </item>
  </channel>
</rss>

