partnerads/magento2
最新稳定版本:2.2.3
Composer 安装命令:
composer require partnerads/magento2
包简介
Magento 2 module for tracking affilate sales through Partner Ads network
README 文档
README
This extension adds the following functionality to Magento:
- Track visitors from Partner Ads publishers via cookie
- Send order information to Partner Ads affiliate network depending on order status
- Possibility for communication Magento backend via GraphQL endpoints
Compatibility
The Partner Ads affiliate tracking extension tested with:
- Magento 2.3
- Magento 2.4
For Magento versions below 2.3:
For those running Magento versions earlier than 2.3, we recommend utilizing version 2.1 of this extension. This version maintains the essential features tailored to be compatible with older Magento instances, ensuring you can still leverage the benefits of the Partner Ads affiliate network without the need for an immediate platform upgrade.
Usage
Installation via Composer (Recommended)
- Install the module composer by running
composer require partnerads/magento2 - Enable the module by running
php bin/magento module:enable Partner_Module - Apply database updates by running
php bin/magento setup:upgrade - Compile Magento code base by running
php bin/magento setup:di:compile - Deploy static content by running
php bin/magento setup:static-content:deploy - Clean the cache by running
php bin/magento cache:clean - Setup Partner Program ID via Magento Admin panel
- You are ready to go
Module settings in Magento Admin
- Login to Magento admin
- Go to Stores - Configuration - Partner Ads Setup
- Enter Partner Program ID
- Change settings according to your stores setup
Multi store setup
The Partner Ads module supports multi store setup per Magento’s normal requirements, therefore you are able to set individual Partner Ads program on a per store view basis via Magento admin.
Debugging
Starting from version 2.1.0, we have made significant enhancements to the debug log functionality. To effectively debug Partner Ads tracking and communication with Partner Ads servers, please follow these steps:
- Login to Magento admin
- Go to Stores - Configuration - Partner Ads Setup
- Adjust the
Modesetting toDebug - Perform an order placement using valid
PACIDandPARTNERIDvalues - Monitor the request and response log in the
var/log/Partnerads.logfile
Please remember to set Mode back to Production afterwards.
Support & Bugs
Please contact supportdk@partner-ads.com for support and bug requests.
统计信息
- 总下载量: 21.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2022-01-07