|
|
Ok!
|
|
|
Ok!
|
|---|---|---|---|---|
| 50 | <script>
jQuery('.order-form-submit').click(function send_order(){
gtag('event', 'purchase', {
"transaction_id": <?=rand(1,1000)?>,
"affiliation": "La Maree Buy",
"value": {TOVAR_SUM},
"currency": "RUR",
"tax": 1.18,
"shipping": 350,
"items": <?=json_encode( $GLOBALS['item'], JSON_UNESCAPED_UNICODE ); ?>
});
});
</script> | gtag, js, аналитика, purchase | 4899 | Скрипт добавки товара в Аналитику gtag js |