內容簡介
WaffarAD 是一個聯盟網絡,提供技術和推廣工具,協助創建和管理聯盟計劃,以及實施有效的廣告活動。
WaffarAD 商家平台最大化了報告和分析的效率,讓廣告商能夠以精簡的方式擴大其業務。
WaffarAD 追踪外掛允許你快速地將你的 WooCommerce 商店與我們的網站和移動應用程序 (WaffarX) 集成,這是 MENA 地區中第一個現金返利聚合器。當最終用戶在商家網站上執行操作時,他們的數據和訂單詳情會被發送到 WaffarAD 服務器。
該插件存儲從發布者網站發送到商家網站的用戶數據,使商家能夠跟踪和確認現金返利。
WaffarAD 非常適合具備已建立的受眾和在線存在的在線廣告商。對於具有發展聯盟計劃的廣告商,我們提供簡化的服務和卓越的覆蓋範圍,以最大化內容。對於沒有或缺乏聯盟營銷經驗的廣告商,我們將協助啟動流程,並獲取有利可圖的聯盟營銷機會。
我們依賴 WaffarAD 的兩個主要第三方功能。
第一個是:(general.js)
我們使用一個鏈接來訪問 WaffarAD 腳本,以跟踪用戶訪問的商家,從而確定用戶是否購買了產品。
第二個是:(‘Add Order’, ‘Woo/AddOrder’);
我們使用一個鏈接將訂單數據發送到 WaffarAD,以檢查訂單確認情況,並將佣金分配給發布者。
如果您想增加銷售額或吸引更多顧客,請立即成為 WaffarAD 的合作夥伴 (https://waffarad.com/Merchant/Account/Login?ReturnURL=/)。
有關隱私政策詳細信息和 WaffarAD 如何運作,請點擊此處 (https://waffarad.com/Home/PrivacyPolicy)
外掛標籤
開發者團隊
原文外掛簡介
WaffarAD is WaffarX’s affiliate network. WaffarX is the first cashback aggregator in the MENA region. This plugin connects your WooCommerce store to WaffarAD/WaffarX and provides three features, each of which can be enabled independently:
Affiliate order tracking — reports orders referred through WaffarAD (and their status changes) to the WaffarX conversion server so conversions and cashback can be attributed and reconciled.
In-App Order payment gateway — an API-only gateway (hidden from the storefront checkout) that lets WaffarX place orders on your store via a private REST API, carrying installment/BNPL transaction metadata (e.g. ValU).
WaffarX Coupons — an API-only feature that lets WaffarX mint single-use WooCommerce coupons when a customer redeems a WaffarX gift-card voucher. Issuance, redemption (with the actual discount applied), and reversal are reported to WaffarX for billing reconciliation.
WaffarX Platform API — a private REST API that lets WaffarX run the full in-app commerce flow (browse products, read payment gateways and shipping data, quote shipping rates, place/fetch/cancel/refund orders, and manage a cart) authenticated by the single WaffarX credential. This means WaffarX does not need separate WooCommerce REST consumer keys; the merchant only configures one API Key and API Secret.
External services
This plugin connects to services operated by WaffarAD/WaffarX:
Tracking script — https://waffarad.com/integration/general.js
A JavaScript file loaded on the front end that sets and reads the WaffarAD affiliate tracking cookies. Loaded only while affiliate tracking is enabled.
Conversion server — https://conversion.waffarx.com
The plugin POSTs to this server:
Woo/AddOrder — when a tracked order is created (the order details and affiliate identifiers).
Woo/UpdateOrder — when a tracked order changes status (updated status and totals).
Woo/PluginState — when the plugin or a feature is activated, deactivated, toggled, or uninstalled.
Woo/Settings — read periodically (hourly) for WaffarX-controlled settings, such as whether to report updates for all orders.
Woo/Coupon — when a WaffarX-issued coupon is created (issued), redeemed on an order, or reversed (the order is cancelled/refunded). Each event carries a unique event id and, for redemptions/reversals, the actual discount applied.
When an API secret is configured, requests are signed with HMAC-SHA256 (X-WaffarX-Key / X-WaffarX-Timestamp / X-WaffarX-Signature); the secret itself is never transmitted.
The plugin also exposes an inbound REST API (namespace waffarx/v1) that WaffarX calls to place/fetch/cancel/refund orders, mint/fetch/void coupons, and read catalog/shipping/payment data (the WaffarX Platform API). All of it is authenticated with the single WaffarX API credential — either a Bearer token (the API Secret) or an HMAC signature — so no WooCommerce consumer keys are required. See the FAQ.
These services are provided by WaffarAD. For details, see https://waffarad.com/Home/PrivacyPolicy
