Google Enhanced conversions not firing up
-
Hey:
Post update to 3.7.0 the below script on our thank you page is not feeding the information. The information is used for Google Enhanced trackings. Please help if something is to be changed.
<script> var enhanced_conversion_data = { "email": <?php echo "'".$order->get_billing_email()."'";?>, "phone_number": <?php echo $order->get_billing_phone(); ?>, "first_name": <?php echo "'".$order->get_billing_first_name()."'"; ?>, "last_name": <?php echo "'".$order->get_billing_last_name()."'"; ?>, "home_address": { "street": <?php echo "'".$order->get_billing_address_1()."'"; ?>, "city": <?php echo "'".$order->get_billing_city()."'"; ?>, "region": <?php echo "'".$order->get_billing_state()."'"; ?>, "postal_code": <?php echo "'".$order->get_billing_postcode()."'"; ?>, "country": <?php echo "'".$order->get_billing_country()."'"; ?> } }; </script>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Google Enhanced conversions not firing up’ is closed to new replies.