It would be nice to have some kind of debug-mode,
where one could see a log of the requests generated and the responses from google.
Maybe a checkbox to turn on/off logging, similar to the "show form-id's" feature.
This would help to see if things are set up correctly.
Normal tracking can be seen working in google Analytics very easily via the realtime tracking.
But it takes days sometimes until ecommerce tracking is visible. That's where such a log would help.
Also to debug details like correct currency setup would be a lot easyer.
Or, maybe there's already an easy way to do the debugging that i want to do?
Some issues mention debugging, but it's nowhere described in detail.
Comments
Comment #1
gedur commentedGood idea! I've added a commit to dev branch writting in watchdog the request and the response information. It's a little tricky as we need to store array data values.
Comment #3
gedur commentedComment #4
eduardo morales albertiPatch added ported to drupal 8 version.
Comment #5
eduardo morales albertiComment #7
eduardo morales albertiAdded headers to response debug and added use response interface.
Comment #8
gedur commentedThanks
Comment #10
eduardo morales albertiPatch commited, issue fixed.