You have enabled automatic download link tracking and maybe have s.tl with custom link as type. Check this:https://docs.adobe.com/help/en/analytics/implementation/other/dtm/analytics-tool/link-tracking.htmlhttps://docs.adobe.com/help/en/analytics/implementation/vars/config-vars/trackdownloadlinks.ht...
Check the new debugger https://chrome.google.com/webstore/detail/adobe-experience-platform/bfnnokhpnncpkdmbokanobigaccjkpob It allows you to download the image request etc.... and see when the events are sent. Another approach would be to use an automation framework to listen to network and log the ...
While it does not answer your questions, we have found during our Adobe Launch migration that the best approach was to do a full audit of the whole tagging content.Once we audited the implementation we done a full refactor of the tagging content to optimize existing code and remove any content not u...
i read the following documentation that explain how to create an API: https://www.adobe.io/apis/experienceplatform/runtime/docs.html#!adobedocs/adobeio-runtime/master/guides/creating_rest_apis.md Is there a more detailed step by step example like this one https://opensource.adobe.com/faast-path-to-b...
Pathing is done server-side and not client-side. As long as you send prop7 values on each server calls, you can run the prop7 pathing report in Analysis Workspace and see a path report. You code seems to be right but you will need to check in your developer tools in the network tab that the Adobe An...
Adobe announced that the IP restriction in Adobe Analytics is going to be depreciated. However they still have not provided same feature in experience cloud. We rely on this feature to grant access to third parties to our Analytics data for specific IPs only. We need to make sure that if someone lea...
At present Adobe Analytics data feeds do not contain the columns that contains all contextData sent with a hit.Adobe customer care can provide you a data feed with this column so there is possibility to extract it from Adobe's back end.It would be good to be able to have the column that holds the co...
we wil need to see more of the data to figure out exactly what is happening.Has the specific visitor switched domain during this visit ? Is it the same user_agent and/or IP ?
The classic debugger will only display GET requests. Any requests sent using POST will not be displayed.If you are using AppMeasurement.js and VisitorId services, if the server call go over a specific length it will automatically be send using POST.I still think using the network tab of the develope...