latestOpenAPI 3.0.12026-08-21183382785.0 KB

24caa8eb809b

Funnels

Clone funnel

Make a copy of a funnel.

post/audiences/{audienceId}/funnels/{funnelId}/clone

Path parameters

audienceIdinteger required

Master Segment ID

funnelIdinteger required

Funnel ID to be cloned

Request body

namestring required

name

descriptionstring

description

segmentFolderIdinteger required

Response

Succeeded to update funnel

idstring integer
audienceIdstring integer
segmentFolderIdstring integer
namestring
populationinteger nullable

The latest population of the funnel

descriptionstring
numSyndicationsinteger
needToRunWorkflowboolean

true if need to run workflow to load data

createdAtstring date-time
updatedAtstring date-time

Example response

{
  "stages": [
    {
      "id": "1",
      "name": "Awareness",
      "numSyndication": 2,
      "audienceId": "1",
      "funnelId": "10",
      "segmentFolderId": "30",
      "segmentId": "999"
    },
    {
      "id": "2",
      "name": "Interest",
      "numSyndications": 0,
      "audienceId": "1",
      "funnelId": "10",
      "segmentFolderId": "30",
      "segmentId": ""
    },
    {
      "id": "3",
      "name": "Conversion",
      "numSyndications": 0,
      "audienceId": "1",
      "funnelId": "10",
      "segmentFolderId": "30",
      "segmentId": ""
    }
  ]
}