iOS - Inconsistent page views & occurrence shows more than what's expected. | Community
Skip to main content
July 20, 2021
Solved

iOS - Inconsistent page views & occurrence shows more than what's expected.

  • July 20, 2021
  • 3 replies
  • 1716 views

Hi Team,

 

I have been testing out ACP iOS SDK's in a sample iOS app with only one screen (to track a page view) and button (to track action). I have actually appended a counter value to both `page names` and `action names` (Counter starts from zero and count is persisted even if the app is killed and launched again) - so I am expecting to see each page visit and action only once in the Adobe portal.

 

I have enabled debug logging for the sample app and have inspected the console logs to make sure the track action and track state logs are as expected.

 

I have observed the below behavior:

 

Action names: I am seeing all the action names as expected in the portal - one action name reported exactly once.

 

Page names: I am seeing inconsistency in the occurrences of page views shown in the adobe portal, sometimes the page views do not show up at all where as I am sure its definitely logged in the console logs and send successfully from the app.

Most of the times the page views are shown more than what's expected (two to three fold).

 

Have we experienced this issue before ? Any assumptions on whether any mobile launch property / report suite configuration or even the extensions added that could cause this inconsistent behaviour ?

 

Regards,

Aravind

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arvbhavan

Hi @pratheeparunraj - Its just a sample application.

 

The initialisation code is registering the below extensions:

 

`UserProfile, Lifecycle, AEPIdentity.Identifty and Analytics` and in the completion calls MobileCore.configureWith(appID: "ID goes here")

 

Its just a one screen application that does MobileCore.track(state: "Page name", data: nil)

 

Could anything in configuration be causing this issue ?

3 replies

arvbhavanAuthor
July 20, 2021

I also would like to ask whether you could provide us with a trial/test-only mobile launch property - so I could repeat this tests to use that configuration id ? Alternatively I am happy to privately share across a sample dashboard with the results that I am seeing and the configuration id used to initialise the Adobe SDK from the app.

 

PratheepArunRaj
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
July 21, 2021

Dear arvbhavan,

Connect with me, I can help you on this. We need to validate both the Launch Configuration and the App Level implementation to close this.

Thank You, Pratheep Arun Raj B | Xerago | Terryn Winter Analytics

Thank You, Pratheep Arun Raj B (Arun) | Xerago | Terryn Winter Analytics
arvbhavanAuthorAccepted solution
July 21, 2021

Hi @pratheeparunraj - Its just a sample application.

 

The initialisation code is registering the below extensions:

 

`UserProfile, Lifecycle, AEPIdentity.Identifty and Analytics` and in the completion calls MobileCore.configureWith(appID: "ID goes here")

 

Its just a one screen application that does MobileCore.track(state: "Page name", data: nil)

 

Could anything in configuration be causing this issue ?