<?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: hi team i am not able to find the analytics data in the dashboard, i am waiting from past 2 days, still i am not able to find my analytics, can any one please help me how to resolve my issue. in Adobe Analytics Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539789#M38571</link>
    <description>&lt;P&gt;Ok, that looks like a correct tracking call... In Griffon, under Analytics Events for those calls, what does Request Overview say? Is the correct Report Suite and server here... you don't have to share those, since I won't know the correct values for your company... but make sure that this information is correct.&lt;/P&gt;</description>
    <pubDate>Sun, 07 Aug 2022 16:02:27 GMT</pubDate>
    <dc:creator>Jennifer_Dungan</dc:creator>
    <dc:date>2022-08-07T16:02:27Z</dc:date>
    <item>
      <title>hi team i am not able to find the analytics data in the dashboard, i am waiting from past 2 days, still i am not able to find my analytics, can any one please help me how to resolve my issue.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539755#M38562</link>
      <description />
      <pubDate>Sat, 06 Aug 2022 17:25:19 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539755#M38562</guid>
      <dc:creator>koteswara_D_K</dc:creator>
      <dc:date>2022-08-06T17:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: hi team i am not able to find the analytics data in the dashboard, i am waiting from past 2 days, still i am not able to find my analytics, can any one please help me how to resolve my issue.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539759#M38563</link>
      <description>&lt;P&gt;Data should start to appear after about an hour... if it's been two days the likely scenarios are that you have the wrong suite name configured, or are pointing to the wrong tracking server...&amp;nbsp; or even that your implementation is incorrect and no tracking calls are being made (maybe you are getting a JS error that is causing the code to fail before the tracking call is made)...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you checked that tracking calls are being made using the Experience Platform Debugger?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any information you can provide that would help us help you would be appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Aug 2022 22:57:33 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539759#M38563</guid>
      <dc:creator>Jennifer_Dungan</dc:creator>
      <dc:date>2022-08-06T22:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: hi team i am not able to find the analytics data in the dashboard, i am waiting from past 2 days, still i am not able to find my analytics, can any one please help me how to resolve my issue.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539760#M38564</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="UserName lia-user-name lia-user-rank-Community Advisor lia-component-message-view-widget-author-username"&gt;&lt;A class="lia-link-navigation lia-page-link lia-user-name-link" href="https://experienceleaguecommunities.adobe.com/t5/user/viewprofilepage/user-id/17376138" target="_self" aria-label="View Profile of Jennifer_Dungan"&gt;&lt;SPAN class="login-bold"&gt;Jennifer_Dungan&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;we have other Analytics, they are visible, same format i used but they are not visible in the board means i am not getting whats may be wrong.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here is my implementation code. Kotlin -&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;val &lt;/SPAN&gt;&lt;SPAN&gt;_LOG_TAG_2FA &lt;/SPAN&gt;= &lt;SPAN&gt;"/2FA"&lt;BR /&gt;&lt;BR /&gt;private fun showAlert(title: String, msg: String, listener: () -&amp;gt; Unit) {&lt;BR /&gt;val builder = AlertDialog.Builder(activity)&lt;BR /&gt;builder.setTitle(title)&lt;BR /&gt;builder.setMessage(msg)&lt;BR /&gt;builder.setCancelable(false)&lt;BR /&gt;builder.setPositiveButton("OK") { dialog, which -&amp;gt;&lt;BR /&gt; adobeAnalytics2FAAction("Account/Settings/2FAopt-in")&lt;BR /&gt;listener.invoke()&lt;BR /&gt;dialog.dismiss()&lt;BR /&gt;}&lt;BR /&gt; builder.show()&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;private fun showChoiceAlert(title: String, msg: String, listener: () -&amp;gt; Unit) {&lt;BR /&gt;val builder = AlertDialog.Builder(activity)&lt;BR /&gt;builder.setTitle(title)&lt;BR /&gt;builder.setMessage(msg)&lt;BR /&gt;builder.setCancelable(false)&lt;BR /&gt;builder.setNegativeButton("Cancel") { dialog, which -&amp;gt;&lt;BR /&gt; adobeAnalytics2FAAction("Account/Settings/2FAopt-in")&lt;BR /&gt;dialog.dismiss()&lt;BR /&gt;}.setPositiveButton("Yes") { dialog, which -&amp;gt;&lt;BR /&gt; adobeAnalytics2FAAction("Account/Settings/2FAopt-out")&lt;BR /&gt;listener.invoke()&lt;BR /&gt;dialog.dismiss()&lt;BR /&gt;}&lt;BR /&gt; builder.show()&lt;BR /&gt;}&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;SPAN&gt;else &lt;/SPAN&gt;{&lt;BR /&gt;        adobeAnalytics2FAAction(&lt;SPAN&gt;"Account/Settings/2FAopt-in"&lt;/SPAN&gt;)&lt;BR /&gt;        &lt;SPAN&gt;// turining on the mfa from off state&lt;BR /&gt;&lt;/SPAN&gt;        postTwoFA(&lt;SPAN&gt;true&lt;/SPAN&gt;)&lt;BR /&gt;        &lt;SPAN&gt;// Call the api to turn on the 2-fa&lt;BR /&gt;&lt;/SPAN&gt;    }&lt;BR /&gt;} &lt;SPAN&gt;else &lt;/SPAN&gt;{&lt;BR /&gt;    showChoiceAlert(getString(R.string.&lt;SPAN&gt;two_fa_off_title&lt;/SPAN&gt;)&lt;SPAN&gt;, &lt;/SPAN&gt;getString(R.string.&lt;SPAN&gt;two_fa_off_message&lt;/SPAN&gt;)) &lt;SPAN&gt;{&lt;BR /&gt;&lt;/SPAN&gt;        adobeAnalytics2FAAction(&lt;SPAN&gt;"Account/Settings/2FAopt-out"&lt;/SPAN&gt;)&lt;BR /&gt;        &lt;SPAN&gt;// Call the api to turn off the 2-fa&lt;BR /&gt;&lt;/SPAN&gt;        postTwoFA(&lt;SPAN&gt;false&lt;/SPAN&gt;)&lt;BR /&gt;        adobeAnalytics2FAAction(&lt;SPAN&gt;"Account/Settings/2FAopt-out"&lt;/SPAN&gt;)&lt;BR /&gt;    &lt;SPAN&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;fun &lt;/SPAN&gt;&lt;SPAN&gt;adobeAnalytics2FAAction&lt;/SPAN&gt;(analyticActionString: String) {&lt;BR /&gt;&lt;SPAN&gt;val &lt;/SPAN&gt;analytics2FA: MutableMap&amp;lt;String&lt;SPAN&gt;, &lt;/SPAN&gt;String&amp;gt; = HashMap()&lt;BR /&gt;analytics2FA[&lt;SPAN&gt;_LOG_TAG_2FA&lt;/SPAN&gt;] = analyticActionString&lt;BR /&gt;MobileCore.trackAction(&lt;BR /&gt;&lt;SPAN&gt;_LOG_TAG_2FA &lt;/SPAN&gt;+ &lt;SPAN&gt;"/" &lt;/SPAN&gt;+ analyticActionString&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt; analytics2FA&lt;BR /&gt;)&lt;BR /&gt;}&lt;/PRE&gt;
&lt;PRE&gt;&lt;SPAN&gt;for Pageview implemented in JAVA &lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;SPAN&gt;val &lt;/SPAN&gt;&lt;SPAN&gt;Utilize_2FA_TAG &lt;/SPAN&gt;= &lt;SPAN&gt;"/2FA"&lt;/SPAN&gt;&lt;SPAN&gt;val &lt;/SPAN&gt;analytics2FA: MutableMap&amp;lt;String&lt;SPAN&gt;, &lt;/SPAN&gt;String&amp;gt; = HashMap()&lt;BR /&gt;analytics2FA[&lt;SPAN&gt;Utilize_2FA_TAG&lt;/SPAN&gt;] = &lt;SPAN&gt;TAG&lt;BR /&gt;&lt;/SPAN&gt;MobileCore.trackState(&lt;SPAN&gt;Utilize_2FA_TAG&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;analytics2FA)&lt;BR /&gt;&lt;BR /&gt;For Page view &lt;/PRE&gt;
&lt;PRE&gt;&lt;SPAN&gt;companion object &lt;/SPAN&gt;{&lt;BR /&gt;    &lt;SPAN&gt;const val &lt;/SPAN&gt;&lt;SPAN&gt;TAG &lt;/SPAN&gt;= &lt;SPAN&gt;"HelpWith2fa"&lt;BR /&gt;&lt;/SPAN&gt;}&lt;/PRE&gt;
&lt;PRE&gt;&lt;SPAN&gt;val &lt;/SPAN&gt;analytics2FA: MutableMap&amp;lt;String&lt;SPAN&gt;, &lt;/SPAN&gt;String&amp;gt; = HashMap()&lt;BR /&gt;analytics2FA[&lt;SPAN&gt;Utilize_2FA_TAG&lt;/SPAN&gt;] = &lt;SPAN&gt;TAG&lt;BR /&gt;&lt;/SPAN&gt;MobileCore.trackState(&lt;SPAN&gt;Utilize_2FA_TAG&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;analytics2FA)&lt;/PRE&gt;
&lt;PRE&gt;&lt;SPAN&gt;val &lt;/SPAN&gt;&lt;SPAN&gt;Utilize_2FA_TAG &lt;/SPAN&gt;= &lt;SPAN&gt;"/2FA"&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;if possible to connect to discuss please let know. i need it be resolved ASAP.&amp;nbsp; I have given all the implementation&amp;nbsp;i done which are not displaying.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 03:12:22 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539760#M38564</guid>
      <dc:creator>koteswara_D_K</dc:creator>
      <dc:date>2022-08-07T03:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: hi team i am not able to find the analytics data in the dashboard, i am waiting from past 2 days, still i am not able to find my analytics, can any one please help me how to resolve my issue.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539761#M38565</link>
      <description>&lt;P&gt;Oh, this is a mobile app?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not overly familiar with Java code, but do you have any logs that you can check in the development environment? To make sure that this code is running as intended, with the values you expect at the correct times?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have AEP Assurance included in your mobile app so that you can see what is happening using&amp;nbsp;&lt;A href="https://griffon.adobe.com/" target="_blank"&gt;https://griffon.adobe.com/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, at the very least, have you run your app through a phone connected via a proxy to your computer running Charles or Fiddler to see if the calls are being made to Adobe? Or maybe using Charles running on your phone itself to capture the tracking calls?&lt;/P&gt;
&lt;P&gt;At least with these you can see what is being sent and to where (even if you can't confirm how it's being processed.....&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 03:23:23 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539761#M38565</guid>
      <dc:creator>Jennifer_Dungan</dc:creator>
      <dc:date>2022-08-07T03:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: hi team i am not able to find the analytics data in the dashboard, i am waiting from past 2 days, still i am not able to find my analytics, can any one please help me how to resolve my issue.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539766#M38566</link>
      <description>&lt;P&gt;&lt;A class="lia-link-navigation lia-page-link lia-user-name-link" href="https://experienceleaguecommunities.adobe.com/t5/user/viewprofilepage/user-id/17376138" target="_self" aria-label="View Profile of Jennifer_Dungan"&gt;&lt;SPAN class="login-bold"&gt;Jennifer_Dungan&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;yes i do run went through the code and debugged on the issue, and i am able to see the logs as well. but even though i am not able to see my analytics.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 09:30:56 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539766#M38566</guid>
      <dc:creator>koteswara_D_K</dc:creator>
      <dc:date>2022-08-07T09:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: hi team i am not able to find the analytics data in the dashboard, i am waiting from past 2 days, still i am not able to find my analytics, can any one please help me how to resolve my issue.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539771#M38567</link>
      <description>&lt;P&gt;here is the log track i am able to find&lt;/P&gt;
&lt;P&gt;AnalyticsExtension - track - Queuing the Track Request (ndh=1&amp;amp;ce=UTF-8&amp;amp;c.&amp;amp;a.&amp;amp;CarrierName=Android&amp;amp;AppID=KP%20Washington%204.11.1%20%281%29&amp;amp;RunMode=Application&amp;amp;OSVersion=Android%2010&amp;amp;action=%2F2FA%2FAccount%2FSettings%2F2FAopt-in&amp;amp;Resolution=1080x2208&amp;amp;DeviceName=Android%20SDK%20built%20for%20arm64&amp;amp;.a&amp;amp;2FA=Account%2FSettings%2F2FAopt-in&amp;amp;.c&amp;amp;t=00%2F00%2F0000%2000%3A00%3A00%200%20-330&amp;amp;pe=lnk_o&amp;amp;pev2=AMACTION%3A%2F2FA%2FAccount%2FSettings%2F2FAopt-in&amp;amp;aamb=j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI&amp;amp;mid=10695711760662072304872018704743414936&amp;amp;pageName=KP%20Washington%204.11.1%20%281%29&amp;amp;aamlh=7&amp;amp;cp=foreground)&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 09:45:07 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539771#M38567</guid>
      <dc:creator>koteswara_D_K</dc:creator>
      <dc:date>2022-08-07T09:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: hi team i am not able to find the analytics data in the dashboard, i am waiting from past 2 days, still i am not able to find my analytics, can any one please help me how to resolve my issue.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539772#M38568</link>
      <description>&lt;P&gt;one more log is here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AnalyticsExtension hit queued (ndh=1&amp;amp;ce=UTF-8&amp;amp;c.&amp;amp;a.&amp;amp;CarrierName=Android&amp;amp;AppID=KP%20Washington%204.11.1%20%281%29&amp;amp;RunMode=Application&amp;amp;OSVersion=Android%2010&amp;amp;action=%2F2FA%2FAccount%2FSettings%2F2FAopt-in&amp;amp;Resolution=1080x2208&amp;amp;DeviceName=Android%20SDK%20built%20for%20arm64&amp;amp;.a&amp;amp;2FA=Account%2FSettings%2F2FAopt-in&amp;amp;.c&amp;amp;t=00%2F00%2F0000%2000%3A00%3A00%200%20-330&amp;amp;pe=lnk_o&amp;amp;pev2=AMACTION%3A%2F2FA%2FAccount%2FSettings%2F2FAopt-in&amp;amp;aamb=j8Odv6LonN4r3an7LhD3WZrU1bUpAkFkkiY1ncBR96t2PTI&amp;amp;mid=10695711760662072304872018704743414936&amp;amp;pageName=KP%20Washington%204.11.1%20%281%29&amp;amp;aamlh=7&amp;amp;cp=foreground)&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 09:46:22 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539772#M38568</guid>
      <dc:creator>koteswara_D_K</dc:creator>
      <dc:date>2022-08-07T09:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: hi team i am not able to find the analytics data in the dashboard, i am waiting from past 2 days, still i am not able to find my analytics, can any one please help me how to resolve my issue.</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539789#M38571</link>
      <description>&lt;P&gt;Ok, that looks like a correct tracking call... In Griffon, under Analytics Events for those calls, what does Request Overview say? Is the correct Report Suite and server here... you don't have to share those, since I won't know the correct values for your company... but make sure that this information is correct.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Aug 2022 16:02:27 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/hi-team-i-am-not-able-to-find-the-analytics-data-in-the/m-p/539789#M38571</guid>
      <dc:creator>Jennifer_Dungan</dc:creator>
      <dc:date>2022-08-07T16:02:27Z</dc:date>
    </item>
  </channel>
</rss>

