...
With this integration, you will be able to schedule sends for any day of the week, which automatically sends a password-protected file to the end user.
File Format
...
For the file format, users have three options here:
xlsx
csv
txt
with the option to ZIP and password protect
Include Fields
...
The section of the configuration allows users to map the Convertr Fields to the File Output
...
This can include all: Form Fields, Value Transforms and Convertr Meta Data (see below)
Field Name | Descirption |
---|---|
| The unique Lead ID generated for all leads in Convertr |
| The IP address where the lead was generated from |
| The Form ID that the lead entered the platform from |
| The ID of the publisher that generated the lead |
| The Sub ID that a publisher may submit along with their lead data |
| The ID of the publisher that generated the lead |
| If the lead came in via a tracking link, this will show the channel associated to that link |
| The name of the publisher that generated the lead |
| The email domain on the lead's email field |
| The date at time of lead delivery |
| The date and time of lead delivery |
| The time of lead delivery |
| The date that the lead entered Convertr |
| The date and time that the lead entered Convertr |
| The unique hash generated for all leads in Convertr |
| The Form ID that the lead entered the platform from |
| The lead's current status |
| The unique Lead ID generated for all leads in Convertr |
| The IP address where the lead was generated from |
| The Form ID that the lead entered the platform from |
| The ID of the publisher that generated the lead |
| The Sub ID that a publisher may submit along with their lead data |
| The ID of the publisher contract |
| If the lead came in via a tracking link, this will show the channel associated to that link |
Integration Filters
When we pass data through via our integrations, the platform usually sends the data across in the format that it has been received. However, in some cases, you may need to format the data differently in order for it to go through to a client's CRM successfully.
When mapping an integration you are able to embed filters into selected fields. This will ensure the correct format is pulled through. You can do this by adding the following values to the end of the form field names in the integration:
Example
...
Filter | Description |
---|---|
| send numeric values as integers |
| send values as string (this is done by default if no filter is used) |
| send date value as unix timestamp (seconds) |
| send date value as unix timestamp (milliseconds) |
| force data to be sent as lower case (e.g. “This Is a Headline” will be sent as “this is a headline”) |
| force data to be sent as upper case (e.g. This Is a Headline” will be sent as “THIS IS A HEADLINE”) |
| force data to be sent as title case (e.g. “this is a headline” will be sent as “This Is A Headline”) |
| leaves the field blank if there is no value stored in the lead details |
| force integration to ignore data in the field and just submit the field name itself |
| forces a field to have a NULL value on submission if the field is empty |
| forces the values true and false to be submitted as a boolean value instead of a string |
Example
...
File Format
...
For the file format, users have three options here:
xlsx
csv
txt
File Name
...
Here is where you can name the file that the user will download.
Below are all the placeholders:
Placeholders | Description |
---|---|
%campID% | This will pull through the Convertr Campaign ID |
%campaignName% | This will pull through the Convertr Campaign Name |
%Y% | theyear that file was created eg 2020 |
%y% | theyear that file was created showing the last 2 digits of the year eg 20 |
%D% | eg theyear that file was created (non-numeric) eg Mon, Tue, Wed |
%d% | the day that file was created (numeric) eg 01,02,03 |
%H% | the hour that file was created in a 24-hour format eg 23:00 |
%h% | the hour that file was created in a 12-hour format eg 11 |
%i% | theminute that file was created eg 00:01:00 |
%M% | the month that file was created (non-numeric) eg JAN, FEB |
%m% | the month that file was created (numeric) eg ) 01, 02 ,03 etc |
%s% | the seconds on when the file was created with leading zeros eg 00:00:01 |
Info |
---|
Finally, the file can be saved with .XLSX , .CSV or .TXT conventions. |
File Type
...
Info |
---|
Important: Please be aware that if this file_type is changed mid-campaign this will interrupt the current process and may affect your next file send. |
...
Number | Type | Example |
---|---|---|
0 | None | |
1 | Double Quote | “value1” |
2 | Single Quote | 'value1' |
3 | Tab | value1 , value2 |
Encoding
...
File Name
...
Here is where you can name the file that the user will download.
Below are all the placeholders:
Placeholders
Description
%campID%
This will pull through the Convertr Campaign ID
%campaignName%
This will pull through the Convertr Campaign Name
%Y%
%y%
%D%
%d%
%H%
the hour that file was created in a 24-hour format eg 23:00
%h%
the hour that file was created in a 12-hour format eg 11
%i%
%M%
the month that file was created (non-numeric) eg JAN, FEB
%m%
the month that file was created (numeric) eg ) 01, 02 ,03 etc
%s%
the seconds on when the file was created with leading zeros eg 00:00:01
Info |
---|
Finally, the file can be saved with .XLSX , .CSV or .TXT conventions. |
Path
...
This setting is used when configuring a connection for either FTP, SFTP, SFTPS or Dropbox.
...
For the send ZIP, this allows the user to put a password on the file.
If send_zip
is true then to add a password you will have to fill in the ZIP Password configuration to set it.
...
If set to any other connection the user will receive an email informing then them that the file was sent with the lead ids.
...