What's your biggest current challenge? Have your say in Community Polls along the right column.

Google Opt In Code zu Bestellstatus Seite hinzufügen

Solved

Google Opt In Code zu Bestellstatus Seite hinzufügen

kschulze
Excursionist
32 2 5

Hallo,

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

kschulze_0-1672031688634.png

 

// 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 

 

Karsten
Accepted Solution (1)
kschulze
Excursionist
32 2 5

This is an accepted solution.

Hi,

thank you for the input 🙂

I will try to translate the issue to english

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

 

kschulze_0-1672207067375.png

 

 

// 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 

 

 

Karsten

View solution in original post

Replies 2 (2)

soleseriouss
Trailblazer
316 10 38

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

Online Sneaker Store - Soleseriouss
kschulze
Excursionist
32 2 5

This is an accepted solution.

Hi,

thank you for the input 🙂

I will try to translate the issue to english

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

 

kschulze_0-1672207067375.png

 

 

// 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 

 

 

Karsten