Re: Can I create campaigns under root manager account directly.

2017-11-09 Thread hari krishna
Thanks Vincent for patiently reading my questions and answering . Thanks! Hari. On Thursday, November 9, 2017 at 2:31:22 PM UTC+5:30, Vincent Racaza (AdWords API Team) wrote: > > Hi Hari, > > You are correct that the difference with your code is only those methods. > However, I am not sure

Re: Can I create campaigns under root manager account directly.

2017-11-08 Thread hari krishna
Thanks Vincent, I will ask them to create separate user for that client and ask them to provide Refreshtoken for that user. And regarding code : There is no difference in the code which you shown to me and which I given above. If you see closely, I just created separate method and put

Re: Can I create campaigns under root manager account directly.

2017-11-08 Thread hari krishna
Thanks Vincent for information. We want to create refresh tokens for individual accounts because our vendor (third party campaign manger who manages our accounts) also managing other company account in same hierarchy,he dont want to give root manager account refresh token as it will expose

Can I create campaigns under root manager account directly.

2017-11-07 Thread hari krishna
Hi, 1) Can I create campaigns under root manager account directly with out child client account. If yes can you please point me to a documentation/guide so that i can create campaigns under direct root manager account. 2)Can I create Refreshtoken for each campaign under root manager account.

Re: Can we create Refreshtoken per account or per client id and client secret?

2017-11-05 Thread hari krishna
Thanks Peter, Seems I could not give correct information to you. we are not mixing production and test accounts. We used different credentials for our test account for testing our code. After we are sure that our code is working fine then we planned to move our code to production and we

Re: Can we create Refreshtoken per account or per client id and client secret?

2017-11-04 Thread hari krishna
Thanks Peter for quick replay, Below are sequence of event happened in between me and campaign manager of our adwords accounts. 1) We tested few google adwords APIs using our test account with the credentials we created our self and all are working fine. 2) Then we requested campaign

Can we create Refreshtoken per account or per client id and client secret?

2017-11-03 Thread hari krishna
Hi , Can you Please let us know whether we can create Refreshtoken per customerid (clientCustomerId=000-000-) or per client id (-XXX.apps.googleusercontent.com)and client secret? If we are able to create Refreshtoken per clientCustomerId, Then can we use

Re: I need to get userList added to a particular campaign for java client library v201708

2017-10-26 Thread hari krishna
Hi, 1) I uploaded 100k email address to one of the userlist but it is showing size as 55k to 100k in adwords account . what could be the cause that it did not show actual size of emails which I added. Is there anything that i can suspect issue with my programming . 2) I am adding 10 user

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-10-24 Thread hari krishna
We changed url like this and it is working fine. oAuth2Credential = new OfflineCredentials.Builder().forApi(Api.ADWORDS).withTokenUrlServer("www.xxx.com/token/").fromFile().build() .generateCredential(); Thanks! Hari. On Thursday, October 5, 2017 at 4:07:39 PM UTC+5:30, hari kri

Re: Credential could not be refreshed, java client library version v201708

2017-10-24 Thread hari krishna
client secret you're using are > valid. > > Thanks, > Bharani, AdWords API Team > > > On Wednesday, September 20, 2017 at 8:36:50 AM UTC-4, hari krishna wrote: >> >> Hi, >> >> We are getting Credential could not be refreshed error occasionally. We >>

I need to get userList added to a particular campaign for java client library v201708

2017-10-24 Thread hari krishna
Hi, 1) My requirement is to removed particular email address from user list added to a particular campaign. Can you please help me on how to do that.I checked example code and could not find anything like this. 2) Is there any possibility to get all user list from a campaign and remove or

Can we upload non gmail address to audience list to add to campaigns to display adds.

2017-10-18 Thread hari krishna
Hi, We are creating campaigns and audience list for re-marketing , I just want to know google adwords consider emails which are not end with @gmail.com. Example: If I upload email address x...@yahoo.com to audience list and add that audience list to campaign for remarketing, will

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-10-05 Thread hari krishna
Thanks Josh, We want to replace all adwords request URL to our own URL. Since we are using below code, I need some more information on this. 1) If I use api.adwords.endpoint propery then it will be applicable to below code also. 2) Can you please let us know what are the

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-10-05 Thread hari krishna
described in the client library's README file here > <https://github.com/googleads/googleads-java-lib#using-a-proxy>. > > Thanks, > Josh, AdWords API Team > > On Thursday, September 28, 2017 at 2:49:09 AM UTC-4, hari krishna wrote: >> >> Thanks Sreelakshmi, >

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-10-03 Thread hari krishna
Thanks, > Josh, AdWords API Team > > On Thursday, September 28, 2017 at 2:49:09 AM UTC-4, hari krishna wrote: >> >> Thanks Sreelakshmi, >> >> May i know what is the significance of below property. My intention is >> not appending my server url, I am trying to

Re: Need to bypass all adwords endpoint url to different url from java client library v201708

2017-09-28 Thread hari krishna
Thanks Sreelakshmi, May i know what is the significance of below property. My intention is not appending my server url, I am trying to call a different url when ever google client library call google url. is there any place i can setup this. Instead of https://adwords.google.com

Need to bypass all adwords endpoint url to different url from java client library v201708

2017-09-27 Thread hari krishna
Hi, Our company has a policy that we cannot directly call adwords urls instead we need to call different url that url will intern call adwords apis and give result back to us. Is there any place that we can change this to make it work. For example, like below. Direct url:

Re: NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708

2017-09-27 Thread hari krishna
Hi Josh, Please find soap and java error logs for the one of the failure. Please help us in resolving this kind of issues. Thanks! Hari. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Credential could not be refreshed, java client library version v201708

2017-09-22 Thread hari krishna
> > Below property commented out in ads.properties file. Can you Please check >> is there anything to do with this. >> > # Enable/disable automatic OAuth2 token refreshing. Default is enabled. #api.adwords.refreshOAuth2Token=false Thanks! Hari. -- --

Re: Credential could not be refreshed, java client library version v201708

2017-09-22 Thread hari krishna
code snippet looks good. To investigate the issue further, could you > provide us the logs with complete error message you received with the new > refresh token? > > Thanks, > Bharani, AdWords API Team > > On Wednesday, September 20, 2017 at 8:36:50 AM UTC-4, hari krishna wrote

Re: Credential could not be refreshed, java client library version v201708

2017-09-21 Thread hari krishna
Hi Bharani, If I generate new refresh token it will work fine. But after couple of days it is not working and i need to generate new refresh token to make it work. I am following below link to generate refresh token.

Re: NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708

2017-09-20 Thread hari krishna
> Josh, AdWords API Team > > On Wednesday, September 20, 2017 at 12:05:42 AM UTC-4, hari krishna wrote: >> >> Hi Peter, >> >> I sent you private message. >> >> Thanks! >> Hari. >> >> >> On Tuesday, September 19, 2017 at 9:14:4

Credential could not be refreshed, java client library version v201708

2017-09-20 Thread hari krishna
Hi, We are getting Credential could not be refreshed error occasionally. We are using java client library version v201708. I generated new refreshToken also but that did not work to solve the issue permanently. Can you please help us to resolve this issue permanently. Below is the stack

Re: NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708

2017-09-19 Thread hari krishna
Hi Peter, I sent you private message. Thanks! Hari. On Tuesday, September 19, 2017 at 9:14:42 AM UTC+5:30, Peter Oliquino wrote: > > Hi Hari, > > Could you send to me privately via the *Reply privately to author* option, > your clientCustomerID and the generated SOAP request and response

NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708

2017-09-18 Thread hari krishna
Hi , We are getting NullPointerException When trying to get CrmBasedUserList Id in Adwords java client version v201708. This is happening once in 15 requests. This issue is happening randomly. Can you please help us getting this issue solved. Below is the exception stack trace.