User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In

Create an attribute mapping

This endpoint allows you to map an input attribute to a unified attribute. Both attributes must already exist.

The POST body is flexible with regards to identifying the input and unified attributes. A variety of different specifications achieve the same results. The following rules apply:

  • Requires at least one full specification of an input attribute, that is:
    • both inputDatasetName and inputAttributeName
    • inputAttributeId
    • relativeInputAttributeId
  • Can include multiple specifications of an input attribute, as long as they do not conflict with each other
  • Requires at least one full specification of an unified dataset attribute, that is:
    • both unifiedDatasetName and unifiedAttributeName
    • unifiedAttributeId
    • relativeUnifiedAttributeId
  • Can include multiple specifications of an unified attribute, as long as they do not conflict with each other
  • When specifying the unified dataset attribute, either a dataset-namespace ID (v1/datasets/<id>/<attr>) or a project-namespace ID (v1/projects/<id>/unifiedDataset/<attr>) can be used.

See List all project attribute mappings.

Language
Click Try It! to start a request and see the response here!