Rebate access case

3 min read

Scene introduction

We use the customer role of rebate app as a case to access the Duomai affiliate program: <a href="https://union.duomai.com/generalize/geneplanDetail/2214 "target='_blank'>Midea official website plan (ads_id=2214), please refer to , This case focuses on promotion and order return on the rebate app, including:
  1. How to present the Domicel Alliance Promotion Plan on the App
  2. How to get linked users to place an order
  3. Order Push and Status Change Notification
  4. How the order belongs to App user and settlement
Note: Amoy related plan promotion is not suitable for rebate customers, because euid cannot be used to identify and distinguish users

How to present the Duomai affiliate promotion plan on the App

After the plan application is approved (How to apply? Check the guide), you can use this Midea Plan Relevant information and icons are displayed on the rebate App, which allows App users to check and place orders. You can also develop a Midea Plan introduction page< /font>Promote Midea's discounts and information about rebates.

How to get linked users to place orders

When the user sees the Midea information on the App, when they are ready to go to buy the goods, you need to go through the promotion link of the Tomic Alliance , the link allows to pass in a euid logo, the user is in Midea After placing an order for the purchase of goods, this logo will be returned to the order system of the Multi-Match Alliance.

euid: generally your user ID or information with your user identification [What is the feedback tag euid
Example link: http://example.duomai.com?adsid=2214&t=https://www.midea.cn/?navtype=mall&mtag=20175.3.2&site
id=test&euid=user1

The picture shows that the user jumps to Midea to browse products and place an order in the App according to the promotion link webview of Domicel Alliance. Our link also provides the wake-up function of some popular apps, open the webview in the app and wake up some third-party apps (such as Jingdong, Taobao) related issues view [<a href="/zh/docs/site/help/app- deeplink" target="
blank">APP development related]

Order push and status change notification

After the user places an order at Midea, the Domicel Alliance will start from Midea within a certain period of time (basically real-time, some businesses have special return time restrictions) Obtain the corresponding order data and push the order data to your system. We will also push you the latest order data if the order status is updated.

Of course, you can also use the order query interface to query the order data from the Domicile Alliance according to your needs [Order query API

How the order belongs to App users and settlement

At this point, you have obtained the order data from Domicel Alliance and maintained it in your own database. According to the above-mentioned euid identification, such as the euid=" in the example link above User 1", the returned order data contains euid="User 1", so you can know which user this order belongs to.

At the same time, the order will also return the commission you can get as a traffic owner of the Domai Alliance, so that it is convenient for you to make the corresponding commission settlement for your App users.

Appendix