Offline Identity Append can resolve more offline data points to your customer profiles. In doing so, it will help you better resolve data, increase offline reach, and more accurately measure and attribute consumers’ actions.
You need to send us any combination of the following data points to successfully achieve the above use cases:
- Note: This is not as common a use-case. Although, you can send us customer name and postal address to receive telephones appended to your customer data.
- Note: Radius can be a parameter selected during setup, where the same radius value is used for all records. Alternatively, radius can be a field on the client input file and the radius value can be different for each record. The radius field is only required on the client input file if the values are different for each record.
- Note: Name not required but will improve the level of data accuracy.
- Note: Name not required but will improve the level of data accuracy.
Then, Offline Identity Append resolves these data points and appends the below offline data points, based on your data selection:
This document will take you through details on how to send and receive data to receive the Offline Identity Append product.
- Ideal file name structure: Client name_Unique identifier_Date file was added to delivery location
- Sample file name: PetesStores_123456_11.7.23
- Note: Unique identifier could be the project name, internal project number, or any other identifier used to describe the input data. Outside of client name, unique identifier, and date that the file was added to delivery location, you can add any additional naming conventions as needed to the file name.
- For the email subject line, include your business name and the project name
- In the body of the email, include the data input file name and quantity of records in the file
- If using Experian Secure Transport, attach the ST file transfer email notification that you received to this email as well
***Larger quantities require additional design discussions.
***Snowflake shares and API (transaction and micro-batch) require additional design discussions.
These are the standard delivery locations that we support for you to send Experian data inputs for Offline Identity Append.
*Disclaimer: Data ingestion from and delivery of the Offline Identity Append output to Snowflake and Google Cloud have an extended set up time of 3-4 weeks. If the data is needed sooner, we can ingest the input data or deliver the first output via one of the other delivery locations, like SFTP or S3.
These are the standard delivery cadences that we support for you to send Experian data inputs for Offline Identity Append.
Quickly jump to a section using these links:
You can send us a data file containing any of the following data points for your first-party data:
These IDs can be sent separately or in combination.
The customer record ID is a required field and then you would send accompanying PII fields that have been determined previously. Data fields should be formatted based on standards below.
| Field name | Field description | Field formatting |
| Unique_seq | Customer record ID *Required field* |
A sequence number unique to each record on the file used for post-collaboration matchback. Client Account Number could be utilized if unique across the file. |
| prefix | Name Prefix | 1 to 15 characters (truncates after 15) such as “Ms.” |
| fname | First Name | 1 to 20 characters (truncates after 20) |
| mname | Middle Name | 1 to 20 characters (truncates after 20) |
| lname | Last Name | Address Standardization allows up to 30 characters |
| suffix | Name Suffix | 1 to 15 characters (truncates after 15) such as “Jr” |
| fullname | Full Name | 1 to 40 characters (truncates after 40) |
| addr1 | Address Line 1 | 1 - 30 (truncates after 30) Address |
| addr2 | Address Line 2 | 1 - 30 (truncates after 30) Address |
| addr3 | Address Line 3 | 1 - 30 (truncates after 30) |
| city | City | 1 to 40 characters (truncates after 40) |
| state | State | 2 alphabetic characters for most services |
| zip | ZIP Code | 4 or 5 numbers (if 4 numbers, then assume a leading zero) |
| Email in the raw | 50 with '@' and '.' within string | |
| phone | Phone number in the raw | 10 numbers |
| Unique_seq | fname | lname | zip | phone | |
| 00458480 | Mike | Evans | 60193 | mike@att.net | 8476531234 |
| 00371889 | Bob | Hoff | 80026 | bob@gmail.com | 3031235687 |
| 03a5978 | Hank | Orr | 92614 | hank@aol.coc |
7149893388 |
We can accept HEMs from you to perform this service. Experian accepts:
Note: If you are looking to send email in the raw, that is considered PII.
The customer record ID is a required field and then you would send accompanying fields that have been determined previously. Data fields should be formatted based on standards below.
| Field name | Field description | Field formatting |
| Unique_seq | Customer record ID *Required field* |
A sequence number unique to each record on the file used for post-collaboration matchback. Client Account Number could be utilized if unique across the file. |
| md5email | md5 Email Address | This is the email address hashed using md5 lower case and trimmed prior to hash |
| sha1email | sha256 Email Address | This is the email address hashed using sha1 lower case and trimmed prior to hash |
| sha256email | sha256 Email Address | This is the email address hashed using sha256 lower case and trimmed prior to hash |
Sample data input file with HEMs
| Unique_seq | sha1email |
| 00458480 | 71581ddec6248362dc418157c1773c967c7bfb7f |
| 00371889 | 9736c9f074c812b4fad888453d782506f22aa5a8 |
| 03a5978 | 92c3575f4be087b8872c0d84360754f2751179c3 |
We can return any of the following data points appended to your first-party data:
Experian will deliver the Offline Identity Append output file to the client in the delivery location previously determined in a pipe delimited file format.
Delivery standards
| Field name | Field description | Field formatting | |||
| Unique_seq | Customer record ID | A sequence number unique to each record on the file used for post-collaboration matchback. Client Account Number could be utilized if unique across the file. | |||
The only client data returned is Unique_seq. The file will include the Experian data attributes as specified in the contract for enrichment. Client can choose between field headers containing field id or headers containing abbreviated (SQL safe) field names, |
|||||
| 03a5978 | 53 | 44 | 00 | ||
Sample data output file
| Unique_seq | Prefix | fname | nmane | lname | addr1 | city | state | zip | phone |
| 00458480 | Mr | Mike | J | Evans | 123 Main | Chicago | IL | 60193 | 8476531234 |
| 00371889 | Bob | Matthew | Hoff | 377 Eagle Ave | Denver | CO | 80026 | 3031235687 | |
| 03a5978 | Hank | Orr | 789 Main St | Costa Mesa | CA | 92614 | 7149893388 |