Skip to main content

ContactStoreMarketingSubTag

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

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

Fields

ContactStoreMarketingSubTag.createdAt ● DateTime! non-null scalar

The date and time the record was created.

ContactStoreMarketingSubTag.createdBy ● String scalar

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

ContactStoreMarketingSubTag.id ● ID! non-null scalar

The unique identifier for the marketing sub-tag.

ContactStoreMarketingSubTag.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

ContactStoreMarketingSubTag.lastModifiedBy ● String scalar

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

ContactStoreMarketingSubTag.name ● String! non-null scalar

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

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

ContactStoreMarketingRecord object ● ContactStoreMarketingTag object