Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions ibexa/cdp/5.0/config/packages/ibexa_cdp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
# # Segment Group where CDP data will be imported to
# segment_group_identifier: example_segment_group_identifier
#
# # Uncomment to enable resolving segments for anonymous visitors via the Membership API
# membership:
# # Base URL for the Membership API
# base_url: 'https://cdp-api.raptorsmartadvisor.com'
# # Timeout in seconds for Membership API requests
# timeout: 5
# # Credentials sent as X-ACTIVATION-ID and X-API-KEY headers
# activation_id: '%env(CDP_MEMBERSHIP_ACTIVATION_ID)%'
# api_key: '%env(CDP_MEMBERSHIP_API_KEY)%'
#
#ibexa_cdp:
# data_export:
# schedule:
Expand Down
4 changes: 3 additions & 1 deletion ibexa/cdp/5.0/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
},
"env": {
"CDP_ACTIVATION_CLIENT_ID": "123456",
"CDP_ACTIVATION_CLIENT_SECRET": "abcdef"
"CDP_ACTIVATION_CLIENT_SECRET": "abcdef",
"CDP_MEMBERSHIP_ACTIVATION_ID": "activation-id",
"CDP_MEMBERSHIP_API_KEY": "api-key"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
Expand Down
10 changes: 10 additions & 0 deletions ibexa/cdp/6.0/config/packages/ibexa_cdp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
# # Segment Group where CDP data will be imported to
# segment_group_identifier: example_segment_group_identifier
#
# # Uncomment to enable resolving segments for anonymous visitors via the Membership API
# membership:
# # Base URL for the Membership API
# base_url: 'https://cdp-api.raptorsmartadvisor.com'
# # Timeout in seconds for Membership API requests
# timeout: 5
# # Credentials sent as X-ACTIVATION-ID and X-API-KEY headers
# activation_id: '%env(CDP_MEMBERSHIP_ACTIVATION_ID)%'
# api_key: '%env(CDP_MEMBERSHIP_API_KEY)%'
#
#ibexa_cdp:
# data_export:
# schedule:
Expand Down
4 changes: 3 additions & 1 deletion ibexa/cdp/6.0/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
},
"env": {
"CDP_ACTIVATION_CLIENT_ID": "123456",
"CDP_ACTIVATION_CLIENT_SECRET": "abcdef"
"CDP_ACTIVATION_CLIENT_SECRET": "abcdef",
"CDP_MEMBERSHIP_ACTIVATION_ID": "activation-id",
"CDP_MEMBERSHIP_API_KEY": "api-key"
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
Expand Down
Loading