如何使用 Google Ads API Rest 接口上传点击转化数据
我正在尝试使用 Rest API 跟踪 Google Ads 的点击转化,但找不到任何有用的资源。
现在用户流程如下所示:
用户点击广告 ->用户打开网站 ->用户下载Flutter App(gclid会通过动态链接传递)->用户注册->将触发新的 Customer.io 事件(包含 gclid)->将转化数据上传到 Google Ads
问题出在最后一步。在 customer.io 中,我只能使用休息呼叫将转化上传到 Google Ads。我无法使用 Google 的客户端库,也无法从文档中弄清楚我必须在这里进行哪些调用。 (不幸的是,Google 本身建议不要使用 Rest API,但也声明它本身是可能的。此外,除了通过 Customer.io 进行路由并进行 Rest 调用之外,我没有任何其他选择)我
真的很感激帮助,谢谢!
I am trying to track a Click conversion with Google Ads using the Rest API but I can't find any helpful resources.
Right now the user flow looks like this:
User clicks on Ad -> User opens Website -> User downloads the Flutter App (gclid will be passed via dynamic links) -> User Signs up -> New Customer.io Event will be triggered (contains gclid) -> Upload conversion to Google Ads
The problem lies with the last step. In customer.io I can only use a Rest Call to upload the converion to Google Ads. I cannot use the client library of Google and I can't figure out from the documentation which call exactly I have to make here.
(Unfortunatly Google itself is advising against using the Rest API but also states that it is possible by itself. Also I don't have any other options here than going the route via Customer.io and making the Rest Call)
I would really appreciate any kind of help, thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
发布这个答案,因为另一个链接已失效。
发布:https://googleads.googleapis.com/v15/customers/{ customerId}:uploadClickConversions
其中 {customerId} 是执行上传的客户。
https://developers.google.com/ google-ads/api/rest/reference/rest/v13/customers/uploadClickConversions
Posting this answer, because the other link is dead.
POST:https://googleads.googleapis.com/v15/customers/{customerId}:uploadClickConversions
Where {customerId} is the customer performing the upload.
https://developers.google.com/google-ads/api/rest/reference/rest/v13/customers/uploadClickConversions
方法:customers.uploadClickConversions
处理给定的点击转化。
https://developers.google.com/ google-ads/api/rest/reference/rest/v12/customers/uploadClickConversions
Method: customers.uploadClickConversions
Processes the given click conversions.
https://developers.google.com/google-ads/api/rest/reference/rest/v12/customers/uploadClickConversions