Sure, you can use the solution provided in that linked article.
- Include the code in the section "The Fix - Intel vs Apple".
- In your AA implementation, set the appropriate eVars. E.g. if you have setup eVar18 to be the "Device Type" and eVar19 to be the "User-Agent", then you can do this:
// assuming you use the code as-provided in the article
s.eVar18 = window.deviceType;
s.eVar19 = navigator.userAgent;