<?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 multiple variables for a page/link with the latest Omniture SDK? in Adobe Experience Cloud Mobile Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-track-multiple-variables-for-a-page-link-with-the-latest/m-p/220883#M103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nag,&lt;/P&gt;&lt;P&gt;I'd recommend using contextData variables outlined here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://marketing.adobe.com/resources/help/en_US/mobile/android/proc_rules.html" target="_blank"&gt;https://marketing.adobe.com/resources/help/en_US/mobile/android/proc_rules.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then you can use processing rules to assign them to custom variables for use in reporting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2015 02:26:06 GMT</pubDate>
    <dc:creator>Gigazelle</dc:creator>
    <dc:date>2015-10-16T02:26:06Z</dc:date>
    <item>
      <title>How to track multiple variables for a page/link with the latest Omniture SDK?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-track-multiple-variables-for-a-page-link-with-the-latest/m-p/220882#M102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;Hi Team,&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;We are able to use the latest Omniture SDK and track single variable with below code, But for us the requirement is to track multiple parameters against page name. For ex: we need to track the City, Zipcode, customerNumber etc.. With the new module we are unable to findout how to pass multiple parameters to a single call as it is accepting only object as a value. Can you please let us know how should we handle this type of scenarios ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;Omniture.trackState(‘Home’, &lt;STRONG&gt;{City: ‘Hyderabad’}&lt;/STRONG&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;Please find below working code&amp;nbsp;with the previous omniture module,&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;Var input = [{ city : ‘hyderabad’}, {zip : ‘500020’}, {customer : ‘U64133390’}];&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;for(var param in input){&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;omniture[param] = input[param]&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;}&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;omniture.track({});&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;So in the latest omniture module how should we pass array of values to omniture as it is not accepting the array value.&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;// New method to track&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;Omniture.trackState(‘page’, {key: ‘value’})&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;Thanks,&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal;" /&gt;&lt;SPAN style="color: rgb(0, 0, 0); font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal; background-color: rgb(227, 243, 255);"&gt;Nag&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 02:26:06 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-track-multiple-variables-for-a-page-link-with-the-latest/m-p/220882#M102</guid>
      <dc:creator>nag218</dc:creator>
      <dc:date>2015-10-16T02:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to track multiple variables for a page/link with the latest Omniture SDK?</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-track-multiple-variables-for-a-page-link-with-the-latest/m-p/220883#M103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nag,&lt;/P&gt;&lt;P&gt;I'd recommend using contextData variables outlined here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://marketing.adobe.com/resources/help/en_US/mobile/android/proc_rules.html" target="_blank"&gt;https://marketing.adobe.com/resources/help/en_US/mobile/android/proc_rules.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then you can use processing rules to assign them to custom variables for use in reporting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 02:26:06 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/how-to-track-multiple-variables-for-a-page-link-with-the-latest/m-p/220883#M103</guid>
      <dc:creator>Gigazelle</dc:creator>
      <dc:date>2015-10-16T02:26:06Z</dc:date>
    </item>
  </channel>
</rss>

