<?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: Mobile IOS SDK Privacy Status in Adobe Experience Cloud Mobile Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/mobile-ios-sdk-privacy-status/m-p/208276#M87</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.To find of the documentation for developers you need to go there :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://forums.adobe.com/external-link.jspa?url=http%3A%2F%2Fmicrosite.omniture.com%2Ft2%2Fhelp%2Fen_US%2Freference%2Findex.html%23Developer" rel="nofollow" target="_blank"&gt;http://microsite.omniture.com/t2/help/en_US/reference/index.html#Developer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.The docuementation for IOS SDK 4.x can be found here :&amp;nbsp;microsite.omniture.com/t2/help/en_US/mobile/ios/#iOS_SDK_4x_for_Marketing_Cloud_Solutions&lt;/P&gt;&lt;P&gt;3.Questions :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgb(79, 80, 81); font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 14.44444465637207px; line-height: normal; background-color: rgb(230, 231, 232);"&gt;1-What is Privacy Status and PrivacyDefault. First of all I want to understand what are they doing? and why there are 2 different variables which looks like doing the same thing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;privacyStatus (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://forums.adobe.com/external-link.jspa?url=http%3A%2F%2Fmicrosite.omniture.com%2Ft2%2Fhelp%2Fen_US%2Fmobile%2Fios%2F%23ADBMobile_Class_and_Method_Reference" rel="nofollow" target="_blank"&gt;http://microsite.omniture.com/t2/help/en_US/mobile/ios/#ADBMobile_Class_and_Method_Reference&lt;/A&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://experienceleaguecommunities.adobe.com/html/@8C4884DA41FA1DA5149A00A8F585667D/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p"&gt;Returns the enum representation of the privacy status for current user.&lt;/P&gt;&lt;UL class="ul"&gt;&lt;LI class="li"&gt;&lt;SAMP class="ph codeph"&gt;ADBMobilePrivacyStatusOptIn&lt;/SAMP&gt; - hits are sent immediately.&lt;/LI&gt;&lt;LI class="li"&gt;&lt;SAMP class="ph codeph"&gt;ADBMobilePrivacyStatusOptOut&lt;/SAMP&gt; - hits are discarded.&lt;/LI&gt;&lt;LI class="li"&gt;&lt;SAMP class="ph codeph"&gt;ADBMobilePrivacyStatusUnknown&lt;/SAMP&gt; - If offline tracking is enabled, hits are saved until the privacy status changes to opt-in (then hits are sent) or opt-out (then hits are discarded). If offline tracking is not enabled, hits are discarded until the privacy status changes to opt in.&lt;/LI&gt;&lt;/UL&gt;&lt;P class="p"&gt;Default: The default value is set in &lt;SAMP class="ph codeph"&gt;&lt;A class="xref" href="http://microsite.omniture.com/t2/help/en_US/mobile/ios/methods.html#concept_12F12E3E0E434F8CB997AF4027810EBF__section_5AD4EDF87E304980B4AC4A5657FDA8B9" target="_blank"&gt;ADBMobileConfig.json&lt;/A&gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;P class="p"&gt;&lt;STRONG class="ph b"&gt;Syntax:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="syntax-container"&gt;&lt;OL class="syntax highlighted"&gt;&lt;LI class="alt line ln1 first"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="operator"&gt;+&lt;/SPAN&gt; (&lt;SPAN class="type"&gt;ADBMobilePrivacyStatus&lt;/SPAN&gt;) privacyStatus;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class="toolbar"&gt;&lt;A href="http://microsite.omniture.com/t2/help/en_US/mobile/ios/#wh-view-code" target="_blank"&gt;&lt;IMG src="http://microsite.omniture.com/t2/help/css/img/Text_Standard.png" /&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class="p"&gt;&lt;STRONG class="ph b"&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="syntax-container"&gt;&lt;OL class="syntax highlighted"&gt;&lt;LI class="alt line ln1 first"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="type"&gt;ADBMobilePrivacyStatus&lt;/SPAN&gt; privacyStatus &lt;SPAN class="operator"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator"&gt;[&lt;/SPAN&gt;&lt;SPAN class="type"&gt;ADBMobile&lt;/SPAN&gt; &lt;SPAN class="function"&gt;privacyStatus&lt;/SPAN&gt;&lt;SPAN class="operator"&gt;]&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class="toolbar"&gt;&lt;A href="http://microsite.omniture.com/t2/help/en_US/mobile/ios/#wh-view-code" target="_blank"&gt;&lt;IMG src="http://microsite.omniture.com/t2/help/css/img/Text_Standard.png" /&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use that you can make so for example any internal people of your company are not tracked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;privacyDefault (it is in the file &lt;/SPAN&gt;ADBMobileConfig.json Config File Reference&amp;nbsp;and&amp;nbsp;The &lt;SPAN class="ph filepath"&gt;ADBMobileConfig.json&lt;/SPAN&gt; can be placed anywhere that it is accessible in your bundle&lt;SPAN style="text-decoration: underline;"&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://experienceleaguecommunities.adobe.com/html/@8C4884DA41FA1DA5149A00A8F585667D/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p"&gt;Default: &lt;SAMP class="ph codeph"&gt;optedin&lt;/SAMP&gt;&lt;/P&gt;&lt;UL class="ul"&gt;&lt;LI class="li"&gt;&lt;SAMP class="ph codeph"&gt;optedin&lt;/SAMP&gt; - hits are sent immediately.&lt;/LI&gt;&lt;LI class="li"&gt;&lt;SAMP class="ph codeph"&gt;optedout&lt;/SAMP&gt; - hits are discarded.&lt;/LI&gt;&lt;LI class="li"&gt;&lt;SAMP class="ph codeph"&gt;optunknown&lt;/SAMP&gt; - If offline tracking is enabled, hits are saved until the privacy status changes to opt-in (then hits are sent) or opt-out (then hits are discarded). If offline tracking is not enabled, hits are discarded until the privacy status changes to opt in.&lt;/LI&gt;&lt;/UL&gt;&lt;P class="p"&gt;This sets the initial value only. If this value is ever set or changed in code, then the new value is used going forward until it is changed, or the app is uninstalled and then reinstalled. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0.5em 0px 0.9em; padding: 0px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: rgb(79, 80, 81); font-size: 14.44444465637207px; line-height: normal; background-color: rgb(230, 231, 232);"&gt;2-LifetimeValue: It is not clear what we need to do here&lt;/P&gt;&lt;P style="margin: 0.5em 0px 0.9em; padding: 0px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: rgb(79, 80, 81); font-size: 14.44444465637207px; line-height: normal; background-color: rgb(230, 231, 232);"&gt;Returns the lifetime value of the current user.&lt;/P&gt;&lt;P style="margin: 0.5em 0px 0.9em; padding: 0px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: rgb(79, 80, 81); font-size: 14.44444465637207px; line-height: normal; background-color: rgb(230, 231, 232);"&gt;Default: 0&lt;/P&gt;&lt;P style="margin: 0.5em 0px 0.9em; padding: 0px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: rgb(79, 80, 81); font-size: 14.44444465637207px; line-height: normal; background-color: rgb(230, 231, 232);"&gt;&lt;SPAN style="line-height: 1.6em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="line-height: 1.6em;"&gt;NSDecimalNumber&lt;/STRONG&gt;&lt;SPAN style="line-height: 1.6em;"&gt;&amp;nbsp;*lifeValue = [&lt;/SPAN&gt;&lt;STRONG style="line-height: 1.6em;"&gt;ADBMobile&lt;/STRONG&gt;&lt;SPAN style="line-height: 1.6em;"&gt;&amp;nbsp;lifetimeValue];&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p"&gt;Lifetime value lets you measure and target on a lifetime value for each user. Each time you send in a value with &lt;SAMP class="ph codeph"&gt;trackLifetimeValueIncrease&lt;/SAMP&gt;, the value is added to the existing value. Lifetime value is stored on device and can be retrieved at any time by calling &lt;SAMP class="ph codeph"&gt;lifetimeValue&lt;/SAMP&gt;. This can be used to store lifetime purchases, ad views, video completes, social shares, photo uploads, and so on.&lt;/P&gt;&lt;DIV class="syntax-container"&gt;&lt;OL class="syntax highlighted"&gt;&lt;LI class="alt line ln1 first"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="comment"&gt;// Lifetime Value Example&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI class="ln2 line"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="operator"&gt;[&lt;/SPAN&gt;&lt;SPAN class="type"&gt;ADBMobile&lt;/SPAN&gt; trackLifetimeValueIncrease:purchasePrice &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI class="ln3 alt line"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="function"&gt;data:&lt;/SPAN&gt;@{&lt;SPAN class="string"&gt;@&lt;/SPAN&gt;&lt;SPAN class="string"&gt;"ItemPurchaseEvent"&lt;/SPAN&gt; : &lt;SPAN class="string"&gt;@&lt;/SPAN&gt;&lt;SPAN class="string"&gt;"ItemPurchaseEvent"&lt;/SPAN&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI class="line ln4"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="string"&gt;@&lt;/SPAN&gt;&lt;SPAN class="string"&gt;"PurchaseItem"&lt;/SPAN&gt; : &lt;SPAN class="string"&gt;@&lt;/SPAN&gt;&lt;SPAN class="string"&gt;"Item453"&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI class="alt line ln5"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="string"&gt;@&lt;/SPAN&gt;&lt;SPAN class="string"&gt;"PurchasePrice"&lt;/SPAN&gt; : purchasePrice&lt;SPAN class="operator"&gt;]&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class="toolbar"&gt;&lt;A href="http://microsite.omniture.com/t2/help/en_US/mobile/ios/#wh-view-code" target="_blank"&gt;&lt;IMG src="http://microsite.omniture.com/t2/help/css/img/Text_Standard.png" /&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;P class="toolbar"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="toolbar"&gt;Best regards.&lt;/P&gt;&lt;P class="toolbar"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="toolbar"&gt;Alexis Cazes&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2015 02:26:17 GMT</pubDate>
    <dc:creator>Alexis_Cazes_</dc:creator>
    <dc:date>2015-10-16T02:26:17Z</dc:date>
    <item>
      <title>Mobile IOS SDK Privacy Status</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/mobile-ios-sdk-privacy-status/m-p/208275#M86</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am Adobe certified expert trying to install SDK 4 to 2 clients. SDK4 is new and unfortunately there is not enough documentation explaining all the new stuff in HELP. I know JavaScript but I don't know&amp;nbsp;mobile development and when I show these requirements to mobile developers they also don't understand it. There are no examples of the possible values of the variables. There is only syntax, this makes our life very hard.&lt;/P&gt;&lt;P&gt;I am going to&amp;nbsp;post some of my questions here with hope getting some answers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My first question is:&lt;/P&gt;&lt;P&gt;1-What is Privacy Status and PrivacyDefault. First of all I want to understand what are they doing? and why there are 2 different variables which looks like doing the same thing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2-LifetimeValue: It is not clear what we need to do here&lt;/P&gt;&lt;P&gt;Returns the lifetime value of the current user.&lt;/P&gt;&lt;P&gt;Default: 0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.6em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="line-height: 1.6em;"&gt;NSDecimalNumber&lt;/STRONG&gt;&lt;SPAN style="line-height: 1.6em;"&gt; *lifeValue = [&lt;/SPAN&gt;&lt;STRONG style="line-height: 1.6em;"&gt;ADBMobile&lt;/STRONG&gt;&lt;SPAN style="line-height: 1.6em;"&gt; lifetimeValue];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 02:26:17 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/mobile-ios-sdk-privacy-status/m-p/208275#M86</guid>
      <dc:creator>sibelakcekaya</dc:creator>
      <dc:date>2015-10-16T02:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mobile IOS SDK Privacy Status</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/mobile-ios-sdk-privacy-status/m-p/208276#M87</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.To find of the documentation for developers you need to go there :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://forums.adobe.com/external-link.jspa?url=http%3A%2F%2Fmicrosite.omniture.com%2Ft2%2Fhelp%2Fen_US%2Freference%2Findex.html%23Developer" rel="nofollow" target="_blank"&gt;http://microsite.omniture.com/t2/help/en_US/reference/index.html#Developer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.The docuementation for IOS SDK 4.x can be found here :&amp;nbsp;microsite.omniture.com/t2/help/en_US/mobile/ios/#iOS_SDK_4x_for_Marketing_Cloud_Solutions&lt;/P&gt;&lt;P&gt;3.Questions :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: rgb(79, 80, 81); font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; font-size: 14.44444465637207px; line-height: normal; background-color: rgb(230, 231, 232);"&gt;1-What is Privacy Status and PrivacyDefault. First of all I want to understand what are they doing? and why there are 2 different variables which looks like doing the same thing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;privacyStatus (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://forums.adobe.com/external-link.jspa?url=http%3A%2F%2Fmicrosite.omniture.com%2Ft2%2Fhelp%2Fen_US%2Fmobile%2Fios%2F%23ADBMobile_Class_and_Method_Reference" rel="nofollow" target="_blank"&gt;http://microsite.omniture.com/t2/help/en_US/mobile/ios/#ADBMobile_Class_and_Method_Reference&lt;/A&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://experienceleaguecommunities.adobe.com/html/@8C4884DA41FA1DA5149A00A8F585667D/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p"&gt;Returns the enum representation of the privacy status for current user.&lt;/P&gt;&lt;UL class="ul"&gt;&lt;LI class="li"&gt;&lt;SAMP class="ph codeph"&gt;ADBMobilePrivacyStatusOptIn&lt;/SAMP&gt; - hits are sent immediately.&lt;/LI&gt;&lt;LI class="li"&gt;&lt;SAMP class="ph codeph"&gt;ADBMobilePrivacyStatusOptOut&lt;/SAMP&gt; - hits are discarded.&lt;/LI&gt;&lt;LI class="li"&gt;&lt;SAMP class="ph codeph"&gt;ADBMobilePrivacyStatusUnknown&lt;/SAMP&gt; - If offline tracking is enabled, hits are saved until the privacy status changes to opt-in (then hits are sent) or opt-out (then hits are discarded). If offline tracking is not enabled, hits are discarded until the privacy status changes to opt in.&lt;/LI&gt;&lt;/UL&gt;&lt;P class="p"&gt;Default: The default value is set in &lt;SAMP class="ph codeph"&gt;&lt;A class="xref" href="http://microsite.omniture.com/t2/help/en_US/mobile/ios/methods.html#concept_12F12E3E0E434F8CB997AF4027810EBF__section_5AD4EDF87E304980B4AC4A5657FDA8B9" target="_blank"&gt;ADBMobileConfig.json&lt;/A&gt;&lt;/SAMP&gt;&lt;/P&gt;&lt;P class="p"&gt;&lt;STRONG class="ph b"&gt;Syntax:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="syntax-container"&gt;&lt;OL class="syntax highlighted"&gt;&lt;LI class="alt line ln1 first"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="operator"&gt;+&lt;/SPAN&gt; (&lt;SPAN class="type"&gt;ADBMobilePrivacyStatus&lt;/SPAN&gt;) privacyStatus;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class="toolbar"&gt;&lt;A href="http://microsite.omniture.com/t2/help/en_US/mobile/ios/#wh-view-code" target="_blank"&gt;&lt;IMG src="http://microsite.omniture.com/t2/help/css/img/Text_Standard.png" /&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class="p"&gt;&lt;STRONG class="ph b"&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class="syntax-container"&gt;&lt;OL class="syntax highlighted"&gt;&lt;LI class="alt line ln1 first"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="type"&gt;ADBMobilePrivacyStatus&lt;/SPAN&gt; privacyStatus &lt;SPAN class="operator"&gt;=&lt;/SPAN&gt; &lt;SPAN class="operator"&gt;[&lt;/SPAN&gt;&lt;SPAN class="type"&gt;ADBMobile&lt;/SPAN&gt; &lt;SPAN class="function"&gt;privacyStatus&lt;/SPAN&gt;&lt;SPAN class="operator"&gt;]&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class="toolbar"&gt;&lt;A href="http://microsite.omniture.com/t2/help/en_US/mobile/ios/#wh-view-code" target="_blank"&gt;&lt;IMG src="http://microsite.omniture.com/t2/help/css/img/Text_Standard.png" /&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use that you can make so for example any internal people of your company are not tracked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;privacyDefault (it is in the file &lt;/SPAN&gt;ADBMobileConfig.json Config File Reference&amp;nbsp;and&amp;nbsp;The &lt;SPAN class="ph filepath"&gt;ADBMobileConfig.json&lt;/SPAN&gt; can be placed anywhere that it is accessible in your bundle&lt;SPAN style="text-decoration: underline;"&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://experienceleaguecommunities.adobe.com/html/@8C4884DA41FA1DA5149A00A8F585667D/emoticons/1f61e.png" alt=":disappointed_face:" title=":disappointed_face:" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p"&gt;Default: &lt;SAMP class="ph codeph"&gt;optedin&lt;/SAMP&gt;&lt;/P&gt;&lt;UL class="ul"&gt;&lt;LI class="li"&gt;&lt;SAMP class="ph codeph"&gt;optedin&lt;/SAMP&gt; - hits are sent immediately.&lt;/LI&gt;&lt;LI class="li"&gt;&lt;SAMP class="ph codeph"&gt;optedout&lt;/SAMP&gt; - hits are discarded.&lt;/LI&gt;&lt;LI class="li"&gt;&lt;SAMP class="ph codeph"&gt;optunknown&lt;/SAMP&gt; - If offline tracking is enabled, hits are saved until the privacy status changes to opt-in (then hits are sent) or opt-out (then hits are discarded). If offline tracking is not enabled, hits are discarded until the privacy status changes to opt in.&lt;/LI&gt;&lt;/UL&gt;&lt;P class="p"&gt;This sets the initial value only. If this value is ever set or changed in code, then the new value is used going forward until it is changed, or the app is uninstalled and then reinstalled. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P style="margin: 0.5em 0px 0.9em; padding: 0px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: rgb(79, 80, 81); font-size: 14.44444465637207px; line-height: normal; background-color: rgb(230, 231, 232);"&gt;2-LifetimeValue: It is not clear what we need to do here&lt;/P&gt;&lt;P style="margin: 0.5em 0px 0.9em; padding: 0px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: rgb(79, 80, 81); font-size: 14.44444465637207px; line-height: normal; background-color: rgb(230, 231, 232);"&gt;Returns the lifetime value of the current user.&lt;/P&gt;&lt;P style="margin: 0.5em 0px 0.9em; padding: 0px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: rgb(79, 80, 81); font-size: 14.44444465637207px; line-height: normal; background-color: rgb(230, 231, 232);"&gt;Default: 0&lt;/P&gt;&lt;P style="margin: 0.5em 0px 0.9em; padding: 0px; font-family: adobe-clean, 'Helvetica Neue', Arial, sans-serif; color: rgb(79, 80, 81); font-size: 14.44444465637207px; line-height: normal; background-color: rgb(230, 231, 232);"&gt;&lt;SPAN style="line-height: 1.6em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="line-height: 1.6em;"&gt;NSDecimalNumber&lt;/STRONG&gt;&lt;SPAN style="line-height: 1.6em;"&gt;&amp;nbsp;*lifeValue = [&lt;/SPAN&gt;&lt;STRONG style="line-height: 1.6em;"&gt;ADBMobile&lt;/STRONG&gt;&lt;SPAN style="line-height: 1.6em;"&gt;&amp;nbsp;lifetimeValue];&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p"&gt;Lifetime value lets you measure and target on a lifetime value for each user. Each time you send in a value with &lt;SAMP class="ph codeph"&gt;trackLifetimeValueIncrease&lt;/SAMP&gt;, the value is added to the existing value. Lifetime value is stored on device and can be retrieved at any time by calling &lt;SAMP class="ph codeph"&gt;lifetimeValue&lt;/SAMP&gt;. This can be used to store lifetime purchases, ad views, video completes, social shares, photo uploads, and so on.&lt;/P&gt;&lt;DIV class="syntax-container"&gt;&lt;OL class="syntax highlighted"&gt;&lt;LI class="alt line ln1 first"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="comment"&gt;// Lifetime Value Example&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI class="ln2 line"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="operator"&gt;[&lt;/SPAN&gt;&lt;SPAN class="type"&gt;ADBMobile&lt;/SPAN&gt; trackLifetimeValueIncrease:purchasePrice &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI class="ln3 alt line"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="function"&gt;data:&lt;/SPAN&gt;@{&lt;SPAN class="string"&gt;@&lt;/SPAN&gt;&lt;SPAN class="string"&gt;"ItemPurchaseEvent"&lt;/SPAN&gt; : &lt;SPAN class="string"&gt;@&lt;/SPAN&gt;&lt;SPAN class="string"&gt;"ItemPurchaseEvent"&lt;/SPAN&gt;,&amp;nbsp; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI class="line ln4"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="string"&gt;@&lt;/SPAN&gt;&lt;SPAN class="string"&gt;"PurchaseItem"&lt;/SPAN&gt; : &lt;SPAN class="string"&gt;@&lt;/SPAN&gt;&lt;SPAN class="string"&gt;"Item453"&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI class="alt line ln5"&gt;&lt;DIV class="clang source"&gt;&lt;SPAN class="clang"&gt;&lt;SPAN class="string"&gt;@&lt;/SPAN&gt;&lt;SPAN class="string"&gt;"PurchasePrice"&lt;/SPAN&gt; : purchasePrice&lt;SPAN class="operator"&gt;]&lt;/SPAN&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class="toolbar"&gt;&lt;A href="http://microsite.omniture.com/t2/help/en_US/mobile/ios/#wh-view-code" target="_blank"&gt;&lt;IMG src="http://microsite.omniture.com/t2/help/css/img/Text_Standard.png" /&gt;&lt;/A&gt;&lt;/DIV&gt;&lt;P class="toolbar"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="toolbar"&gt;Best regards.&lt;/P&gt;&lt;P class="toolbar"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="toolbar"&gt;Alexis Cazes&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 02:26:17 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-cloud-mobile/mobile-ios-sdk-privacy-status/m-p/208276#M87</guid>
      <dc:creator>Alexis_Cazes_</dc:creator>
      <dc:date>2015-10-16T02:26:17Z</dc:date>
    </item>
  </channel>
</rss>

