如何使用 Google Ads API Rest 接口上传点击转化数据

发布于 2025-01-10 22:29:10 字数 420 浏览 0 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

可爱咩 2025-01-17 22:29:10

方法: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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文