https://github.com/backbase/audiences-custom-segment-sample
https://github.com/backbase/audiences-custom-segment-sample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/backbase/audiences-custom-segment-sample
- Owner: Backbase
- License: other
- Created: 2024-09-03T11:21:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T15:07:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T12:52:22.979Z (about 1 year ago)
- Language: Java
- Size: 25.4 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Custom Segment Sample
Custom Segment Sample - is a demonstration of custom segment implementation.
## Configuration
Service configuration is under `src/main/resources/application.yaml`.
### Segments configuration
You can specify list of segments using `backbase.custom-segment-sample.segments.definitions` configuration property.
### CSV configuration
| Property | Default | Description |
|-----------------------------------------------------------|----------------|----------------------------------------------------------------|
| `backbase.custom-segment-sample.csv.delimiter` | `,` | The delimiter character of the recommendation report CSV file. |
| `backbase.custom-segment-sample.csv.headers.userId` | `Customer_Num` | Name of the column containing **External User ID** |
| `backbase.custom-segment-sample.csv.headers.category` | `Category` | Name of the column containing Category name |
| `backbase.custom-segment-sample.csv.headers.sub-category` | `Sub_Category` | Name of the column containing Sub-category name |