<script src="https://apis.google.com/js/platform.js?onload=renderOptIn" async defer></script>

<script>
  window.renderOptIn = function() {
    window.gapi.load('surveyoptin', function() {
      window.gapi.surveyoptin.render(
        {
          // REQUIRED FIELDS
          "merchant_id": 5445223393,
          "order_id": "ORDER_ID",
          "email": "CUSTOMER_EMAIL",
          "delivery_country": "COUNTRY_CODE",
          "estimated_delivery_date": "YYYY-MM-DD",

          // OPTIONAL FIELDS
          "products": [{"gtin":"GTIN1"}, {"gtin":"GTIN2"}]
        });
    });
  }
</script>

Use esta página para apresentar seu negócio. Por exemplo:

  • Quem é você.
  • Como surgiu seu negócio.
  • Por que você este tipo de produto.
  • Há quanto tempo você vende este tipo de produto.
  • Quem faz parte do time por trás da sua marca.
  • Você pode escolher alguma imagem que reflita a cultura ou estilo do seu negócio.