emma35 Posted August 29, 2012 Share Posted August 29, 2012 (edited) Bonjour à tous, J'ai un problème qui paraitra sans doute évident pour beaucoup d'entre vous mais qui est difficile pour moi. Pour faire simple, je dois intégrer le script ci-dessous sur mon site pour une régie avec laquelle je travaille. Le soucis est que je dois remplacer [uSER_ID] par mon id client (id_customer) afin de savoir qui a cliqué sur la bannière. Après de multiples tentatives, je n'y arrive pas. Quelqu'un peut-il m'aider ? <div id="ssaAd1"></div> <script type="text/javascript"> var ssa_json = { 'applicationUserId': '[uSER_ID]', 'applicationKey': 'XXXXXXXX', 'ads': [ {'id':'ssaAd1','width':300,'height':250} ] }; (function(d,t){ var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; g.async = true; g.src = ("https:" != location.protocol ? "https://a248.e.akamai.net/ssastatic.s3.amazonaws.com") + "/inlineDelivery/delivery.min.gz.js"; s.parentNode.insertBefore(g,s);}(document,'script')); </script> Edited August 29, 2012 by emma35 (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