Shopping Ads
sourceknowledge/shopping-ads
Adds SourceKnowledge pixels and generates a shopping feed from your catalog. Enables integration with comparison shopping engines and social media platforms.
Build Tests
Code Quality
Tested on Magento 2.4.8-p3
Recent Test History
Each release is tested against the latest Magento version at that time.
Looking for Contributors
Composer installation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubSourceKnowledge Shopping Ads for Magento 2
Automatically add SourceKnowledge pixels to your store and generate a shopping feed from your catalog to increase sales on your website.
In just a few steps, you can install the SourceKnowledge App and turn your Magento 2 catalog into shopping ads. Once you connect SourceKnowledge to your Magento 2 store, you instantly run your product catalog on comparison shopping engines, deal sites, native advertising and on social media.
Compatibility
Magento Open Source (CE) 2.3
Magento Open Source (CE) 2.4
Installation
Install via composer (recommended)
Run the following command in Magento 2 root folder:
composer require sourceknowledge/shopping-ads
Using GIT clone
git clone https://github.com/sourceknowledge/shopping-ads.git app/code/Sourceknowledge/ShoppingAds
Activation
Run the following commands in Magento 2 root folder:
bin/magento module:enable Sourceknowledge_ShoppingAds
bin/magento setup:upgrade
bin/magento setup:static-content:deploy
Recompile your Magento project
bin/magento setup:di:compile
Clear Cache
bin/magento cache:clean
Configuration
- System > Integrations > Sourceknowledge_ShoppingAds
- Click Activate to grant the required permissions.
- When asked about Sourceknowledge account, choose EXISTING CLIENT or NEW CLIENT otherwise, and complete the activation process.
- If you already have an account with Sourceknowledge, log in with your credentials or sign-up to complete the activation process.
Discount Code URL
Allows discount codes to be applied to a browser session automatically via a query string. For example, with the default settings, the following will make sure the MYDISCOUNTCODE coupon is applied during checkout:
https://url.to.my.store?sk_coupon=MYDISCOUNTCODE
Config options can be found in Stores -> Configuration -> Customers -> Promotions -> Discount URL Settings
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.