Optional params

When sending a lead, you can add additional parameters to the request body from the list below:

Client information

Parameter Description
name Client name
email Client e-mail

Although the data above is optional, we highly recommend including the client’s name, as this helps call center operators successfully establish contact with the potential buyer, thereby increasing the likelihood of confirming your lead.

Landing data

Parameter Description
landing_price Product price on landing.
landing_currency The three-letter currency code of the price indicated on the landing page. For example, USD, EUR, etc.
product_count The number of products ordered by the client.

This data will be used by our call center to improve the quality of sales.

Service parameters and sub-labels

Parameter Description
webmaster_sub_id Internal identifier of your partner. The presence of this identifier may affect the reward amount for a confirmed lead, as agreed upon with your personal manager.
sub1 Any additional information you need.
sub2
sub3
sub4
sub5

UTM labels

Parameter Description
utm_source Identifies the website from which the traffic is being sent.
utm_medium Identifies the advertising model.
utm_campaign Identifies the specific advertising campaign.
utm_content Identifies the specific content element that the user clicked on before navigating to the website.
utm_term Identifies the key phrase from the advertising campaign, regardless of the click source.

Request body

Thus, the request body using all available parameters will look like this:

{
  "webmaster_id": "263075568239509698",
  "offer_id": "f0843993-9479-457f-850c-4337638517b5",
  "country_code": "mx",
  "name": "Juan Carlos",
  "phone": "5203659871563",
  "email": "[email protected]",
  "landing_price": 49,
  "landing_currency": "EUR",
  "product_count": 1,
  "webmaster_sub_id": "12345",
  "sub1": "mysub1",
  "sub2": "mysub2",
  "sub3": "mysub3",
  "sub4": "mysub4",
  "sub5": "mysub5",
  "utm_source": "facebook",
  "utm_medium": "cpa",
  "utm_campaign": "camp_23",
  "utm_content": "banner",
  "utm_term": "weightloss+caps"
}