Hi All,
has anyone else run into issue where trackAction calls are incrementing pageviews ?
final Map<String, Object> contextData = new HashMap<String, Object>() {{
put(Key.SCREEN_NAME, screenName);
put(Key.SECTION, section);
put(Key.DLC_CLICKED, true);
put(Key.DLC_FILE_TYPE, content.getExtension());
put(Key.DLC_NAME, content.getTitle());
put(Key.DLC_PROPERTY_ID, placeId);//content.getPlaceId());
}};
trackAction(action, contextData);
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Check if a processing rule is setting Page Names. If Page Name is set in processing rules, custom link increment page views.
Views
Replies
Total Likes
You can explicitly set the mapping on https://mobilemarketing.adobe.com/ so that contextData variable is mapped to eVar/prop/event. More info at https://experienceleague.adobe.com/docs/mobile-services/android/analytics-android/actions.html?lang=...
Views
Replies
Total Likes
Views
Replies
Total Likes
Check if a processing rule is setting Page Names. If Page Name is set in processing rules, custom link increment page views.
Views
Replies
Total Likes
Views
Replies
Total Likes
Thanks Khurshid_Alam, this explains a lot. Do you know why this is the case? It seems odd to add a pageView to a track Action just because PageName gets set? I haven't seen this in the documentation anywhere. Is there anywhere this is referenced?
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes