Tracking links, pixels, and URL helpers.
Get a tracking URL
Get a tracking URL
query Parameters
apiKeyAn authorized api key
idTrafficSourceThe id of the traffic source
idFunnelThe id of the funnel
idNodeThe id of the node
costThe cost per entrance (or cost per action depending on the traffic source's type). This overrides the default cost specified in the traffic source. This can be a numeric value or a token used by your traffic source.
domainThe domain to use instead of the regular tracker domain
Get a tracking URL › Responses
The tracking URL
Get a tracking URL (POST variant — parameters in body)
Get a tracking URL (POST variant — parameters in body)
query Parameters
apiKeyAn authorized api key
Get a tracking URL (POST variant — parameters in body) › Request Body
idTrafficSourceThe id of the traffic source
idFunnelThe id of the funnel
idNodeThe id of the node
costThe cost per entrance (or cost per action depending on the traffic source's type). This overrides the default cost specified in the traffic source. This can be a numeric value or a token used by your traffic source.
domainThe domain to use instead of the regular tracker domain
Get a tracking URL (POST variant — parameters in body) › Responses
The tracking URL
Get an action click URL
Get an action click URL
query Parameters
apiKeyAn authorized api key
actionNumThe action num
idNodeThe id of the default node to track action clicks from organic traffic
domainThe domain to use instead of the regular tracker domain
Get an action click URL › Responses
The tracking URL
Get an action click URL (POST variant — parameters in body)
Get an action click URL (POST variant — parameters in body)
query Parameters
apiKeyAn authorized api key
Get an action click URL (POST variant — parameters in body) › Request Body
actionNumThe action num
idNodeThe id of the default node to track action clicks from organic traffic
domainThe domain to use instead of the regular tracker domain
Get an action click URL (POST variant — parameters in body) › Responses
The tracking URL
Get the no-redirect JS script
Get the no-redirect JS script
query Parameters
apiKeyAn authorized api key
idFunnelThe id of the funnel on which the script is going to be used. This parameter is not required IF idNode is specified.
idNodeThe id of the node on which the script is going to be used. This parameter is not required IF idFunnel is specified.
Get the no-redirect JS script › Responses
The JS script
Get the no-redirect JS script (POST variant — parameters in body)
Get the no-redirect JS script (POST variant — parameters in body)
query Parameters
apiKeyAn authorized api key
Get the no-redirect JS script (POST variant — parameters in body) › Request Body
idFunnelThe id of the funnel on which the script is going to be used. This parameter is not required IF idNode is specified.
idNodeThe id of the node on which the script is going to be used. This parameter is not required IF idFunnel is specified.
Get the no-redirect JS script (POST variant — parameters in body) › Responses
The JS script
Decode a flux_fts parameter to get the funnel ID and traffic source ID
Decode a flux_fts parameter to get the funnel ID and traffic source ID
query Parameters
apiKeyAn authorized api key
flux_ftsThe raw flux_fts value to decode. Either this or url is required.
urlA full tracking URL containing a flux_fts parameter. Either this or flux_fts is required.
Decode a flux_fts parameter to get the funnel ID and traffic source ID › Responses
Decoded funnel and traffic source IDs
funnelIdThe funnel ID
trafficSourceIdThe traffic source ID
Decode a flux_fts parameter to get the funnel ID and traffic source ID (POST variant — parameters in body)
Decode a flux_fts parameter to get the funnel ID and traffic source ID (POST variant — parameters in body)
query Parameters
apiKeyAn authorized api key
Decode a flux_fts parameter to get the funnel ID and traffic source ID (POST variant — parameters in body) › Request Body
flux_ftsThe raw flux_fts value to decode. Either this or url is required.
urlA full tracking URL containing a flux_fts parameter. Either this or flux_fts is required.
Decode a flux_fts parameter to get the funnel ID and traffic source ID (POST variant — parameters in body) › Responses
Decoded funnel and traffic source IDs
funnelIdThe funnel ID
trafficSourceIdThe traffic source ID

