Exclude resourceName from response

2021-06-23 Thread Zhisheng Zhou
Hi. Team. Is there a way to exclude resourceName field from response(Google Ads API)? *My Request body* is something like: { "page_size": 10, "query": "SELECT customer.id,customer.descriptive_name,segments.date FROM click_view WHERE segments.date =

Re: Responses in CSV format for Google Ads API ?

2021-06-23 Thread Zhisheng Zhou
Thanks, Pete! On Wednesday, June 23, 2021 at 10:51:49 AM UTC-7 Pete Lavetsky (AdWords API Guru) wrote: > Hey Sam, > > Currently I don't believe it is possible to get it back in CSV : > https://groups.google.com/g/adwords-api/c/oBtx_3IKEEA/m/Uge9x6B-CwAJ > > Pete > > On Tuesday, June 22, 2021 at

Responses in CSV format for Google Ads API ?

2021-06-22 Thread Zhisheng Zhou
Hi. Is that possible to let Google Ads API( *https://googleads.googleapis.com/v8/customers/{customerID}/googleAds:search*) to return reports data in *CSV format *instead of json? Thanks, Sam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeve

404 error with https://adwords.google.com/api/adwords/cm/v201710

2021-06-08 Thread Zhisheng Zhou
Hi. Google Ads API team. My team has been using *googld adwords api* to pull google adwords reports. And it has been working fine without any issue. *Recently we began to see error like the below:* 2021-06-08 22:13:48 PDT INFO [JobScheduler-0] com.google.api.ads.common.lib.utils.logging.RemoteC

Re: Is there an endpoint used to get all customer ids under an account?

2021-05-09 Thread Zhisheng Zhou
Thx! On Monday, May 3, 2021 at 10:31:23 AM UTC-7 Zhisheng Zhou wrote: > Hi. > Currently I am the below endpoint to retrieve reports from Google Ads API: > > https://googleads.googleapis.com/v6/customers/{*customer id* > }/googleAds:search > > As you can see, I have to sp

Is there an endpoint used to get all customer ids under an account?

2021-05-03 Thread Zhisheng Zhou
Hi. Currently I am the below endpoint to retrieve reports from Google Ads API: https://googleads.googleapis.com/v6/customers/{*customer id* }/googleAds:search As you can see, I have to specify the customer id. The thing is that there are new customer ids added to my account from time to time. S

Re: CriteriaParameters is deprecated in Click Performance, what's replacement?

2021-03-02 Thread Zhisheng Zhou
Thanks. Is there a specific time when AdWords API will be deprecated plz? Best, Zhisheng On Monday, February 8, 2021 at 6:31:45 AM UTC-8 adsapiforumadvisor wrote: > Hi Zhisheng, > > Unfortunately, there is no replacement for this field in Google Ads API. > You can continue to use the Click Pe

Re: Google Ads API can't pull data older than 90 days?

2021-03-02 Thread Zhisheng Zhou
Thanks! What we can do if we need history date(older than 90 days)? Best, Zhisheng On Monday, February 8, 2021 at 6:49:23 AM UTC-8 adsapiforumadvisor wrote: > Hello Zhisheng, > > As stated in the click_view > > document, quer

Google Ads API can't pull data older than 90 days?

2021-02-05 Thread Zhisheng Zhou
Hi. I am trying to pull data(*2020-02-01*) from *click_view*, and this is the request: curl --location --request *POST* ' *https://googleads.googleapis.com/v6/customers/{{customer_id}}/googleAds:search*' \ --header 'Authorization: Bearer {{token}}' \ --header 'developer-token: ALkDA5a-bcH2N-mca

Re: Google Ads API joining tables

2021-02-04 Thread Zhisheng Zhou
Hi. Is tables joining supported by GAQL now? Best, Zhisheng On Tuesday, May 14, 2019 at 8:18:58 PM UTC-7 googleadsapi-forumadvisor wrote: > Hi Jessie, > > Thank you for reaching out. Unfortunately, JOIN statements are currently > not supported in GAQL. As of now, you can only select fields wh

CriteriaParameters is deprecated in Click Performance, what's replacement?

2021-02-04 Thread Zhisheng Zhou
Hi. I am currently working on migrating our pipeline form *AdWords API *to *Google Ads API.* According this doc: *https://developers.google.com/google-ads/api/docs/migration/reports#click_performance , *