Re: About migration from Google Ads API v6

2021-09-10 Thread mingo
query: query, }, options: {} ) 2021年9月10日金曜日 18:32:07 UTC+9 mingo: > Hi, > I'm using the Google Ads API to get a conversion action ID. > I was using v6 until the other day, but I upgraded to v8 because I > received a notice that the request will be closed. > However, since 9/

About migration from Google Ads API v6

2021-09-10 Thread mingo
Hi, I'm using the Google Ads API to get a conversion action ID. I was using v6 until the other day, but I upgraded to v8 because I received a notice that the request will be closed. However, since 9/8, the request has failed. Looking at the migration guide, I don't think there were any changes to

How to upload offline conversions with REST api

2021-03-01 Thread mingo
Hello, I am trying to upload offline conversions with the Google Ads API. We are using Ruby 2.4, and we have no plans to update the version, so we cannot use the client library. Therefore, I would like to send an API request via REST and realize an offline conversion upload. In this case, what