You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.4 KiB
1.4 KiB
sidebar_position | sidebar_label | title |
---|---|---|
2 | 填问卷送券操作步骤 | 填问卷送券操作步骤 |
填问卷送券操作步骤
商家为了调研市场有时会向客户发放问卷来收集一些重要信息,客户填完后可领取优惠券福利,下面就是如何绑定问卷与劵的操作步骤
打开该网址操作编辑问卷:https://wj.lotus-wallet.com/
问卷编辑完毕后,点击设置,投放与分享 类目下面打开跳转自定义链接,点击修改,填写正确的链接,完成后,客户即可领券相对应的券;
链接格式
设置链接格式为 https://hx.lotus-wallet.com/questionnaireGift.html?code=问卷名 . 问卷名即为平台端优惠券捆绑的编号
例如,在平台端捆绑优惠券编号为 hello, 则设置链接为https://hx.lotus-wallet.com/questionnaireGift.html?code=hello
跳转链接携带问卷答案参数
如问卷里面有设置‘手机号’的问题,则答完问卷之后会携带该答案
注意:得使用 CONCATENATE
函数,否则会出现错误。
例如携带手机号,格式设置为;CONCATENATE('https://hx.lotus-wallet.com/questionnaireGift.html?code=kaiyequanchang&mobile=',手机号码)