Jump to content
  • 0

Zmienna Product ID


robertpol

Question

Cześć!

 

Chciałbym skorzystać z systemu PerfectAudience.com, lecz mam problem z ich kodem. Oto on:

 

<script type="text/javascript">
(function() {
window._pa = window._pa || {};
// _pa.orderId = "myOrderId"; // OPTIONAL: attach unique conversion identifier to conversions
// _pa.revenue = "19.99"; // OPTIONAL: attach dynamic purchase values to conversions
// _pa.productId = "myProductId"; // OPTIONAL: Include product ID for use with dynamic ads
var pa = document.createElement('script'); pa.type = 'text/javascript'; pa.async = true;
pa.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + "//tag.perfectaudience.com/serve/534b9ba24748cd4a51000046.js";
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pa, s);
})();
</script>

 

Aby system działał poprawnie muszę mieć zmienną dla myProductId. W FAQ PerfectAudience znalazłem solucje dla Prestashop. Kazali wstawić tam "{$product->id|intval}".

 

Niestety zalecana przez nich zmienna nie działa poprawnie. Podesłali mi jeszcze dwie inne do przetestowania:

 

$product.id_product
{$product.id_product}

 

Lecz te także nie działają... Ostatecznie skierowali mnie na forum abym zadał pytanie doświadczonym developerom Prestashop.

 

Będę wdzięczny za wszelką pomoc!

 

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Kod wstawiam w footer.tpl szablonu, którego używam - pomiędzy znaczniki literal. Tak samo robiłem z kodem remarketingowym Google, czy konkurencyjnym kodem platformy PerfectAudience, czyli Adroll.com. Tam akurat dostawałem gotowy kod, a w przypadku Perfect Audience muszę uzupełnić go o zmienną Product ID.

Link to comment
Share on other sites

  • 0

wstawiając kod w footer będzie się on wyświetlał wszędzie. zawsze i wszędzie.

tylko pytanie po co ten kod np. na stornie CMS ? albo na stronie listingu produktów?

 

nie lepiej wstawić go w product.tpl - wtedy skorzystaj ze zmiennej: {$smarty.get.id_product} i będzie ok :)

pozostałe strony nie będą ładować niepotrzebnego kodu, a i id produktu dodasz z łatwością ;)

Link to comment
Share on other sites

  • 0

Ciekawa opcja, wysłałem zapytanie do supportu czy tak sprawę kodu można rozwiązać.

 

A wstawiałem go na wszystkie podstrony, bo tak jest podane w instrukcji:

 

The javascript tag below is needed to cookie visitors and track conversions. To add it to your site, click the button below to copy it to your clipboard. Then paste it into your site code on EVERY page, just before the closing "body" tag.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...