Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Passing Order ID and Revenue via Macros:

Implementing this depends on which set of ecommerce solutions you're using. Most include a set of macro's that will pass this information to our conversion tag. A macro is simple simply a small program that is called via a snip-it of text placed into the tag above.

A macro for order ID and Revenue might look like this

Order ID = {{ord}}

Revenue = {{cost}}

...