CreateMembershipContactStoreMarketingTagInput
Defines the input for creating a marketing tag in a membership contact store.
input CreateMembershipContactStoreMarketingTagInput {
containsPersonalData: Boolean
groupId: ID!
membershipContactStoreId: ID!
name: String!
type: MarketingTagType!
uniqueCode: String
}
Fields
CreateMembershipContactStoreMarketingTagInput.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.
The default value is false.
CreateMembershipContactStoreMarketingTagInput.groupId ● ID! non-null scalar
The group the marketing tag is a part of.
CreateMembershipContactStoreMarketingTagInput.membershipContactStoreId ● ID! non-null scalar
The identifier of the membership contact store the marketing tag is associated with.
CreateMembershipContactStoreMarketingTagInput.name ● String! non-null scalar
UTF-8 string value that represents the name of the marketing tag.
CreateMembershipContactStoreMarketingTagInput.type ● MarketingTagType! non-null enum
The type of the tag.
CreateMembershipContactStoreMarketingTagInput.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.