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?

WBOY
WBOYOriginal
2016-08-10 09:07:221595browse

If 10 people promote a WeChat account, how do you know the number of promotions by these 10 people?

Reply content:

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn