|
| 1 | +#ibexa: |
| 2 | +# system: |
| 3 | +# default: |
| 4 | +# cdp: |
| 5 | +# # Account number can be obtained from Accounts settings in Ibexa CDP dashboard |
| 6 | +# account_number: 123456 |
| 7 | +# data_export: |
| 8 | +# user_data: |
| 9 | +# transport: stream_file |
| 10 | +# stream_file: |
| 11 | +# # Use Stream ID generated during data import from "stream file" in Data Manager |
| 12 | +# stream_id: 00000000-00000000-00000000-00000000 |
| 13 | +# content_data: |
| 14 | +# transport: stream_file |
| 15 | +# stream_file: |
| 16 | +# # Use Stream ID generated during data import from "stream file" in Data Manager |
| 17 | +# stream_id: 00000000-00000000-00000000-00000000 |
| 18 | +# product_data: |
| 19 | +# transport: stream_file |
| 20 | +# stream_file: |
| 21 | +# # Use Stream ID generated during data import from "stream file" in Data Manager |
| 22 | +# stream_id: 00000000-00000000-00000000-00000000 |
| 23 | +# |
| 24 | +# # You can configure multiple activations here. They have to be of type "Ibexa" in Ibexa DXP dashboard. |
| 25 | +# activations: |
| 26 | +# - |
| 27 | +# # Client ID and Secret pair is used to authenticate against Webhook endpoint, make sure it's random and secure |
| 28 | +# client_id: '%env(CDP_ACTIVATION_CLIENT_ID)%' |
| 29 | +# client_secret: '%env(CDP_ACTIVATION_CLIENT_SECRET)%' |
| 30 | +# # Segment Group where CDP data will be imported to |
| 31 | +# segment_group_identifier: example_segment_group_identifier |
| 32 | +# |
| 33 | +#ibexa_cdp: |
| 34 | +# data_export: |
| 35 | +# schedule: |
| 36 | +# user: |
| 37 | +# # You can use examples below to build your own data export schedule. |
| 38 | +# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-user-data --help` |
| 39 | +## # every 15 minutes |
| 40 | +## - |
| 41 | +## interval: '*/15 * * * *' |
| 42 | +## options: '--stream-id=00000000-00000000-00000000-00000000 --user-content-type=user --no-draft' |
| 43 | +## |
| 44 | +## # every 6 hours |
| 45 | +## - |
| 46 | +## interval: '0 */6 * * *' |
| 47 | +## options: '--stream-id=00000000-00000000-00000000-00000000 --user-content-type=user --no-draft' |
| 48 | +# |
| 49 | +# content: |
| 50 | +# # You can use examples below to build your own data export schedule. |
| 51 | +# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-content-data --help` |
| 52 | +## # every 30 minutes |
| 53 | +## - |
| 54 | +## interval: '*/30 * * * *' |
| 55 | +## options: '--stream-id=00000000-00000000-00000000-00000000 --content-type=article --no-draft' |
| 56 | +## |
| 57 | +## # every 12 hours |
| 58 | +## - |
| 59 | +## interval: '0 */12 * * *' |
| 60 | +## options: '--stream-id=00000000-00000000-00000000-00000000 --content-type=article --no-draft' |
| 61 | +# |
| 62 | +# product: |
| 63 | +# # You can use examples below to build your own data export schedule. |
| 64 | +# # Accepted options can be listed by running `php bin/console ibexa:cdp:stream-product-data --help` |
| 65 | +## # every 30 minutes |
| 66 | +## - |
| 67 | +## interval: '*/30 * * * *' |
| 68 | +## options: '--stream-id=00000000-00000000-00000000-00000000 --product-type=laptop --no-draft' |
| 69 | +## |
| 70 | +## # every 12 hours |
| 71 | +## - |
| 72 | +## interval: '0 */12 * * *' |
| 73 | +## options: '--stream-id=00000000-00000000-00000000-00000000 --product-type=laptop --no-draft' |
0 commit comments