Skip to main content

MembershipContactStoreMarketingSubTag

Defines the values for a marketing tag with type SUB_TAG within the scope of a membership contact store.

type MembershipContactStoreMarketingSubTag {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
}

Fields

MembershipContactStoreMarketingSubTag.createdAt ● DateTime! non-null scalar

The date and time the record was created.

MembershipContactStoreMarketingSubTag.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

MembershipContactStoreMarketingSubTag.id ● ID! non-null scalar

The unique identifier for the marketing sub-tag.

MembershipContactStoreMarketingSubTag.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

MembershipContactStoreMarketingSubTag.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

MembershipContactStoreMarketingSubTag.name ● String! non-null scalar

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

MembershipContactStoreMarketingSubTag.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the marketing sub-tag. Optional.

The value must be unique across all marketing sub-tags for an event.

Member Of

MembershipContactStoreMarketingRecord object ● MembershipContactStoreMarketingTag object