New Dynamic Functions July 30, 2009

A new dynamic function has been added to adCore™ providing an increased flexibility for keyword creation and data manipulation. All dynamic functions have to be written with tags, between <> signs.

Here are two examples of the new dynamic functions. To review all the functions please visit the adCore help section.

strLeft (string, length)

Returns the left part of a character string with the specified number of characters.

Function Result
<strLeft(XT5500DE,6)> XT5500
XT5500 XT

skuRemoveWnD (string)

Returns the original string (sku) without weights and dimensions (like sizes, colors etc.).

Example:

Function Result
<skuRemoveWnD(XT5500DE Black)> XT5500DE
<skuRemoveWnD(XT5500DE 10Mb)> XT5500DE

Comments are closed.