Commit c1d2bcc86dd1ddabb78d78219f2a6115d5188ad4
1 parent
8c34d56c
remarketing
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
frontend/views/layouts/main.php
@@ -552,6 +552,15 @@ | @@ -552,6 +552,15 @@ | ||
552 | 'models' => [], | 552 | 'models' => [], |
553 | ]) ?> | 553 | ]) ?> |
554 | </div> | 554 | </div> |
555 | + <!-- | ||
556 | + <script type="text/javascript"> | ||
557 | + var google_tag_params = { | ||
558 | + dynx_pagetype: "offerdetail", | ||
559 | + dynx_itemid: "<?= $product->product_id ?>", | ||
560 | + dynx_totalvalue: "<?= $product->price ?>" | ||
561 | + } | ||
562 | + </script> | ||
563 | + --> | ||
555 | 564 | ||
556 | 565 | ||
557 | <?php $this->endBody() ?> | 566 | <?php $this->endBody() ?> |