Home > Article > Backend Development > If 10 people promote a WeChat account, how do you know the number of promotions by these 10 people?
If 10 people promote a WeChat account, how do you know the number of promotions by these 10 people?
If 10 people promote a WeChat account, how do you know the number of promotions by these 10 people?
Generate a unique official account QR code for each person
Then write a WeChat backend to record the attention information and you can track it
Official api: https://mp.weixin.qq.com/wiki...
Among them: EventKey value
(event KEY value, qrscene_ is the prefix, followed by the parameter value of the QR code): as the unique identifier of each promoter
After the user scans the QR code to follow, the server will receive the EventKey
value!