Thank you for your enquiry! We will be in touch shortly regarding the next steps.
If you have any questions in the meantime, feel free to send us a quick message via e-mail, or simply start a chat with our team. Our lines are open 24/7.
window.renderOptIn = function() {
window.gapi.load(‘surveyoptin’, function() {
window.gapi.surveyoptin.render(
{
// REQUIRED FIELDS
“merchant_id”: 136918859,
“order_id”: “ORDER_ID”,
“email”: “CUSTOMER_EMAIL”,
“delivery_country”: “COUNTRY_CODE”,
“estimated_delivery_date”: “YYYY-MM-DD”,
// OPTIONAL FIELDS
“products”: [{“gtin”:”GTIN1″}, {“gtin”:”GTIN2″}]
});
});
}
/* */
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘AW-753942872’);
window.fbAsyncInit = function() {
FB.init({
appId : ‘120532194638719’,
xfbml : true,
version : ‘v2.6’
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_US/sdk.js”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));