In the case of the third party web form builder, besides adding the hidden field code in the web form and tracking code in all the web pages, you must include the "GCLID" variable in your existing API script.
To set up webform tracking via third party web forms
{
"data": [
{
"Company": "Zylker",
"Last_Name": "Daly",
"First_Name": "Paul",
"Email": "p.daly@zylker.com",
"State": "Texas" "$gclid": "CMPjuu-Xx78CFRSTjgodPHsA3Q"
}
]
}The tracking code "zcga.js" fetches the GCLID from the browser's cookies and sends it to the third party's database. In order to make this information available in Zoho CRM you must push the data to Zoho CRM via API. Along with the existing variables, include the GCLID variable as well so that the GCLID is pushed to Zoho CRM.