Google Ads Statistics To Google Sheets 404 API Error

Hi;

I am trying to get my click and impression data from Google ads and write it to Google Sheets. But getting 404 error on my API call.

There are 5 steps on my journey.

1- In the Tools->Set Multiple Variable section; i am declaring my Google Ads ID
2- In Google Ads Campaign Management-> Get Account section; i am connecting my Goolgle Ads account.
3- In the Google Ads Campaign Management->Make An Api Call section; i am trying to get data by API call
4- In the Iterator section; i am getting response from section 3
5- I the Google Sheets->Update Row section; i am trying to add retalet data to the related cells.

Please check my screenshots.

Could someone help me; how can i solve this 404 error?



Can u check do u use correct version of api or its deprecated?

2 Likes

Thank you for your answer…

But… How can i check?
by trying as like:

/v16/customers/{{9.customer_id}}/googleAds:searchStream
/v12/customers/{{9.customer_id}}/googleAds:searchStream
/v9/customers/{{9.customer_id}}/googleAds:searchStream

etc?

U need to follow official Documation of google ads api

Were you able to solve this? I´ve tried with the latest version and previous versions and still no luck.