横幅广告、clickTag 和在查询字符串中传输变量 - 有标准吗?
是否有通过横幅广告发送变量的标准方法?客户想要一个横幅,让用户输入他的手机号码,然后通过短信接收代码,然后将代码输入到横幅中。如果代码随后验证,用户将被发送到一个包含登录表单的页面,其中填写了电话号码和代码。一定可以以某种方式将电话号码和代码作为参数添加到 clickTag 吗?
我发现 Adform 支持使用“;cppar=1&”然后是变量=值对,但这是标准,还是 Adform 的特殊功能?
我一直在尝试查找有关不同广告服务解决方案的一些技术信息,但除了在 AS3 中实现 clickTag 的许多不同方法之外,似乎找不到任何其他内容...
Is there a standard way to send variables through a banner ad? A client wants a banner that lets the user enter his mobile number, then receives a code by sms, and then enters the code into the banner. If the code then validates, the user is sent to a page with a login form with the phone number and code filled in. It must be possible to add the phone number and code as parameters to the clickTag somehow?
I found that Adform supports using ";cppar=1&" and then variable=value pairs, but is this a standard, or a special feature of Adform?
I've been trying to find some technical information on the different ad serving solutions, but can't seem to find anything other than a lot of different ways to implement clickTag in AS3...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
每个单独的公司都会有自己的方式来支持这一点,因为 adform 的全部要点是充当您的点击的门户(以便它可以正确跟踪它),因此每个公司都会有一个单独的方法来处理变量(有些不允许它根本)。 “标准”是变量=值对,您只需查看它们的“初始化”代码是什么(例如“;cppar=1&”)。
如果您要通过一家特定的公司,请询问他们使用什么变量,如果没有,请先决定哪家公司!
each seperate company will have their own way of supporting this as the whole point of adform is to act as a portal to your click (so that it can track it properly) therefore each will have a seperate method of dealing with variables (some dont allow it at all). The "standard" is variable=value pairs, you just have to see what the "initialising" code is for them (eg. ";cppar=1&").
if you are going through a specific company, ask them what they use for variables, if not then decide which company first!