Re: sdk with restful call

2019-12-20 Thread Google Ads API Forum Advisor Prod
Hi Sean, I have deleted your post online as it contains sensitive information. Please refer to this post for guidelines on posting on this forum in future. With regards to your concern, with client libraries you will be able to make the calls to the endpoints. There are two ways of making

Re: sdk with restful call

2019-12-19 Thread Sean Jina
Hello Nikisha , Thank you for the response. I think the client libraries will send protcol buff bytes array to the endpoints. not the JSON, am I right? here is how I sent the endpoints: GoogleAdsClient googleAdsClient = GoogleAdsClient.newBuilder()

RE: sdk with restful call

2019-12-19 Thread Google Ads API Forum Advisor Prod
Hello Sean, Thank you for reaching out. The Google Ads API Beta exposes both standard JSON REST endpoints and a high-performance gRPC interface. You could use our pre-built client libraries to make the API call using these JSON REST endpoints. Let us know if you have any additional concerns.