Insert Google, Facebook tracking pixel

0
0

Hi,

Our users are directed to a ‘Thank You’ page after placing an order which is using wisej. Is there a way to insert the JavaScript code for the tracking pixel (i.e. what goes in the <script> sections) into the wisej form? We tried putting it in an html control but that did not seem to work. We only need it on this one thank you form.

Thanks for any help,
Robin

  • You must to post comments
0
0

Hi Robin,

You can always try to use the InitScript property of pretty much any Wisej widget to inject your scripts.

Can you try it out ?

Best,
Alaa

  • Robin Lao
    Thank you Alaa. We’ll give it a try. Do you include tags containing the code as well?
  • Alaa (ITG)
    Hi Robin, you can certainly do that! I would suggest that you also check the Widget component. It’s something you can definitely use in this kind of situation when you’re depending on third party scripts and CDNs. you can make it the size of a pixel if you wanted to since you’re going to only be using it for tracking purposes and won’t display any kind of data. And in regards to the tags including the code, you can always use it’s InitScript property and interact with it as if it was a regular html element! Basically you’re going to write your code scripts in the InitScript property rather than inside a script tag for example. For additional info, please visit: http://docs.wisej.com/docs/
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.