LogoLogo
HomepageCase studiesBook a demo
Technical Guide
Technical Guide
  • Introduction
  • Getting Started Guide
    • Authentication
    • Member Registration Configuration
    • Add Webhook
    • Add Member
    • Create Campaign
    • Add Transaction
    • Add Custom Event Schema
    • Create Achievement
    • Add Custom Event
  • Terms Reference
  • Backward Compatibility Policy
  • API Reference
  • Postman Collection
  • User Guide
  • Integration
    • Introduction
    • Overview of Integration Methods
    • Tools and Technologies
    • Integration Examples
      • Lambda
      • Zapier
      • AWS EventBridge
      • Kafka
  • API Fundamentals
    • Overview
    • Environments Capabilities
    • How to Query
    • Limits
    • Best Practices
  • Authentication
    • Admin Token
    • Access Token (API Key)
    • Enabling SSO Login
      • Okta
      • Microsoft Entra ID
  • Webhooks
    • Overview
    • Best Practices
  • S3 Bucket Data exports
    • Overview
    • Set Up S3 Bucket Integration
    • Data Structure and Types
      • Achievements
      • Achievement Usage
      • Campaigns
      • Campaign Calculated Effect Result
      • Campaign Execution
      • Custom Events
      • Members
      • Rewards
      • Rewards Redemption
      • Tiers
      • Transactions
      • Tenants
      • Unit Transfers
Powered by GitBook
On this page

Was this helpful?

  1. S3 Bucket Data exports
  2. Data Structure and Types

Unit Transfers

Last updated 20 days ago

Was this helpful?

The Unit Transfers file contains details of unit transactions (e.g. points) linked to specific members.

A sample file is provided below:

Available Data:

  • transferId: ID of the unit transfer

  • tenantId: ID of the tenant where the unit transfer is created

  • points: Number of units in the unit transfer

  • memberId: ID of the member

  • walletId: ID of the member's wallet the unit transfer was added to

  • walletTypeCode: Type of the wallet the unit transfer was added to

  • firstName: Member's first name

  • lastName: Member's last name

  • email: Member's email address

  • phone: Member's phone number

  • loyaltyCardNumber: Member's loyalty card number

  • type: Type of the unit transfer (e.g. adding, spending, expired)

  • createdAt: Date when the unit transfer was created

  • expiredAt: Date when the unit transfer was expired

  • cancelled: Status indicating if the unit transfer is cancelled (true = 1 / false = null)

  • cancelledAt: Date when the unit transfer was cancelled

  • locked: Status indicating if the unit transfer is locked, i.e. pending (true = 1 / false = null)

  • unlockAt: Date when the unit transfer was unlocked

  • comment: Comment related to the unit transfer (e.g. manual comment, campaign name)

  • campaignId: ID of the campaign that triggered the unit transfer

  • transactionId: ID of the transaction that triggered the unit transfer

  • customEventId: ID of the custom event that triggered the unit transfer

  • internalEventName: Name of the internal event that triggered the unit transfer

459KB
points_all_until_2025_03_06.csv