Jump to content

[RÉSOLU]Insérer script pour Optimiseur de Site de google


Recommended Posts

Bonjour je voudrais insérer le script de google optimiseur pour faire des test d'optimisation de mon site et savoir quelle version est gagnante mais impossible d'insérer du javascript dans la page d'accueil ni dans les cms

Voici un exemple de code et il faut les mettre entre body et body

Une personne aurais la solution

Cordialement

Didier



<!-- Google Website Optimizer Control Script --> [removed] function utmx_section(){}function utmx(){} (function(){var k='4150204663',d=document,l=d.location,c=d.cookie;function f(n){ if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.indexOf(';',i);return c.substring(i+n. length+1,j<0?c.length:j)[spam-filter]}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash; d.write(''+'ript>')})(); [removed][removed]utmx("url",'A/B');[removed] <!-- End of Google Website Optimizer Control Script -->


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Achetez ce vélo !</title>
</head>

<body>

Achetez ce vélo !





Vous êtes un vététiste débutant ou recherchez votre premier vélo à suspensions intégrales ?

En savoir plus »

2.     

<!-- Google Website Optimizer Tracking Script --> [removed] if(typeof(_gat)!='object')[removed](''+'ript>')[removed] [removed] try { var gwoTracker=_gat._getTracker("UA-4559976-2"); gwoTracker._trackPageview("/4150204663/test"); }catch(err){}[removed] <!-- End of Google Website Optimizer Tracking Script -->


</body>
</html> 



Topic déplacé -yoya971

Link to comment
Share on other sites

Hello
D'après ce que je comprends de l'exemple Google dans ton post précédent il faut :

- editer /themes/tonthemes/header.tpl et mettre tout au début de celui ci ...


<!-- CODE DE PS normal du header.tpl -->

<html >
   <head>
       <title>{$meta_title|escape:'htmlall':'UTF-8'}</title>
       ETC.......
       <body>
{if $page_name=="index"}
{literal}
<!-- Google Website Optimizer Control Script --> [removed] function utmx_section(){}function utmx(){} (function(){var k='4150204663',d=document,l=d.location,c=d.cookie;function f(n){ if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.indexOf(';',i);return c.substring(i+n. length+1,j<0?c.length:j)[spam-filter]}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash; d.write(''+'ript>')})(); [removed][removed]utmx("url",'A/B');[removed] <!-- End of Google Website Optimizer Control Script -->
{/literal}
{/if}
ETC...



- ensuite, editer themes/tontheme/footer.tpl et pratiquer ainsi à la fin du fichier :

{if $page_name=="index"}
{literal}
<!-- Google Website Optimizer Tracking Script --> [removed] if(typeof(_gat)!='object')[removed](''+'ript>')[removed] [removed] try { var gwoTracker=_gat._getTracker("UA-4559976-2"); gwoTracker._trackPageview("/4150204663/test"); }catch(err){}[removed] <!-- End of Google Website Optimizer Tracking Script -->
{/literal}
{/if}
<!-- CODE DE PS normal de la fin de footer.tpl -->
   </body>
</html>



et voila !

EDIT: à lire la doc de google, il faut mettre çà entre body et /body dans la page d'acceuil, d'ou le test page_name='index'

Tiens nous au courant,
Cdlt,
Pierre.

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...

Je trouve ça complètement disproportionné quand on pense que ça se résume à intégrer du javascript dans le template.

Est-ce que quelqu'un qui utilise prestashop a deja réussis ce type d'intégration ?
Auriez vous une idée du nombre d'heures nécessaires ?

Merci

Link to comment
Share on other sites

  • 3 months later...

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...