For a given profile, modifies tags selected by their discriminators. Providing the value of true
in the request body for a specific tag discriminator used as key adds that tag to the profile, whereas false
removes it.
Content must follow JSON Merge Patch specs. The maximum data payload size for requests to this endpoint is 100KB.
Profiles and attributes
Profiles are created on account level whereas attributes and tags are defined on sections. They are then set on profiles on section level as well.
Even though default attributes like First Name or Email have the same names across sections, setting their value on a profile in one section will not affect their values in other sections. Custom attributes and tags created in one section can only set on profiles on that section level.