Post Segment Transform Collection

Creates a new Segment Transform.

The only required field is name, but depending on how the segment transform
is created, certain fields may become required. There are two ways to create a
segment transform: directly by specifying a mapping, or by referencing other
segment transforms.

Parameter Requirements

  • If creating via a mapping directly, you must also provide a
    segment_group_id
  • If creating via referenced, no other fields are required.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Name of resource. Always required for all resources.

string

Optional description of resource.

tags
object

Arbitrary metadata to associate with resource. JSON.

boolean
Defaults to false

Whether the resource should be created as a core resource. For normal users this should always be set to false.

uuid

GUID to use. Best to leave this blank.

integer

Optionally specify the provider ID for this transform. Best to leave this blank.

integer

Segment group ID to use for this transform. Required if creating the transform via a config.

mapping
object

Segment tranform mapping to insert. Is a dictionary where keys are segment GUIDs. The values are themselves are also dictionaries, where keys attribute IDs such as index_score, and the values are floats.

referenced
object

Segment transform reference object.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json