Example of website promotion
If the website needs to access multi-mic, it needs to provide a link to record and track multi-mic traffic information. Advertisers are recommended to develop an intermediate page, and all channel promotion traffic is imported into the intermediate page to provide promotion logic and achieve non-intrusive transformation.
For example, the promotion link: https://shop.test.cn/cps/zhuandaqian?union=duomai&euid=103255212&to=https%3a%2f%2fshop.test.cn%2fprodcut%2f123301.html
The page provides 3 parameters
- union = duomai identifies the promotion channel as duomai
- euid = 103255212 Provides the identification parameters passed in by channel customization, which is used for the channel to distinguish its own sub-channels
- to = https%3a%2f%2fshop.test.cn%2fprodcut%2f123301.html The product page that the user actually landed on
Duomai alliance parameters
The following are the parameters spliced by the alliance after the link of the advertiser. The advertiser can decide the name of the parameter. If you want to pass in the product id, activity id and other information, the advertiser needs to provide the product material interface and activity material interface separately.
Parameter name | Required | Example | Description |
---|---|---|---|
euid | yes | 11-digit number or 36-digit string | euid is the basis for multi-maid to distinguish sub-channel traffic, the advertiser must save and return it in the order, the advertiser can customize the parameter name Example subUnionId |
to | No | Advertiser's website link in urlencode | Landing page, the page that the user finally visits after clicking to enter the cps access interface Advertiser needs to verify the link and redirect to the corresponding link page |
union | No | duomai | If advertisers request, Duomai can pass in the alliance logo, which is used for advertisers to distinguish different alliance channels |
mid | No | 10016 | Main id of multi-mai alliance traffic |
sid | No | 12468 | The id of the main promotion position of Duomai Alliance traffic |
Order tracking and synchronization
- After the user enters the link, the intermediate page records the two parameters of union and euid in the browser cookie. And redirect to the corresponding product page that the user needs to go to
- The user clicks on the page to place an order to create an order, and the server reads the channel and euid in the cookie. After the order is created, the order information and promotion information can be stored in the channel order table (updated if the order changes later), and provided Provide the query interface of the table to the multi-mai alliance.
- For ROI cooperation, Domai needs to perceive the sales order data in the first time, please actively push the order in the channel order table.
Access Basic Requirements
-
- Develop the middle page 301 that carries the cps traffic, and record the cps channel information.
-
- Record the cps channel information of the order, it is recommended to distinguish it from the business order.
-
- Provide channel order query interface, order details must have euid parameter. Refer to Order Query
-
- (Optional) Order status push. Refer to Order Push