Store custom data on campaign

Is it possible to store custom data to a campaign? Like a json serialized object. Currently using the description for that but its limited to 255 chars.

Litium version: 7

Campaign does no have any field that you can stor custom data in. What are you needing to store with the campaign?

Ok. Need to store some information that is synced from the ERP. To have better control on when to modify campaign conditions for certains customer when changes are made in the ERP.

Since I always think outside the box:
If you want to be “dirty” you could write a campaign condition that does not actually affect the campaign, but in the condition data, you could store your stuff. Then get the condition and the data from the campaign when you need it…

Since you already need to modify campaign conditions, maybe its not that dirty after all? Just replace/extend the default condition with your own, with extra data?

I will look into creating a custom campaign condition if it’s not good enough with the current solution. That’s a good idea, thanks!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.