kaferklaus Posted March 21, 2019 Share Posted March 21, 2019 (edited) Salve a tutti, in Prestashop 1.7.2.2 sto tentando di impostare come conversione su GoogleAds l'aggiunta al carrello. Oltre ad aver inserito lo snippet in Head ho aggiunto il codice al pulsante (provando nei due modi sotto riportati) ma i click non vengono rilevati. Dove sbaglio?https://support.google.com/google-ads/answer/6331304?hl=it <button onclick="goog_report_conversion()" class="button-action slide-button" data-button-action="add-to-cart" type="submit" {if !$product.quantity}disabled{/if}> <button onclick="goog_report_conversion(l s='Add to cart')" class="button-action slide-button" data-button-action="add-to-cart" type="submit" {if !$product.quantity}disabled{/if}> Grazie K Edited March 21, 2019 by kaferklaus (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now