Home Forums WoodMart support forum Integration of Google Surveys activation service

Integration of Google Surveys activation service

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #564248

    al2min
    Participant

    Hello!
    Where can I find the values in the location required in this code?

    <script src=”https://apis.google.com/js/platform.js?onload=renderOptIn&#8221; async defer></script>

    <script>
    window.renderOptIn = function() {
    window.gapi.load(‘surveyoptin’, function() {
    window.gapi.surveyoptin.render(
    {
    // REQUIRED FIELDS
    “order_id”: ” ???? “,
    “email”: ” ???? “,
    “delivery_country”: ” ???? “,
    “estimated_delivery_date”: ” ???? “,

    // OPTIONAL FIELDS
    “products”: [{“gtin”: ” ???? “}, {“gtin”: ” ???? “}]
    });
    });
    }
    </script>

    #564352

    Hung Pham
    Keymaster

    Hi al2min,

    Thanks for reaching to us.

    This is related to Google Reviews configurations, you can read more here https://support.google.com/merchants/answer/7124018?sjid=9290603683790807750-AP&hl=en

    Or contact Google support team for more details.

    Regards,

    #564403

    al2min
    Participant

    I have done all the steps on Google because I have to match the code with the site and fill out the matching procedure with the site, but I do not know where to find the values for the site, the values of the order number, the values of the email, the country, the date, and the barcode.

    #564404

    al2min
    Participant

    “order_id”: ” ——— “,
    “email”: ” ———- “,
    “delivery_country”: ” ——— “,
    “estimated_delivery_date”: ” ——– “,

    “products”: [{“gtin”: ” ——– “}, {“gtin”: ” ———- “}]

    #564637

    Hung Pham
    Keymaster

    Hi al2min,

    Unfortunately, we currently do not have a ready solution that requires customization, which is not included in our support.

    Regards,

Viewing 5 posts - 1 through 5 (of 5 total)