campaigns.setHistoryStatus(params)

Use this to customize how you include or exclude visitors from Intelligems campaigns

This function expects two parameters:

  1. campaignId: full uuid for the campaign you want to modify

  2. status: one of "E" (exclude) "I" (include) or "U" (unassigned) most use cases will only utilize exclude or include

Call it like window.igData.campaigns.setHistoryStatus("ef2c64e6-aac3-47c6-98b2-1854f641afd1", "U")

This function has no return value if successful. However, keep you will see console warnings if you pass an invalid campaignId or status

Last updated