Best way to store meta data for a Campaign? | Community
Skip to main content
rng8
November 20, 2018
Solved

Best way to store meta data for a Campaign?

  • November 20, 2018
  • 1 reply
  • 1832 views

I would like to record custom set of meta data for each Campaign e.g.

  • CampaignID
  • Plan
  • Lead
  • Channel
  • Device
  • Version
  • Language
  • DateRange
  • etc.

Could try to store some in the Campaign name. For Adobe Campaign Classic, what is the maximum limit on number of characters in a Campaign name? 

Or just create a table with CampaignID as the primary key.

What is the best way to store meta data at the Campaign level in Campaign Classic, so as to facilitate configuration management, reporting and analysis?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

Extend the nms:operation schema, and alter the operation/newOperation forms to surface the fields.

Campaign name's character limit is 64 by default.

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
January 7, 2019

Hi,

Extend the nms:operation schema, and alter the operation/newOperation forms to surface the fields.

Campaign name's character limit is 64 by default.

Thanks,

-Jon