16 Jul 2025
	
		
		04:43 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		22 Jul 2025
	
		
		01:57 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 AgataWlodarczyk
		
			AgataWlodarczyk
		
		
		
		
		
		
		
		
	
			
		
Hi,
I am facing an issue with my application. My home screen has multiple sections, and it loads only when I scroll the page.
So all the visible sections have their calls associated with the event "Touch on CollectionViewCell @0:0" that fired from the previous screen action and are being displayed inside the"Network Request" section, but all the other calls that start when I scroll the page are not visible on any event inside "Analyze User sessions".
I am using Alamofire for my API calls, and I see that Dynatrace is already monitoring them, but not inside an event inside "Analyze User sessions."
I am trying to add them manually to my custom event that I am creating, so it shows there. Is there a way to associate a API Call to a DTXAction by using the URL or something like this? Thanks
Solved! Go to Solution.
17 Jul 2025 07:46 AM
Hi,
this describes conditions on how request are linked to parent actions automatically: https://docs.dynatrace.com/docs/shortlink/ios-oneagent-sdk#parent-action-of-web-requests
There are also possibilities to change generated user actions, but reparenting them is not possible: https://docs.dynatrace.com/docs/shortlink/ios-oneagent-sdk#modify-any-auto-action
