From 8ad57d4d07ba8fe219295255603d4035c5e83df1 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Wed, 19 Jul 2023 07:28:16 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...94361ae83e1a17b50db04082131023ca5443b.json | 37 +++++++++++++++++++ index.json | 3 ++ setono.google-analytics-bundle.1.0.json | 37 +++++++++++++++++++ 4 files changed, 78 insertions(+) create mode 100644 archived/setono.google-analytics-bundle/7f094361ae83e1a17b50db04082131023ca5443b.json create mode 100644 setono.google-analytics-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index a7e09f06..fc248ac8 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -465,6 +465,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [seferov/aws-bundle](https://packagist.org/packages/seferov/aws-bundle) | [3.0](seferov/aws-bundle/3.0) | | [sensiolabs/connect-bundle](https://packagist.org/packages/sensiolabs/connect-bundle) | [4.0](sensiolabs/connect-bundle/4.0) | | [sentry/sentry-symfony](https://packagist.org/packages/sentry/sentry-symfony) | [4.6](sentry/sentry-symfony/4.6) | +| [setono/google-analytics-bundle](https://packagist.org/packages/setono/google-analytics-bundle) | [1.0](setono/google-analytics-bundle/1.0) | | [sg/datatablesbundle](https://packagist.org/packages/sg/datatablesbundle) | [1.0](sg/datatablesbundle/1.0) | | [shopware/app-bundle](https://packagist.org/packages/shopware/app-bundle) | [1.0](shopware/app-bundle/1.0) | | [siganushka/generic-bundle](https://packagist.org/packages/siganushka/generic-bundle) | [0.3](siganushka/generic-bundle/0.3) | diff --git a/archived/setono.google-analytics-bundle/7f094361ae83e1a17b50db04082131023ca5443b.json b/archived/setono.google-analytics-bundle/7f094361ae83e1a17b50db04082131023ca5443b.json new file mode 100644 index 00000000..42ca3816 --- /dev/null +++ b/archived/setono.google-analytics-bundle/7f094361ae83e1a17b50db04082131023ca5443b.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "setono/google-analytics-bundle": { + "manifest": { + "bundles": { + "Setono\\GoogleAnalyticsBundle\\SetonoGoogleAnalyticsBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "GOOGLE_ANALYTICS_MEASUREMENT_ID": "YOUR_GOOGLE_ANALYTICS_MEASUREMENT_ID" + } + }, + "files": { + "config/packages/setono_google_analytics.yaml": { + "contents": [ + "setono_google_analytics:", + " gtag:", + " properties:", + " - measurement_id: '%env(GOOGLE_ANALYTICS_MEASUREMENT_ID)%'", + "", + " # If you want to use tag manager instead of gtag, just remove the lines above and enable tag_manager below", + " # tag_manager:", + " # containers:", + " # - container_id: '%env(GOOGLE_ANALYTICS_CONTAINER_ID)%'", + "" + ], + "executable": false + } + }, + "ref": "7f094361ae83e1a17b50db04082131023ca5443b" + } + } +} diff --git a/index.json b/index.json index 15a65dea..d706f942 100644 --- a/index.json +++ b/index.json @@ -1466,6 +1466,9 @@ "4.0", "4.6" ], + "setono/google-analytics-bundle": [ + "1.0" + ], "sg/datatablesbundle": [ "1.0" ], diff --git a/setono.google-analytics-bundle.1.0.json b/setono.google-analytics-bundle.1.0.json new file mode 100644 index 00000000..42ca3816 --- /dev/null +++ b/setono.google-analytics-bundle.1.0.json @@ -0,0 +1,37 @@ +{ + "manifests": { + "setono/google-analytics-bundle": { + "manifest": { + "bundles": { + "Setono\\GoogleAnalyticsBundle\\SetonoGoogleAnalyticsBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "GOOGLE_ANALYTICS_MEASUREMENT_ID": "YOUR_GOOGLE_ANALYTICS_MEASUREMENT_ID" + } + }, + "files": { + "config/packages/setono_google_analytics.yaml": { + "contents": [ + "setono_google_analytics:", + " gtag:", + " properties:", + " - measurement_id: '%env(GOOGLE_ANALYTICS_MEASUREMENT_ID)%'", + "", + " # If you want to use tag manager instead of gtag, just remove the lines above and enable tag_manager below", + " # tag_manager:", + " # containers:", + " # - container_id: '%env(GOOGLE_ANALYTICS_CONTAINER_ID)%'", + "" + ], + "executable": false + } + }, + "ref": "7f094361ae83e1a17b50db04082131023ca5443b" + } + } +}