We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Google Opt In Code zu Bestellstatus Seite hinzufügen

Solved

Google Opt In Code zu Bestellstatus Seite hinzufügen

kschulze
Excursionist
45 2 14

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
45 2 14

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 39

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

Online Sneaker Store - Soleseriouss
kschulze
Excursionist
45 2 14

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