View source: R/customerprofiles_operations.R
customerprofiles_put_profile_object_type | R Documentation |
Defines a ProfileObjectType.
See https://www.paws-r-sdk.com/docs/customerprofiles_put_profile_object_type/ for full documentation.
customerprofiles_put_profile_object_type(
DomainName,
ObjectTypeName,
Description,
TemplateId = NULL,
ExpirationDays = NULL,
EncryptionKey = NULL,
AllowProfileCreation = NULL,
SourceLastUpdatedTimestampFormat = NULL,
MaxProfileObjectCount = NULL,
Fields = NULL,
Keys = NULL,
Tags = NULL
)
DomainName |
[required] The unique name of the domain. |
ObjectTypeName |
[required] The name of the profile object type. |
Description |
[required] Description of the profile object type. |
TemplateId |
A unique identifier for the object template. For some attributes in the
request, the service will use the default value from the object template
when TemplateId is present. If these attributes are present in the
request, the service may return a |
ExpirationDays |
The number of days until the data in the object expires. |
EncryptionKey |
The customer-provided key to encrypt the profile object that will be created in this profile object type. |
AllowProfileCreation |
Indicates whether a profile should be created when data is received if
one doesn’t exist for an object of this type. The default is |
SourceLastUpdatedTimestampFormat |
The format of your |
MaxProfileObjectCount |
The amount of profile object max count assigned to the object type |
Fields |
A map of the name and ObjectType field. |
Keys |
A list of unique keys that can be used to map data to the profile. |
Tags |
The tags used to organize, track, or control access for this resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.