<?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: TimedTrackActions in Adobe Experience Cloud Mobile Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/timedtrackactions/m-p/324248#M739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Timed actions measure the in-app time and total time between the start and the end of an action.&amp;nbsp; The SDK calculates the amount of time in each session and the total time across sessions that it will take for the action to be completed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Metric Definition by Adobe&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"Action Time In App" - Total # of seconds between start and end (clock time)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"Action Time Total" - Total # of seconds in the app between start and end (cross sessions)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Ex.1:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user launch&lt;/SPAN&gt; app &lt;SPAN style="font-size: 10pt;"&gt;and add a product to cart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;on the first cart add, you call following&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15524364122882468 jive_text_macro" data-renderedposition="184_8_1042_16" jivemacro_uid="_15524364122882468"&gt;&lt;P&gt;Analytics.trackTimedActionStart("TimeUntilPurchase", cdata);a);)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user purchase in the same session.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;on the purchase, you call following&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15524364238931721 jive_text_macro" data-renderedposition="238.40000915527344_8_1042_16" jivemacro_uid="_15524364238931721"&gt;&lt;P&gt;Analytics.trackTimedActionEnd("TimeUntilPurchase", cdata);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Let's say time tracked in between trackTimedActionStart and trackTimedActionEnd is 180 seconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Metric Report: &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"Action Time In App" - 180&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"Action Time Total" - 180&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Ex.2:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user launch &lt;/SPAN&gt;app&lt;SPAN style="font-size: 10pt;"&gt; and add a product to cart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;on the first cart add, you call following&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="_jivemacro_uid_15524365106679066 jive_macro_code jive_text_macro" data-renderedposition="452.8000183105469_8_1042_16" jivemacro_uid="_15524365106679066"&gt;&lt;P&gt;Analytics.trackTimedActionStart("TimeUntilPurchase", cdata);a);)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user doesn't make a purchase.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user session expired after 300 seconds&amp;nbsp; (in app time)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user launch app again after 2800 seconds. (not in app time)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user make purchase after 200 seconds (in app time)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;on the purchase, you call following&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15524364472253353 jive_text_macro" data-renderedposition="606.4000244140625_8_1042_16" jivemacro_uid="_15524364472253353"&gt;&lt;P&gt;Analytics.trackTimedActionEnd("TimeUntilPurchase", cdata);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;in this case &lt;SPAN style="font-size: 13.3333px;"&gt;"Action Time In App" is in app&lt;SPAN style="font-size: 13.3333px;"&gt; time&lt;/SPAN&gt;&lt;/SPAN&gt; tracked in between trackTimedActionStart and trackTimedActionEnd is 300+200 = 500 seconds (in app action time), while action time total is 300 (in app time)+2800 (not in app time)+200 (in app time) = 3300 seconds (total action time).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Metric Reports:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"Action Time In App" - 500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"Action Time Total" - 3300&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Mar 2019 00:25:14 GMT</pubDate>
    <dc:creator>Asheesh_Pandey</dc:creator>
    <dc:date>2019-03-13T00:25:14Z</dc:date>
    <item>
      <title>TimedTrackActions</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/timedtrackactions/m-p/324247#M738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello - To report on time spent between two events on iOS, I implemented trackTimedActions. I used the metrics "Action Time In App" and "Action Time Total" but having trouble understanding the difference between the two metrics. Any help would be appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 15:18:03 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/timedtrackactions/m-p/324247#M738</guid>
      <dc:creator>chads2863919</dc:creator>
      <dc:date>2019-03-08T15:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: TimedTrackActions</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/timedtrackactions/m-p/324248#M739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Timed actions measure the in-app time and total time between the start and the end of an action.&amp;nbsp; The SDK calculates the amount of time in each session and the total time across sessions that it will take for the action to be completed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Metric Definition by Adobe&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"Action Time In App" - Total # of seconds between start and end (clock time)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"Action Time Total" - Total # of seconds in the app between start and end (cross sessions)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Ex.1:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user launch&lt;/SPAN&gt; app &lt;SPAN style="font-size: 10pt;"&gt;and add a product to cart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;on the first cart add, you call following&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15524364122882468 jive_text_macro" data-renderedposition="184_8_1042_16" jivemacro_uid="_15524364122882468"&gt;&lt;P&gt;Analytics.trackTimedActionStart("TimeUntilPurchase", cdata);a);)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user purchase in the same session.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;on the purchase, you call following&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15524364238931721 jive_text_macro" data-renderedposition="238.40000915527344_8_1042_16" jivemacro_uid="_15524364238931721"&gt;&lt;P&gt;Analytics.trackTimedActionEnd("TimeUntilPurchase", cdata);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Let's say time tracked in between trackTimedActionStart and trackTimedActionEnd is 180 seconds.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Metric Report: &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"Action Time In App" - 180&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"Action Time Total" - 180&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Ex.2:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user launch &lt;/SPAN&gt;app&lt;SPAN style="font-size: 10pt;"&gt; and add a product to cart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;on the first cart add, you call following&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="_jivemacro_uid_15524365106679066 jive_macro_code jive_text_macro" data-renderedposition="452.8000183105469_8_1042_16" jivemacro_uid="_15524365106679066"&gt;&lt;P&gt;Analytics.trackTimedActionStart("TimeUntilPurchase", cdata);a);)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user doesn't make a purchase.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user session expired after 300 seconds&amp;nbsp; (in app time)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user launch app again after 2800 seconds. (not in app time)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;user make purchase after 200 seconds (in app time)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;on the purchase, you call following&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15524364472253353 jive_text_macro" data-renderedposition="606.4000244140625_8_1042_16" jivemacro_uid="_15524364472253353"&gt;&lt;P&gt;Analytics.trackTimedActionEnd("TimeUntilPurchase", cdata);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;in this case &lt;SPAN style="font-size: 13.3333px;"&gt;"Action Time In App" is in app&lt;SPAN style="font-size: 13.3333px;"&gt; time&lt;/SPAN&gt;&lt;/SPAN&gt; tracked in between trackTimedActionStart and trackTimedActionEnd is 300+200 = 500 seconds (in app action time), while action time total is 300 (in app time)+2800 (not in app time)+200 (in app time) = 3300 seconds (total action time).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Metric Reports:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"Action Time In App" - 500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;"Action Time Total" - 3300&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 00:25:14 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/timedtrackactions/m-p/324248#M739</guid>
      <dc:creator>Asheesh_Pandey</dc:creator>
      <dc:date>2019-03-13T00:25:14Z</dc:date>
    </item>
  </channel>
</rss>

