Search the Community
Showing results for tags 'ppc'.
-
El próximo 05 de marzo, en Barcelona, Spaceboost y Google y con colaboración de PrestaShop organizan una masterclass gratuita para aprender cómo vender más a través de Google Ads de manera fácil y rentable. Durante 4h de curso, especialistas en Paid Search y Shopping de empresas con alta experiencia en Marketing Digital e Ecommerce explicarán acciones tan diversas como: Tips indispensables para crear una campaña en Google Ads y empezar a anunciarse en internet. Cómo crear una estructura de campaña perfecta para Search & Shopping. Cómo optimizar anuncios en función de los objetivos de negocio: Definir el CPA, el presupuesto mensual y crear settings de optimización para cada una de las campañas activas. Conoce como tecnologías de Automatización son, a día de hoy, una solución para que negocios de venta online puedan: crear estructuras de campañas, gestionar sus anuncios y su presupuesto diario para asegurarse de obtener el máximo rendimiento de su inversión posible. Al finalizar el curso contaremos con el testimonio de diferentes Ecommerce y profesionales como Robin Collection, Carethy o Superstudio que contarán cómo han conseguido escalar su negocio a través de una buena estrategia de Marketing Digital y otras acciones. Además de estos Best Practices, el equipo de operaciones de Spaceboost ofrecen consultorías individuales para configurar cuentas de Google Ads hasta como instalar y empezar a usar el módulo de Spaceboost para PrestaShop. El evento tendrá lugar de 9:00-13:00 en la Bellavista Jardin del Norte, Barcelona centro. Se puede solicitar plaza en esta página.
-
Hi guys! I would like to introduce you our new Adwords module: Clever Google Adwords! Module link: https://addons.prestashop.com/en/remarketing-shopping-cart-abandonment/31956-clever-google-adwords.html Youtube Demo Video: https://www.youtube.com/watch?v=E--yoAFisvM&t=12s Why should i get your module? Adwords is a great way to attract quality traffic and sales to your store if it is well managed and optimized, this last condition is really hard to achieve if you don't have some knowledge about Adwords or spend a huge amount of time optimizing it by yourself. With our module, this situation changes. We will take care of your campaigns creation and optimization from the moment you download our module. All you have to do is sit back and watch how we do the work for you, is like having a personal Marketing team for you! Another good reason is because we are Premier Google Partners that certifies us as Adwords experts! What will i get once i've installed your module? Search Campaigns, Display Campaigns, Shopping Campaigns, Remarketing Campaigns, Dynamic Remarketing Campaigns, RLSA Campaigns. Campaigns Optimization. Creation of banners for your Display Campaigns. Creation of HTML 5 Banners. Seasonal Campaigns. Direct Chat Support. Shopping feed help. Hangouts support. Dedicated account manager Pixel's auto implementation. Account alerts. Multilingual campaingns Campaigns alerts. If you have any question, please feel free to ask me, i will try to answer all of them. Regards!
-
- google ads
- facebook ads
-
(and 6 more)
Tagged with:
-
Bonsoir, après quelques recherche infructueuses, j'ai adapté un code pour avoir le PPC sur votre boutique, sans acheter de module. Testé à l'instant sur PS 1.6.0.9. Tout d'abord, vous devez vous rendre dans PhpMyAdmin pour ajouter un champ RRP dans la table ps_product. Utilisez cette requête : ALTER TABLE ps_product ADD rrp decimal(20,6) after price Ensuite, prenez l'archive jointe : RRP 1.6.0.9.zip et remplacez les fichiers. ATTENTION, l'archive contient le fichier original product.tpl du thème default-bootstrap ! Pour mettre en place le RRP sur votre thème, éditez le fichier product.tpl comme ceci : Ouvrez product.tpl (celui de votre thème) et recherchez ceci : <!-- prices --> Ajoutez, juste en dessous, ceci : {if $product->rrp|floatval} <p>{l s='RRP:'} <strike> {convertPrice price=$product->rrp} {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} </strike></p> <p>{l s='You Save:'} {if $priceDisplay >= 0 && $priceDisplay <= 2} {convertPrice price=($product->rrp - $productPrice)} {l s='(~'}{round((($product->rrp - $productPrice) / $product->rrp) * 100, 0)}%{l s=')'} {elseif $priceDisplay == 1} {convertPrice price=($product->rrp - $productPrice)} {l s='(~'}{round((($product->rrp - $productPrice) / $product->rrp) * 100, 0)}%{l s=')'} {/if} </p> {/if} Voila, le champ PPC/RRP apparait dans l'admin et si vous indiquez le prix, il sera automatiquement calculé sur la fiche produit avec et sans promotions. Il ne vous reste plus qu'à faire un tour dans les traduction de Prestashop pour traduire les nouvelles "variable" RRP. Voici ce que cela donne :
-
Hi there, I would like to flag users who have come from PPC sources like AdWords. I would imagine something simple like a setting in their user or a setting in an order (or both). I'm relatively new to Prestashop but an experienced programmer. Can someone point me in a direction for doing this? I'm thinking of setting a cookie when they arrive, and then ticking a field in the user DB table indicating that they have come from adwords, and doing the same for each order. If someone with experience can let me know where in the workflow this would best be done, I'm all ears. I'm more concerned about where in the workflow to make this happen then the secondary bits of displaying this information in the admin side of things once I have it in the DB. I'll be digging thru the code in the meantime!
-
Ahojte, ako úplný nováčik Presta sa už pár dní sa trápim s úpravou URL. Snažím sa dosiahnuť, aby URL vyzerali takto: www.nieco.sk/noze No nedarí sa mi - zatiaľ je tam defaultné nastavenie: www.nieco.sk/3-noze Kde by som si to mohol zmeniť?