Campaign and funnel group endpoints.
Retrieve a campaign by its id
Retrieve a campaign by its id
query Parameters
apiKeyAn authorized api key
idCampaignRetrieve a campaign by its id › Responses
The requested campaign
idCampaign64 bits integer id of the campaign
campaignNameCampaign's name. 255 characters max.
Query parameters to add to the tracking url for all the funnels of this campaign, unless a specific funnel overwrites them
Custom tokens usable in conditions, JS nodes and PHP nodes for all the funnels of this campaign
isArchivedRetrieve a campaign by its name
Retrieve a campaign by its name
query Parameters
apiKeyAn authorized api key
nameRetrieve a campaign by its name › Responses
The requested campaign
idCampaign64 bits integer id of the campaign
campaignNameCampaign's name. 255 characters max.
Query parameters to add to the tracking url for all the funnels of this campaign, unless a specific funnel overwrites them
Custom tokens usable in conditions, JS nodes and PHP nodes for all the funnels of this campaign
isArchivedRetrieve all campaigns with the specified status
Retrieve all campaigns with the specified status
query Parameters
apiKeyAn authorized api key
statusRetrieve all campaigns with the specified status › Responses
List of campaigns with the specified status
idCampaign64 bits integer id of the campaign
campaignNameCampaign's name. 255 characters max.
Query parameters to add to the tracking url for all the funnels of this campaign, unless a specific funnel overwrites them
Custom tokens usable in conditions, JS nodes and PHP nodes for all the funnels of this campaign
isArchivedUpdate an existing campaign
Update an existing campaign. The id cannot be changed.
query Parameters
apiKeyAn authorized api key
Update an existing campaign › Request Body
idCampaign64 bits integer id of the campaign
campaignNameCampaign's name. 255 characters max.
Query parameters to add to the tracking url for all the funnels of this campaign, unless a specific funnel overwrites them
Custom tokens usable in conditions, JS nodes and PHP nodes for all the funnels of this campaign
isArchivedUpdate an existing campaign › Responses
Campaign updated successfully
Create a new campaign
Create a new campaign
query Parameters
apiKeyAn authorized api key
Create a new campaign › Request Body
idCampaign64 bits integer id of the campaign
campaignNameCampaign's name. 255 characters max.
Query parameters to add to the tracking url for all the funnels of this campaign, unless a specific funnel overwrites them
Custom tokens usable in conditions, JS nodes and PHP nodes for all the funnels of this campaign
isArchivedCreate a new campaign › Responses
Campaign created successfully
Get a list of all campaigns as id/name pairs
Get a list of all campaigns as id/name pairs
query Parameters
apiKeyAn authorized api key
archivedIf true, include archived campaigns
Get a list of all campaigns as id/name pairs › Responses
List of campaigns
idname
