Re: Accessing access token from Ads client instance

2021-08-19 Thread Po-Yu Hsieh
Hi, What about the case when I already have refresh token? I want the auth+download process be fully automated and avoid touching the browser. adsapi 在 2021年8月20日 星期五上午1:44:03 [UTC+8] 的信中寫道: > Hi, > > Please refer to the Ruby samples in the link: > https://developers.google.com/google-ads/ap

Accessing access token from Ads client instance

2021-08-19 Thread Po-Yu Hsieh
Hi, I'm trying to download invoice PDF from URL retrieved by API call with the instruction below: https://developers.google.com/google-ads/api/docs/billing/invoice#pdf Making the HTML request requires access token for Google Ads service. >From how the authentication works, access token sh

Re: Remove managed customer account

2021-07-26 Thread Po-Yu Hsieh
Typo: > for sub-account (*client* resource) => for sub-account (*customer* resource) Po-Yu Hsieh 在 2021年7月26日 星期一下午4:07:02 [UTC+8] 的信中寫道: > Hi, > > I'm trying to manage sub-accounts with Ruby API in order to create > sub-accounts under single management account, an

Remove managed customer account

2021-07-26 Thread Po-Yu Hsieh
Hi, I'm trying to manage sub-accounts with Ruby API in order to create sub-accounts under single management account, and further run campaigns with them. Now I'm having need to remove unused sub-accounts but getting some troubles. Generally with Ruby's API, you can remove specified resourc