· 8 years ago · Apr 20, 2018, 01:48 PM
1<script src="https://apis.google.com/js/platform.js?onload=renderOptIn" async defer></script>
2
3<script>
4 window.renderOptIn = function() {
5 window.gapi.load('surveyoptin', function() {
6 window.gapi.surveyoptin.render(
7 {
8 "merchant_id": 1131527**,
9 "order_id": "7207",
10 "email": "*********@gmail.com",
11 "delivery_country": "RU",
12 "estimated_delivery_date": "2018-04-21"
13 });
14 });
15 }
16</script>