The link is referring to a different use case, which is the Chrome extension developer implementing Adobe Analytics to measure how is the extension being used, such as Google added the Adobe Analytics to the translation extension. The extension developer has control to the extension source code and...
Simply no, as it happens on the browser level how to display web content. Think about the zoom level which is something you will not know and are unable to control.
Wow, you are going far down the road. I only use reactor API to export Launch configuration and not to maintain it, as I believe that will be LOTS of work to do.
To your question, I guess you also need to check how to manage the revision of a Launch component. As suggested by the error message and c...
Using buttons as an example, you are capturing the "button text", so when it is English you capture the text "click here" as it is what is displayed to the user, and "cliquez ici" when it is French as that is the text being displayed. There will not be any translation solution as the tracking is doi...
Actually, Adobe's documentation is referring to onResume for the lifecycle tracking and hence I use that for trackState as well, https://aep-sdks.gitbook.io/docs/getting-started/enable-debug-logging#lifecycle-metrics
Referring to the Activity lifecycle at https://developer.android.com/guide/componen...
First question is if the open page rule and click rule triggered only on the corresponding event, such that
only the open rule fired when the page open and not the click ruleonly the click rule fired when that click event and not the open rule
If that is yes, than the issue is the XDM being used in ...
Think about it in a different approach. For all trackings, there are two types, one will increase the count of page views (s.t() for web and trackState for app) and one will NOT increase the count of page views (s.tl() for web and trackAction for app). The one that will not increase the count of pag...
In an empty freeform table, there is a button to enable the table builder. You can't enable table builder after dragging any component to the freeform table.
Adobe uses user_agent provided by browser to determine mobile device types. However, the exact mapping is not available publicly. In my experience, the screen size is not a factor to determine the mobile device type at all.
Just one observation that in some newer versions of iPad OS, it is sending a...