RE: Private message regarding: How to get all the phone numbers in Google Ads account?

2019-08-06 Thread Google Ads API Forum Advisor Prod
Hi Denis, Thank you for sharing the screenshots. Upon checking, it appears that you are indeed using the Google Ads Scripts instead of the AdWords API. This is, unfortunately, already outside of our scope. You may, however, reach out to their team via the Google Ads Scripts Forum for further as

RE: How to get all the phone numbers in Google Ads account?

2019-07-31 Thread Google Ads API Forum Advisor Prod
Hi Denis, So I can better understand and investigate your concern, could you provide the complete SOAP request and response logs that was generated by your AdWords API call? You may send the logs via the Reply privately to author option. Thanks and regards, Peter Google Ads API Team ref:_00D1U

How to get all the phone numbers in Google Ads account?

2019-07-31 Thread Denis Mazur
The code that we use to get phone numbers, but it gives out only one phone number (although there are two in the account). var campaignIterator = AdsApp.campaigns().get(); while(campaignIterator.hasNext()) { var campaign = campaignIterator.next(); var phoneNumberIterator = campaign.e