18 Jan 2021 06:37 AM
Hi All,
I am working on integrating Dynatrace with Adobe Analytics and the out of the box properties pack is not working for me in one specific case.
I have configured 5 properties, page name, eVar1, eVar2, eVar8 and eVar16. DT is reading all the variable except eVar16 which has error information that we are trying to bring on Dynatrace.
In DT we set this as action property, enabled do not track, data type as String, length set to 100
On Analytics, we checked the expiry level for this level and try with both visit level and time period but it is still not working.
Any advise on this would be helpful.
Thanks
Suresh
Solved! Go to Solution.
18 Jan 2021 07:30 AM
Hi Suresh,
Is there an user action triggered when the errors are being shown?
To be absolutely sure that it gets captured I also suggest using the JS-agent API if possible. That way you can also wrap things into custom actions in case there is no automatic action triggered.
Klaus
18 Jan 2021 07:47 AM
Hi Klaus,
Thanks for your rapid response.
We triggered the error scenario and user action get captured for that, error values captured in Analytics side but not appear in DT. Using the API and define custom actions would require development efforts which is not the option we are thinking at the moment. If this is working for other variables/properties then ideally this should also work. Moreover, analytics is showing data against this variable so I am not sure what we are missing ?
18 Jan 2021 09:19 AM
HI Suresh
If the value really exists, we should be capturing it, sounds like the configuration you made was correct.
There are 2 possibilites I can think of:
If you do not see your values here, please check the configuration again(or post your findings here)
If you can see the correct values there, could you please create a support ticket, present your case(provide a page where this can be reproduced if possible, if this is not possible, please provide a fiddler session) and let them know to forward it to dev(link this thread here)?
Thanks
Simon
18 Jan 2021 10:31 AM
Hi Simon,
I followed your steps and below are finding.
due to some error I am not able to attach the images here .
I already created a support ticket SUP-64051 for this. I am not sure if you able to access this.
20 Jan 2021 10:20 AM
The issue has sorted for Web app, the analytics variable was not initialize. once variable is initialized then DT is capturing the data. Moreover, now we are using custom variable defined at application data layer and hold the same information.
Just another query, we need to capture similar information from mobile app. Is there any plugin or something else we can do to capture the information from mobile app.
Analytics has their SDK and Plugin that is capturing the data from mobile app.
Any suggestion on this.
Thanks
Suresh
20 Jan 2021 10:24 AM
Hi Suresh
I am not working on that topic, but I'll forward your question to the correct person.
20 Jan 2021 10:53 AM
mobile agents can be used to report values with manual instrumentation if thats what you need:
* iOS: https://www.dynatrace.com/support/help/technology-support/operating-systems/ios/customization/oneage...
* Android: https://www.dynatrace.com/support/help/technology-support/operating-systems/android/instrumentation-...