Versions Compared

Key

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

...

You can call the target URL in preview mode just adding at the end: ...&preview_mode=1
For more information about the preview mode, please read this article.

...

Forwarding smc (subids) from partners

It is quite raterare, but sometimes smc (subid) values from partners shall be passed on as additional parameter to the shops landing page.

...

  • for smc or smc1: #{MERGED_SMC}

  • for smc2 - smc6: #{FREE_PARAM_smc2} - #{FREE_PARAM_smc6}

Excluding specific additional parameters

In some cases not all defined additional parameters should provided with every tracking link. You can exclude any additional parameter on partner tracking code using the query parameter param_exclude.

The value of param_excludecan contain a comma-separated list of additional parameters to exclude:

...&param_exclude=param1,param2,param3,...&...

The exclusion can also contain wildcards:

...&param_exclude=par*,utm_*,*_test,...&...

This would exclude all parameters which start with utm_:

...&param_exclude=utm_*&...

The Ingenious ICLID can be excluded as well:

...&param_exclude=iclid&...