<?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: Track crashes in Adobe Analytics in Adobe Experience Cloud Mobile Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/track-crashes-in-adobe-analytics/m-p/261340#M529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is that &lt;SPAN style="color: #3333ff; font-family: Menlo, Monaco, Consolas, monospace; font-size: 16px; background-color: #f0f0f0;"&gt;collectLifecycleDataWithAdditionalData &lt;/SPAN&gt;supposed to pass the data on future lifecycle calls or just the first lifecycle call after the install?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me additional context data set in only sent in the first install lifecycle call. is there any additional instructions we are missing here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Apr 2019 00:44:47 GMT</pubDate>
    <dc:creator>abrahame_easo</dc:creator>
    <dc:date>2019-04-19T00:44:47Z</dc:date>
    <item>
      <title>Track crashes in Adobe Analytics</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/track-crashes-in-adobe-analytics/m-p/261337#M526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I compared iOS sdk with Android sdk and noticed that in iOS sdk isn't provided the ability to send additional context data with application lifecycle.&lt;BR /&gt;In Android sdk clearly stated that: To send additional context data with your lifecycle call by using Config.collectLifecycleData(Activity activity, Map&amp;lt;String, Object&amp;gt; contextData), you must override the onResume method for that Activity and ensure that you call super.onResume() after manually calling collectLifecycleData. &lt;/P&gt;&lt;P&gt;Is it possible for iOS? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 16:46:24 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/track-crashes-in-adobe-analytics/m-p/261337#M526</guid>
      <dc:creator>oksana354432</dc:creator>
      <dc:date>2018-07-20T16:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Track crashes in Adobe Analytics</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/track-crashes-in-adobe-analytics/m-p/261338#M527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://marketing.adobe.com/resources/help/en_US/mobile/ios/dev_qs.html" title="https://marketing.adobe.com/resources/help/en_US/mobile/ios/dev_qs.html"&gt;Core Implementation and Lifecycle&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p" style="font-size: 16px; color: #4b4b4b; font-family: AdobeClean;"&gt;&lt;STRONG class="ph b"&gt;Include Additional Data with Lifecycle Calls&lt;/STRONG&gt;&lt;/P&gt;&lt;P class="p" style="font-size: 16px; color: #4b4b4b; font-family: AdobeClean;"&gt;To include additional data with lifecycle metric calls, use &lt;SAMP class="ph codeph"&gt;collectLifecycleDataWithAdditionalData&lt;/SAMP&gt;: &lt;/P&gt;&lt;P class="p" style="font-size: 16px; color: #4b4b4b; font-family: AdobeClean;"&gt;&lt;/P&gt;&lt;DIV class="important note" style="margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 1em; padding: 0.5em 5px; border-top-width: 1px; border-top-style: solid; border-top-color: #999999; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999999;"&gt;&lt;SPAN class="importanttitle" style="font-weight: bold; color: red;"&gt;Important:&lt;/SPAN&gt; Any data that is passed to the SDK through &lt;SAMP class="ph codeph"&gt;collectLifecycleDataWithAdditionalData:&lt;/SAMP&gt; will be persisted in &lt;SAMP class="ph codeph"&gt;NSUserDefaults&lt;/SAMP&gt; by the SDK. The SDK strips the values in the &lt;SAMP class="ph codeph"&gt;NSDictionary&lt;/SAMP&gt; parameter that are not of the &lt;SAMP class="ph codeph"&gt;NSString&lt;/SAMP&gt; or &lt;SAMP class="ph codeph"&gt;NSNumber&lt;/SAMP&gt; types. &lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P class="syntax-container" style="padding: 0.5em 2pt; font-size: 0.85em; color: #4b4b4b; font-family: AdobeClean;"&gt;&lt;/P&gt;&lt;OL class="syntax highlighted" style="font-family: Menlo, Monaco, Consolas, monospace; background-color: #e3e3e3; padding-left: 2.75em !important;"&gt;&lt;LI&gt;&lt;DIV class="clang source" style="color: #333333; margin-left: -0.5em; border-left-width: 1px; border-left-style: solid; border-left-color: #aaaaaa; background-color: #f5f5f5; padding: 0 0.4em !important;"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="operator" style="color: black;"&gt;-&lt;/SPAN&gt; (&lt;SPAN class="type" style="color: #3239a6; font-weight: bold;"&gt;BOOL&lt;/SPAN&gt;)&lt;SPAN class="function" style="color: #3333ff;"&gt;application:&lt;/SPAN&gt;(&lt;SPAN class="type" style="color: #3239a6; font-weight: bold;"&gt;UIApplication&lt;/SPAN&gt; &lt;SPAN class="operator" style="color: black;"&gt;*&lt;/SPAN&gt;)application &lt;SPAN class="function" style="color: #3333ff;"&gt;didFinishLaunchingWithOptions:&lt;/SPAN&gt;(&lt;SPAN class="type" style="color: #3239a6; font-weight: bold;"&gt;NSDictionary&lt;/SPAN&gt; &lt;SPAN class="operator" style="color: black;"&gt;*&lt;/SPAN&gt;)launchOptions { &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class="clang source" style="color: #333333; margin-left: -0.5em; border-left-width: 1px; border-left-style: solid; border-left-color: #aaaaaa; background-color: #f0f0f0; padding: 0 0.4em !important;"&gt;&lt;SPAN class="clang"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="type" style="color: #3239a6; font-weight: bold;"&gt;NSMutableDictionary&lt;/SPAN&gt; &lt;SPAN class="operator" style="color: black;"&gt;*&lt;/SPAN&gt;contextData &lt;SPAN class="operator" style="color: black;"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator" style="color: black;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="type" style="color: #3239a6; font-weight: bold;"&gt;NSMutableDictionary&lt;/SPAN&gt; &lt;SPAN class="function" style="color: #3333ff;"&gt;dictionary&lt;/SPAN&gt;&lt;SPAN class="operator" style="color: black;"&gt;]&lt;/SPAN&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class="clang source" style="color: #333333; margin-left: -0.5em; border-left-width: 1px; border-left-style: solid; border-left-color: #aaaaaa; background-color: #f5f5f5; padding: 0 0.4em !important;"&gt;&lt;SPAN class="clang"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="operator" style="color: black;"&gt;[&lt;/SPAN&gt;contextData &lt;SPAN class="function" style="color: #3333ff;"&gt;setObject:&lt;/SPAN&gt;&lt;SPAN class="string" style="color: #1c00ce;"&gt;@&lt;/SPAN&gt;&lt;SPAN class="string" style="color: #1c00ce;"&gt;"Game"&lt;/SPAN&gt; &lt;SPAN class="function" style="color: #3333ff;"&gt;forKey:&lt;/SPAN&gt;&lt;SPAN class="string" style="color: #1c00ce;"&gt;@&lt;/SPAN&gt;&lt;SPAN class="string" style="color: #1c00ce;"&gt;"myapp.category"&lt;/SPAN&gt;&lt;SPAN class="operator" style="color: black;"&gt;]&lt;/SPAN&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class="clang source" style="color: #333333; margin-left: -0.5em; border-left-width: 1px; border-left-style: solid; border-left-color: #aaaaaa; background-color: #f0f0f0; padding: 0 0.4em !important;"&gt;&lt;SPAN class="clang"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="operator" style="color: black;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="type" style="color: #3239a6; font-weight: bold;"&gt;ADBMobile&lt;/SPAN&gt; &lt;SPAN class="function" style="color: #3333ff;"&gt;collectLifecycleDataWithAdditionalData:&lt;/SPAN&gt;contextData&lt;SPAN class="operator" style="color: black;"&gt;]&lt;/SPAN&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class="clang source" style="color: #333333; margin-left: -0.5em; border-left-width: 1px; border-left-style: solid; border-left-color: #aaaaaa; background-color: #f5f5f5; padding: 0 0.4em !important;"&gt;&lt;SPAN class="clang"&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword" style="color: #a90d91;"&gt;return&lt;/SPAN&gt; &lt;SPAN class="constant" style="color: #c41a15;"&gt;YES&lt;/SPAN&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="clang source" style="color: #333333; margin-left: -0.5em; border-left-width: 1px; border-left-style: solid; border-left-color: #aaaaaa; background-color: #f0f0f0; padding: 0 0.4em !important;"&gt;&lt;SPAN class="clang"&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 14:12:57 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/track-crashes-in-adobe-analytics/m-p/261338#M527</guid>
      <dc:creator>Alexis_Cazes_</dc:creator>
      <dc:date>2018-07-23T14:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Track crashes in Adobe Analytics</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/track-crashes-in-adobe-analytics/m-p/261339#M528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the previous reply answer your question?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 20:41:11 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/track-crashes-in-adobe-analytics/m-p/261339#M528</guid>
      <dc:creator>jantzen_b</dc:creator>
      <dc:date>2018-08-16T20:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Track crashes in Adobe Analytics</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/track-crashes-in-adobe-analytics/m-p/261340#M529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is that &lt;SPAN style="color: #3333ff; font-family: Menlo, Monaco, Consolas, monospace; font-size: 16px; background-color: #f0f0f0;"&gt;collectLifecycleDataWithAdditionalData &lt;/SPAN&gt;supposed to pass the data on future lifecycle calls or just the first lifecycle call after the install?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me additional context data set in only sent in the first install lifecycle call. is there any additional instructions we are missing here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2019 00:44:47 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/track-crashes-in-adobe-analytics/m-p/261340#M529</guid>
      <dc:creator>abrahame_easo</dc:creator>
      <dc:date>2019-04-19T00:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Track crashes in Adobe Analytics</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/track-crashes-in-adobe-analytics/m-p/261341#M530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #203864;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #203864;"&gt;collectLifecycleDataWithAdditionalData&lt;/SPAN&gt; can be used to pass additional data layer variables on all lifecycle calls including the first one after install and the subsequent ones in future.&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #203864;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #203864;"&gt;For this functionality to work, you would need to follow the instructions in the below link and section “&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'AdobeClean',serif; color: #4b4b4b; background: whitesmoke;"&gt;Include Additional Data with Lifecycle Calls&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'AdobeClean',serif; color: #4b4b4b; background: whitesmoke;"&gt;”&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;A href="https://marketing.adobe.com/resources/help/en_US/mobile/ios/dev_qs.html"&gt;https://marketing.adobe.com/resources/help/en_US/mobile/ios/dev_qs.html&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #203864;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: #203864;"&gt;Along with this, you will need to add the same &lt;STRONG&gt;collectLifecycleDataWithAdditionalData&lt;/STRONG&gt;&lt;/SPAN&gt; code into iOS &lt;STRONG&gt;applicationWillEnterForeground &lt;/STRONG&gt;&lt;SPAN style="color: #203864;"&gt;method as well. This is the part that helps send the additional data layer variables on the subsequent lifecycle calls after the first one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #203864;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #203864;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2019 22:00:55 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/track-crashes-in-adobe-analytics/m-p/261341#M530</guid>
      <dc:creator>abrahame_easo</dc:creator>
      <dc:date>2019-04-23T22:00:55Z</dc:date>
    </item>
  </channel>
</rss>

