Files
symfony-recipes/webindustry.meta-api-conversion-bundle.1.0.json
2025-03-24 09:58:42 +01:00

49 lines
2.0 KiB
JSON

{
"manifests": {
"webindustry/meta-api-conversion-bundle": {
"manifest": {
"bundles": {
"MetaApiConversionBundle\\MetaApiConversionBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
}
},
"files": {
"config/packages/meta_api_conversion.yaml": {
"contents": [
"meta_api_conversion:",
" contexts:",
" #default:",
" #fb_api_version: 'some-value'",
" #fb_pixel: 'some-value'",
" #fb_access_token: 'some-value'",
" #fb_user_data_salt: 'random-salt' # Required random salt for user data anonymization",
" #fb_action_source: 'website' # optional",
" #fbc_parameter_name: 'fbclid' # optional",
" #fbp_cookie_name: '_fbp' # optional",
" #fb_test_event_code: '' # optional",
" contact_post_email_key: 'email'",
" contact_post_phone_key: 'phone'",
" contact_post_first_name_key: 'name'",
" contact_post_last_name_key: 'surname'",
" excluded_paths:",
" #- /api",
" #- /login",
" viewcontent_routes:",
" #- landing",
" #- promo",
"when@dev:",
" meta_api_conversion:",
" dry_run: true"
],
"executable": false
}
},
"ref": "d10b353bf87826cf957b1450972a9bed9646b80a"
}
}
}