ContactStoreMarketingGroup
Defines the marketing group for a group of marketing tags within the scope of a contact store.
type ContactStoreMarketingGroup {
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
tags(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [ContactStoreMarketingTag!]!
uniqueCode: String
}
Fields
ContactStoreMarketingGroup.createdAt ● DateTime! non-null scalar
The date and time the record was created.
ContactStoreMarketingGroup.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
ContactStoreMarketingGroup.id ● ID! non-null scalar
The unique identifier for the marketing group.
ContactStoreMarketingGroup.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
ContactStoreMarketingGroup.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
ContactStoreMarketingGroup.name ● String! non-null scalar
UTF-8 string value that represents the name of the marketing group.
ContactStoreMarketingGroup.tags ● [ContactStoreMarketingTag!]! non-null object
The marketing tags associated with the marketing group.
ContactStoreMarketingGroup.tags.limit ● PaginationLimit! non-null scalar
ContactStoreMarketingGroup.tags.offset ● NonNegativeInt! non-null scalar
ContactStoreMarketingGroup.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the marketing group. Optional.
The value must be unique across all marketing groups for a contact store.
Member Of
ContactStoreMarketingRecord object ● ContactStoreMarketingSetup object ● ContactStoreMarketingTag object