Recipe per meta-api-conversion-bundle
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
],
|
||||
"webindustry/scheduler-bundle": [
|
||||
"2.0"
|
||||
],
|
||||
"webindustry/meta-api-conversion-bundle": [
|
||||
"1.0"
|
||||
]
|
||||
},
|
||||
"branch": "master",
|
||||
|
||||
48
webindustry.meta-api-conversion-bundle.1.0.json
Normal file
48
webindustry.meta-api-conversion-bundle.1.0.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user