<?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: AB test - Activity doesn't load when targeting Mobile Visitors Target audience in Adobe Target Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/ab-test-activity-doesn-t-load-when-targeting-mobile-visitors/m-p/462223#M7954</link>
    <description>&lt;P&gt;Thanks Gaurav&lt;BR /&gt;&lt;BR /&gt;We use form-based composer in a server-side implementation, so don't use the VEC (or CSS selectors).&lt;BR /&gt;&lt;BR /&gt;Our developer added more user-agent and mobile client hints to the Target delivery request to check if the device is mobile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;...
3 context: {
4 channel: "mobile"
5 userAgent: "Mozilla/5.0 (Linux; Android 12; Pixel 4a) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36",
6 clientHints: {
7 mobile: "true",
8 platform: "Linux",
9 platformVersion: "12.1",
10 model: "Pixel 4a",
11 }
...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding these parameters let the Mobile Users Target audience evaluate if the device met these conditions, and it successfully delivered the web activity on mobiles.&lt;BR /&gt;&lt;BR /&gt;This was helpful documentation: &lt;A href="https://developer.adobe.com/target/implement/server-side/sdk-guides/core-principles/audience-targeting/#client-hints" target="_blank" rel="noopener"&gt;https://developer.adobe.com/target/implement/server-side/sdk-guides/core-principles/audience-targeting/#client-hints&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jul 2022 02:55:55 GMT</pubDate>
    <dc:creator>KeithDavo</dc:creator>
    <dc:date>2022-07-22T02:55:55Z</dc:date>
    <item>
      <title>AB test - Activity doesn't load when targeting Mobile Visitors Target audience</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/ab-test-activity-doesn-t-load-when-targeting-mobile-visitors/m-p/461276#M7929</link>
      <description>&lt;P&gt;I have a web A/B test with two experiences. I want to target only Mobile Visitors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The variant B experience loads correctly on desktops and mobile phones/device when the Audience is set to All visitors.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KeithDavo_0-1658125261004.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/43137iDBB983310D2A0B4D/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="KeithDavo_0-1658125261004.png" alt="KeithDavo_0-1658125261004.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when using a Target Audience Is Mobile Device "true" OR Is Mobile Phone "true", the variant B experience does not load on any device (mobile or desktop).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KeithDavo_1-1658125273861.png" style="width: 400px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/43138i44C45B227AE009D0/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="KeithDavo_1-1658125273861.png" alt="KeithDavo_1-1658125273861.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can visually see the experience doesn't load, and also debugged in the console when USB debugging my mobile phone plugged into the computer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why doesn't the experience load when using this audience?&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;(We have a server-side Target implementation.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 09:19:10 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/ab-test-activity-doesn-t-load-when-targeting-mobile-visitors/m-p/461276#M7929</guid>
      <dc:creator>KeithDavo</dc:creator>
      <dc:date>2022-07-21T09:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: AB test - Activity doesn't load when targeting Mobile Visitors Target audience</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/ab-test-activity-doesn-t-load-when-targeting-mobile-visitors/m-p/462054#M7947</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17481591"&gt;&lt;/LI-USER&gt;&amp;nbsp; This issue could be related to how your website is configured. We have observed similar issues when we have different selectors for mobile view and desktop view.&lt;/P&gt;&lt;P&gt;So Target VEC operates on the screen size and does not count the user-agent part. When we use mobile Targeting then it's actually based upon user-agent.&lt;/P&gt;&lt;P&gt;For those websites wherein we have different ID selectors for mobile and desktop view , Target VEC may still pick the selector for desktop instead on mobile one and the experience will get associated to incorrect ID (selector for desktop instead of mobile one).&lt;/P&gt;&lt;P&gt;With this in picture when we configure activity in mobile viewport within Target , it still picks up the selector element for desktop device.&lt;/P&gt;&lt;P&gt;To further test , you may try these steps :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Check on your website if we have different Id for Desktop and mobile . Then try adding "?mboxDebug=1" in the activity URL and try accessing it on mobile device .&lt;/P&gt;&lt;P&gt;2. Now use USB debugging to check the console logs and then look for "AT rendering" . Check the status , if this is successful that means the target content was sent successfully to the associated ID selector.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. If it fails , then that means that the ID selector was either not available or it failed to render because of a race condition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 08:20:48 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/ab-test-activity-doesn-t-load-when-targeting-mobile-visitors/m-p/462054#M7947</guid>
      <dc:creator>Gaurav_Singh</dc:creator>
      <dc:date>2022-07-21T08:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: AB test - Activity doesn't load when targeting Mobile Visitors Target audience</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/ab-test-activity-doesn-t-load-when-targeting-mobile-visitors/m-p/462223#M7954</link>
      <description>&lt;P&gt;Thanks Gaurav&lt;BR /&gt;&lt;BR /&gt;We use form-based composer in a server-side implementation, so don't use the VEC (or CSS selectors).&lt;BR /&gt;&lt;BR /&gt;Our developer added more user-agent and mobile client hints to the Target delivery request to check if the device is mobile.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;...
3 context: {
4 channel: "mobile"
5 userAgent: "Mozilla/5.0 (Linux; Android 12; Pixel 4a) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36",
6 clientHints: {
7 mobile: "true",
8 platform: "Linux",
9 platformVersion: "12.1",
10 model: "Pixel 4a",
11 }
...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding these parameters let the Mobile Users Target audience evaluate if the device met these conditions, and it successfully delivered the web activity on mobiles.&lt;BR /&gt;&lt;BR /&gt;This was helpful documentation: &lt;A href="https://developer.adobe.com/target/implement/server-side/sdk-guides/core-principles/audience-targeting/#client-hints" target="_blank" rel="noopener"&gt;https://developer.adobe.com/target/implement/server-side/sdk-guides/core-principles/audience-targeting/#client-hints&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2022 02:55:55 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-target-questions/ab-test-activity-doesn-t-load-when-targeting-mobile-visitors/m-p/462223#M7954</guid>
      <dc:creator>KeithDavo</dc:creator>
      <dc:date>2022-07-22T02:55:55Z</dc:date>
    </item>
  </channel>
</rss>

