Google Opt In Code zu Bestellstatus Seite hinzufügen

Hallo,

ich möchte zur Bestellstatusseite den Google Opt In Code hinzufügen

// REQUIRED

“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”

});

});

}

Wie kann ich die Parameter “CUSTOMER_EMAIL” usw. eingeben?

LG

Karsten

We should post threads in English so that others can understand and participate in the thread.

Hi,

thank you for the input :slightly_smiling_face:

I will try to translate the issue to english

I am trying to add the Google Opt In Code to my order confirmation side.

// REQUIRED

“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”

});

});

}

How can I get now the variables from shopify

order_id": “ORDER_ID”,

“email”: “CUSTOMER_EMAIL”,

“delivery_country”: “COUNTRY_CODE”,

“estimated_delivery_date”: “YYYY-MM-DD”,

“products”:[{“gtin”:“GTIN1”}, {“gtin”:“GTIN2”>}],

“opt_in_style”: “OPT_IN_STYLE”

kind regards

Karsten