- Loading...
Page History
...
Field type | How it works |
---|---|
DATE | Returns and accepts the values in the YYYY-MM-DD HH:MM:SS (year-month-day-hour-minute-second) format |
SMART_ADDRESS | Transmits the first value that was entered in the list |
Step 3. Configure the automatic transfer of leads to CRM
We recommend configuring the transfer of deals to CRM via Roistat. In this case, the deal will be firstly sent to Roistat, and then Roistat will send them to CRM. To learn more about the advantages of this way of leads transfer, read this article.
If you already configured the transfer of leads using the code, you shall fill in the additional field roistat with the value of cookie roistat_visit.
You can receive the value of this cookie using this code:
Code Block | ||
---|---|---|
| ||
$roistatVisitId = array_key_exists('roistat_visit', $_COOKIE) ? $_COOKIE['roistat_visit'] : "unknown"; |
Verifying the performance
...
Overview
Content Tools