SEO, AdWords, affiliates, advertising, and promotions
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
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
Solved! Go to the solution
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.
// 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
We should post threads in English so that others can understand and participate in the thread.
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.
// 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