UNEXPECTED_END_OF_QUERY Accessing Google Ads API via Google Apps Script

2021-11-01 Thread 'Suchitra Theruvath' via AdWords API and Google Ads API Forum
Hi, I am trying to access Google Ads API via Google Apps Script using the below code. var ADWORDS_SCOPE = "https://www.googleapis.com/auth/adwords";; var REQUEST_TOKEN_URL="https://www.google.com/accounts/OAuthGetRequestToken";; var TOKEN_ACCESS_URL = "https://accounts.google.com/o/oauth2/token

How to authenticate user only once | Google Ads v7

2021-07-12 Thread 'Suchitra Theruvath' via AdWords API and Google Ads API Forum
Hi, I am trying to build a Java web application based on user authentication. I have used the below code. UserAuthorizer userAuthorizer = UserAuthorizer.newBuilder() .setClientId( ClientId.of(clientId, clientSecretKey)) .setScopes(Arrays.asList(scope)).setTokenS

Re: java.lang.NoSuchMethodError: 'com.google.api.gax.rpc.StubSettings$Builder com.google.ads.googleads.v8.services.stub.GoogleAdsServiceStubSettings$Builder.setMtlsEndpoint(java.lang.String)'

2021-07-06 Thread 'Suchitra Theruvath' via AdWords API and Google Ads API Forum
Hi Pete, I am using a windows machine and maven in the project instead of gradle. The size of jar is same as your have provided : 85934170 while creating md5 hash, this is what I get : 8e676d1a46932bed9b605d0fd4c78db5 There is no exception when I tried using version 7. The bug is in version 8.

java.lang.NoSuchMethodError: 'com.google.api.gax.rpc.StubSettings$Builder com.google.ads.googleads.v8.services.stub.GoogleAdsServiceStubSettings$Builder.setMtlsEndpoint(java.lang.String)'

2021-07-06 Thread 'Suchitra Theruvath' via AdWords API and Google Ads API Forum
Hi Team, We are trying to build an application which will authenticate based on user logged in and then should fetch the MCC accounts to which user is having access to. We are fine with the authentication part, but we are unable to gather the MCC accounts using the Java client library version

How to Handle 1 QPS per developer token in aWeb application with concurrent users

2021-06-17 Thread 'Suchitra Theruvath' via AdWords API and Google Ads API Forum
We are developing a GAE based Java web application which would hit Planning Services to Get Keyword Ideas & Get Forecast Metrics. Noticed that there is a quota restriction of 1 QPS using one developer token. If we have concurrent users, how do you suggest that we should handle the requests, so

Accessing Google Ads API independent of GCP / Developer Token

2020-11-12 Thread 'Suchitra Theruvath' via AdWords API and Google Ads API Forum
Is there any way to access Google Ads API without depending on Client ID, Client Secret ID and Developer token, other than writing Google Ads Scripts or use Google Ads sheet Add on ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.