Versions Compared

Key

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

...

Code Block
languageapplescript
titleSwift
var properties = [String:String]()
properties["OM.pf"] = "Product Code"
properties["OM.pfu"] = "-1"
properties["OM.ppr"] = "Product Price"
properties["OM.exVisitorID"] = "memberID/userID"
properties["OM.sys.TokenID"] = "Token ID to use for push messages"
properties["OM.sys.AppID"] = "App ID to use for push messages"
Visilabs.callAPI().customEvent("Add To Favorites", withProperties: NSMutableDictionary(dictionary: properties))
Info

TokenID and AppID parameters are optional.

...

Note
Please do

Do not forget to use a

universalID

universaID/customerID as the

user ID

userID which you also share with other parties such as your ESP. If you are using a GSM number or an email address instead of a userID please send that info as

user ID and make

the userID. Make sure that you share the same ID with all other parties.