Skip to content
tux-rampage edited this page Sep 23, 2014 · 5 revisions

How do I add the conversion tracking code to my store?

Please take a look at How to setup a conversion

What does "Custom Action" field do?

This field will only be used if "Page" is set to "Use Custom Action". You can enter any magento controller action in magento's layout handle notation. The extension will then register the conversion's code in the before_body_end block in the layout.

e.g. cms_index_index for index action in the index controller of the cms module.

NOTE: This will not work with controller actions that will redirect (e.g. from post) or serve ajax requests.

There is no Google AdWords section in the system configuration of Google API

Please try the following things:

  • Make sure the Magento connect manager has full write permissions to the Magento directory.
  • Clear all Magento caches in System > Cache Management
  • Disable or Rebuild Compilation as described in the next question

I'm experiencing errors after installing/upgrading the extension

This is related to outdated compilation files when you're using Magentos Compilation feature. Please try the following steps:

  • Disable Magento's Compilation feature in System > Tools > Compilation before installing/upgrading
  • After installing the extension recompile all files
  • After recompiling, you can re-enable the Compilation