Jump to content
thirty bees forum

Google Customer Reviews opt-in and survey


Recommended Posts

Posted

Hi,

I am trying to integrate the opt-in Survey for google customer reviews (https://support.google.com/merchants/answer/7106244?hl=en-gb&ref_topic=7105160), but having a bit of an issue trying to work out the Variables:
 

"merchant_id": "MERCHANT_ID",

"order_id": "ORDER_ID",

"email": "CUSTOMER_EMAIL",

"delivery_country": "COUNTRY_CODE",

"estimated_delivery_date": "YYYY-MM-DD",

// OPTIONAL

"products":[{"gtin":"GTIN1"}, {"gtin":"GTIN2">}],

"opt_in_style": "OPT_IN_STYLE"

 

The example given is:

 

"merchant_id": 42,

"order_id": "<?php echo $order_id ?>",

"email": "<?php echo $email_address ?>",

"delivery_country": "<?php echo $user_country ?>",

"estimated_delivery_date": "<?php echo $delivery_date ?>",

"products": [{"gtin":"<?php echo $gtin_1 ?>"}, {"gtin":"<?php echo $gtin_2 ?>"}],

"opt_in_style": "BOTTOM_LEFT_DIALOG"


Could anyone offer any assistance?


Regards,
Alan

  • 1 year later...
Posted

How did it go?

I am looking for a Google Reviews integration, too. At the moment I have it integrated via an old version for an GTM module from Prestashop.

Issue is that the module presents customers the badge in English and our shop is hosted in Germany. I have no clue how to set the review module to a specific language, e.g. German.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...