Subscription Events
Here are the fields included in the Subscription Events source dataset you can export using destinations:
Field name | Field type | Description |
---|---|---|
ID |
Integer | The internal ChartMogul ID of the subscription event object. |
DATA_SOURCE_UUID |
String | The ChartMogul UUID of the source. |
DATA_SOURCE_CUSTOMER_EXTERNAL_ID |
String | The unique identifier specified by you for the customer. Typically the identifier from your internal system. |
SUBSCRIPTION_EXTERNAL_ID |
String | The unique identifier for a subscription. |
PLAN_EXTERNAL_ID |
String | The unique identifier specified for the plan. |
EXTERNAL_ID |
String | The external ID of a subscription event. |
EVENT_DATE |
Timestamp | The date and time when this event was raised. |
EFFECTIVE_DATE |
Timestamp | The date and time when this event takes effect. |
PAYLOAD |
JSON String | This field stores the currency, quantity and amount for some event types. |
CREATED_AT |
Timestamp | The time when this subscription event was created in ChartMogul. |
UPDATED_AT |
Timestamp | The time when this subscription event was updated in ChartMogul. |
EVENT_TYPE |
Integer | The subscription event type. Internal ChartMogul mapping based on events from the event lists. 0 : subscription_start_scheduled 1 : subscription_start 2 : scheduled_subscription_start_retracted 3 : subscription_cancellation_scheduled 4 : subscription_cancelled 5 : scheduled_subscription_cancellation_retracted 6 : subscription_update_scheduled 7 : subscription_updated 8 : scheduled_subscription_update_retracted 9 : subscription_event_retracted |