UpdateCeContactStoreMarketingTagInput
Defines the input for updating a marketing tag in a continuing education contact store.
input UpdateCeContactStoreMarketingTagInput {
ceContactStoreId: ID!
containsPersonalData: Boolean
groupId: ID
name: String
tagId: ID!
uniqueCode: String
}
Fields
UpdateCeContactStoreMarketingTagInput.ceContactStoreId ● ID! non-null scalar
The identifier of the continuing education contact store the marketing tag is associated with.
UpdateCeContactStoreMarketingTagInput.containsPersonalData ● Boolean scalar
A flag indicating whether the marketing tag includes sensitive personal data. It is important for event managers to review any additional marketing tags that they have created and marking those tags as containing personal data. This is used by EventsAir to identify these fields for reporting to attendees, and when anonymizing or deleting a contact record for data privacy reasons. Optional.
UpdateCeContactStoreMarketingTagInput.groupId ● ID scalar
The group the marketing tag is a part of. Optional.
UpdateCeContactStoreMarketingTagInput.name ● String scalar
UTF-8 string value that represents the name of the marketing tag. Optional.
UpdateCeContactStoreMarketingTagInput.tagId ● ID! non-null scalar
The unique identifier for the marketing tag.
UpdateCeContactStoreMarketingTagInput.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the marketing tag. Optional.
The value must be unique across all marketing tags for an event.
Member Of
updateCeContactStoreMarketingTag mutation