When you download your Customer's CSV, you will be presented with your users' data in relation to your product. The table below is for your reference to help you understand what the CSV includes and the definitions for each value.
⚠️Note: Include product_id definition to give an example (TVOD product, SVOD product, free reg product).
What's included in my Customer CSV?
Column | Definition | Value type | Value examples |
customer_id | OTT ID of Customer | Integer | 1234567 |
Email of customer | String | name@email.com | |
first_name | Customer's first name | String | John |
last_name | Customer's last night | String | Doe |
city | City as determined by GeoIP lookup | String | Nashville |
state | State as determined by GeoIP lookup | String | TN |
country | The country as determined by GeoIP lookup | String | United States |
product_id | OTT ID of the first product the user subscribed to or purchased | Integer | 14440 |
product_name | Name of the first product the user subscribed to or purchased | String | My Video Product |
action |
The action was taken by the customer
follow: click the site's "Follow" button |
String | subscription |
action_type |
Property of action
coupon: if a user used a coupon (TVOD only)
transaction: purchased via the site
site follow: if a user signed up for a mailing list but hasn't registered or had a transaction on the site
fulfillment: all app and API purchasers |
String | free_access |
status |
The current state of the customer
free_trial: currently in a free trial (at the time of export)
canceled: Customer specifically took an action to cancel their web subscription to prevent renewal
|
String | enabled |
frequency | Subscription Frequency | String |
monthly yearly null (followers and TVOD) custom (this sometimes represents users given access via the API, a branded app, or granted free access from your Admin.) |
platform | The platform of customer origin | String |
web API ios tvos Android android_tv amazon_fire_tv Roku |
coupon_code | TVOD coupon code used | String | gxytuv |
coupon_code_id | OTT ID of coupon code (TVOD) | Integer | 3455 |
promotion_id | OTT ID of promo code (SVOD) | Integer | 19 |
promotion_code |
SVOD Promo code used. This field will always show the promotion applied when the first purchase was made, even if the discount no longer applies or if a new promo code has been added. If an existing customer (no promo used originally) redeems a promo code, it will not show up here. |
String | luca50 |
campaign | Associated campaign with signup. If present, this is the value of the utm_campaign or campaign parameter that is passed into the checkout form. They help you track the value of social marketing programs and campaigns, and provide precise data about where traffic and conversions come from. | String | we-want-you-back |
referrer | Page referrer at signup | String | mysite.com/blog/deals |
event_created_at |
Date of last event associated with customer's account, which can be a wide variety of actions. If opening outside of a text editor, formatting may look a bit off, but it's easy to adjust by choosing a different data format (ex. Short Date) in Excel or Google Sheets. |
Datetime | 2020-07-28 17:27:41 |
customer_created_at |
Date of customer creation If opening outside of a text editor, formatting may look a bit off, but it's easy to adjust by choosing a different data format (ex. Short Date) in Excel or Google Sheets. |
Datetime | 2016-07-31 16:53:00 |
expiration_date |
Date of expected expiration if no renewal - this is a rolling value dependent on the next payment. If opening outside of a text editor, formatting may look a bit off, but it's easy to adjust by choosing a different data format (ex. Short Date) in Excel or Google Sheets. |
Datetime | 2020-08-28 16:53:00 |
marketing_opt_in |
Flag if the Customer allows marketing communication. This is set upon checkout or in Customer /settings |
Boolean |
true false |