LinkConnector API Help Documentation

API Documentation
 

Parallel Tracking Parameters - getLinkParallelTrackParameters

  Specifications  
This api function returns parallel tracking parameters for use in AdWords and other networks which require the use of parallel tracking parameters.

View parallel tracking documentation here.


To use this function, you must pass either a TrackingURL or an LCValue.

TrackingURLs can be sourced from getLinkHTML, getLinkDeep, and getFeedProductSearch. With the TrackingURL, you can append an ATID (via 'atid=') or other tracking variables.

LCValue may also be passed. The LCValue is the 'lc=[LCValue]' portion of the Tracking URL.

Input Parameters
Field Name Required Type Format/Values (Default Bold) Description
Key Y String   Your API Key
Function Y String getLinkParallelTrackParameters Function to call
Format N ENUM CSV | TXT | PSV | JSON | XML Output data format (PSV is the pipe-delimited variation of CSV)
TrackingURL Y String https://www.linkconnector.com/ta.php?lc=[LCValue] Either TrackingURL or LCValue is required.
LCValue Y String   Either TrackingURL or LCValue is required.
ProductID N String   Product ID
ATID N String alphanumeric Affiliate-chosen identifier that is to be embedded into each tracking link.
URL N String   Override URL
Output Fields
Field Name Type Format Description
LinkID Integer   Link ID
CampaignID Integer   Campaign ID
FinalURL String   Final URL
TrackingTemplate String   Tracking Template
FinalURLSuffix String   Final URL Suffix


The input and output parameters represented in this documentation are the base functionality for each API function. If you require integration assistance, additional output fields, specific input filters, or even new API functions to meet your specific requirements, please do not hesitate to contact our Affiliate Relations department.