### Install Commerce Optimizer Adapter using Composer Source: https://experienceleague.adobe.com/en/docs/commerce/aco-optimizer-connector/get-started This command adds the `adobe-commerce/commerce-data-export-aco-adapter` module to your Adobe Commerce project using Composer. Ensure you have Composer installed and configured for your project. After running this command, you will need to deploy the changes to your Adobe Commerce staging environment. ```shell composer require adobe-commerce/commerce-data-export-aco-adapter ``` -------------------------------- ### Initialize Adobe Commerce Optimizer Configuration (CLI) Source: https://experienceleague.adobe.com/en/docs/commerce/aco-optimizer-connector/get-started This command initializes the integration between Adobe Commerce and Adobe Commerce Optimizer. It requires your Organization ID, Tenant ID, Client ID, and Client Secret. Ensure these values are correct for successful configuration. Data synchronization begins automatically after execution. ```bash bin/magento aco:config:init --org_id=your-org --tenant_id=your-tenant --client_id=your-client-id --client_secret=your-secret ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.