Skip to main content

UpdateMembershipContactStoreMarketingTagInput

Defines the input for updating a marketing tag in a membership contact store.

input UpdateMembershipContactStoreMarketingTagInput {
containsPersonalData: Boolean
groupId: ID
membershipContactStoreId: ID!
name: String
tagId: ID!
uniqueCode: String
}

Fields

UpdateMembershipContactStoreMarketingTagInput.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.

UpdateMembershipContactStoreMarketingTagInput.groupId ● ID scalar

The group the marketing tag is a part of. Optional.

UpdateMembershipContactStoreMarketingTagInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the marketing tag is associated with.

UpdateMembershipContactStoreMarketingTagInput.name ● String scalar

UTF-8 string value that represents the name of the marketing tag. Optional.

UpdateMembershipContactStoreMarketingTagInput.tagId ● ID! non-null scalar

The unique identifier for the marketing tag.

UpdateMembershipContactStoreMarketingTagInput.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

updateMembershipContactStoreMarketingTag mutation