When connecting the module Google "Customer Reviews" crashes

Chrome console:

cb=gapi.loaded_0:82 Uncaught TypeError: Converting circular structure to JSON at JSON.stringify (<anonymous>) at Object._.mf (cb=gapi.loaded_0:82) at Fz (cb=gapi.loaded_0:103) at cb=gapi.loaded_0:103 

Js

 <script src="https://apis.google.com/js/platform.js"></script> <script> window.gapi.load('surveyoptin', function () { window.gapi.surveyoptin.render({ merchant_id: 'shop_code', order_id: '12345', email: 'test@gmail.com', delivery_country: 'RU', estimated_delivery_date: '2018-11-23', }); }); </script> 

    1 answer 1

    It turned out that Google’s customer responses are in conflict with their own Google’s own tag manager and, as the support said, it’s unrealistic to combine them. Well done. Work well.

    • It is not the answer to the question. To leave your comments or ask the author to clarify, leave a comment to the appropriate post. - from the queue of checks - Enikeyschik
    • one
      @ Enikeyschik This is the author of the question, moreover - this is quite an answer. If it's not difficult, write down why you chose the option "not an answer" - is it some random error (poked the wrong button) or is there some argument? - AK