Re: how to upload video to use it with performance max campaigns. (youtube_video)

2023-08-02 Thread Krishna Kottamasu
Thank you for your response..that clarified it. On Wed, Aug 2, 2023, 6:44 PM Google Ads API Forum Advisor wrote: > Hi Krishna, > > Kindly note that to upload a video to YouTube, you may need to use the > *YouTube > Data API v3* <https://developers.google.com/youtube/v3> a

Re: how to upload video to use it with performance max campaigns. (youtube_video)

2023-08-02 Thread Krishna K
to YouTube programatically and get those in the first place? On Wednesday, August 2, 2023 at 3:15:19 PM UTC-4 Google Ads API Forum Advisor wrote: > Hi Krishna, > > Thanks for posting your query on this forum thread. > > You may use *AssetService.MutateAssets* > <https://developers.google.c

Re: how to upload video to use it with performance max campaigns. (youtube_video)

2023-08-02 Thread Krishna K
On Friday, June 16, 2023 at 12:07:37 PM UTC-4 Google Ads API Forum Advisor wrote: Hi, Thank you for reaching out to Google Ads API Forum. *But I can not see any documentation for the part of uploading video to youtube to use it as an Asset (YOUTUBE_VIDEO). So my first question is how to ach

Connecting via SOCKS proxy

2022-03-24 Thread Krishna Priawan
; Authenticator.setDefault(new ProxyAuth(username, password)) } Does the library suppose to be working using Socks proxy? If yes, is there any workaround that I can implement on my end to resolve the issue? Thank you --Krishna -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Error trying to get campaigns using Google Ads Api v1

2019-03-15 Thread Krishna Kishore
I'm trying to migrate from Adwords API to Ads API, so I'm reusing the clientId, Client Secret and refresh token that I've used for Adwords API, as it was clearly mentioned in Ads Api Documentation that I can re-use them. On Saturday, 16 March 2019 00:43:49 UTC+5:30, Krishna Kisho

Error trying to get campaigns using Google Ads Api v1

2019-03-15 Thread Krishna Kishore
I was trying the example https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/basicoperations/GetAdGroups.java, but was getting the below error. Status: Status{code=UNAUTHENTICATED, description=Request is missing require

Re: Cant get session for a child account

2019-03-12 Thread Krishna Kishore
On Tuesday, 12 March 2019 15:20:36 UTC+5:30, Krishna Kishore wrote: > > I'm getting this weird error when trying to get session for a child level > account. The error says > Exception in thread "main" java.lang.NoSuchMethodError: > com.google.common.base.Precond

Cant get session for a child account

2019-03-12 Thread Krishna Kishore
I'm getting this weird error when trying to get session for a child level account. The error says Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkNotNull(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; I'm using "com.goo

Google Ads API Java

2018-12-27 Thread Krishna
Hi, Is there an api method to print *SearchPagedResponse* as JSON on the console? If not, any ideas to accomplish that. Basically looking to retrieve the response as a JSON string. Thanks, Krishna -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Google Event Snippet and Google Global Site Tag Not Working

2018-08-14 Thread Krishna Kishore
I've generated google event snippet and google global site tag for a child account in Adwords using API V201802. In order to test those codes, I've put both the codes in a web page between tags. When ever I visit that webpage, that conversions are not being reflected in Adwords UI under the *C

Re: Retrieval of Conversion Code on Page Load

2018-07-10 Thread Krishna Kishore
ugh Adwords API? On Tuesday, 10 July 2018 01:12:16 UTC+5:30, Milind Sankeshware (AdWords API Team) wrote: > > Hi Krishna, > > In AdWords API, you can use ConversionTrackerService.get() > <https://developers.google.com/adwords/api/docs/reference/v201806/ConversionTrackerService#get

Retrieval of Conversion Code on Page Load

2018-07-09 Thread Krishna Kishore
I'm trying to retrieve the *Google Event Snippet*, the conversion for a customer from Adwords API, but the format is different from what is being shown in the Adwords UI, for example in the Adwords UI for a particular customer the *Page Load * Conversion code looks like /*

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 the

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 ot

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

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 manage

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 same

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 list

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
ent 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 re

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 google

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 requ

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

2017-10-05 Thread hari krishna
as > 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 Sreela

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

2017-10-03 Thread hari krishna
gt; 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-27 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: https://ac

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/ https://plus.goog

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

2017-09-21 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-21 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-20 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. https://github.com/googleads/googleads-java-lib/wiki/API-access-using-own

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

2017-09-20 Thread hari krishna
among multiple threads. > > Thanks, > 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. >> >> >> O

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 whe

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. *java.lang.

Re: Manage Google Adwords Feeds by using AdWords API (PHP Client Lib)

2016-05-20 Thread Krishna Rao
hi Umesh, Just wondering if you by any chance have an update on PHP example code for Use Case 2. Thanks, Krishna On Friday, September 18, 2015 at 5:07:56 PM UTC-4, Umesh Dengale wrote: > > Hello, > > Currently, the v201506 PHP client library don't have PHP example code for

Ad words

2015-07-08 Thread krishna . das
How i get the access_token? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

AuthorizationError.USER_PERMISSION_DENIED

2015-01-05 Thread Naveen Krishna
Hi, i have one adwords account with 4 client id's i need to retrieve all campaigns for each account i am using 4 properties files with changing of client id's but i am getting the below exception. [AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:''] in the line: *page = campaignService.g

Is it possible to create a Video Campaign in adwords through API ?

2014-08-21 Thread Krishna Sistla
Is is possible to create a video campaign & ad using AdWords API ? If possible how can I do that ? I found this https://developers.google.com/adwords/api/docs/guides/template-ads#video_ads Thanks & Regards, Krishna. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Unknown recognised category ids from google adwords

2014-06-18 Thread sitaram krishna
Hi, I am trying to use the TargetingIdeaService to get kw suggestions. Version details: *adspygoogle*=1.1.6* api_version*=v201309 As part of the response from the TargetingIdeaService (https://developers.google.com/adwords/api/docs/reference/v201309/TargetingIdeaService.TargetingIdeaSelecto

Tracking change history

2014-06-10 Thread M.S. krishna deepak
Hey, Is there a way in which I could know if the bid of a keyword has been changed during a specific time period? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDeve

Re: How can I know if a campaign field has been modified?

2014-06-10 Thread M.S. krishna deepak
Can I know this at the keyword level? i.e., Is there a way in which I could know about changes in keyword bids or may be the change in keyword match type?? P.S :- I know that the criterion ID can be retrieved, but I don't understand how it would give me data regarding bid changes -- -- =~=~=

Re: How can I know if a campaign field has been modified?

2014-06-10 Thread M.S. krishna deepak
Can I know this at the keyword level? i.e., Is there a way in which I could know about changes in keyword bids?? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/pos

Re: Number of operations in google adwords api calls

2014-06-09 Thread M.S. krishna deepak
Hey, Thanks for the reply. I have some more doubts regarding this. 1) I have found that there are limits on number of operations ( OperationsPerMinute), number of requests(RequestsPerMinute). Could I know the exact numbers of this (or) Is there a way in which I could get this?

Number of operations in google adwords api calls

2014-06-09 Thread M.S. krishna deepak
It would be really grateful if you could clarify this If I want to change bids of 5 keywords in an Adgroup, then does it cost me 5 operations or is there a way to do it in lesser number of operations? Thank you, M.S. Krishna Deepak -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Keyword report

2014-06-05 Thread M.S. krishna deepak
Hey, I want to generate a keyword performance report, but I want to get data corresponding to keywords within a specific range of dates which is different for each keyword. Is there a way by which I could do this with a single report for all keywords in an adgroup? I tried to

Re: How many API Calls am I making per day?

2014-06-04 Thread M.S. krishna deepak
Thanks for the reply. Still have a bit of doubt there. It would be really grateful if you could clarify this If I want to change bids of 5 keywords in an Adgroup, then does it cost me 5 operations or is there a way to do it in lesser number of operations? Thank you, M.S. Krishna Deepak

Re: How many API Calls am I making per day?

2014-06-02 Thread M.S. krishna deepak
Hi, If I use AdGroupCriterionService to mutate(SET) bids of keywords, how much does it contribute to the total no. of API Calls per day? P.S:- I couldn't find a column for AdGroupCriterionService in the Rate Sheet -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

Re: How many API Calls am I making per day?

2014-06-02 Thread M.S. krishna deepak
Hi, If I use AdGroupCriterionService to mutate bids of keywords, how much does it contribute to the total no. of API Calls per day? P.S:- I couldn't find a column for AdGroupCriterionService in the Rate Sheet -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Adgroup Bid modifiers for platforms other than Mobile

2014-05-16 Thread M.S. krishna deepak
Hey, I want to change bids at AdGroup Level for other platforms(other than mobile). I have looked at https://developers.google.com/adwords/api/docs/reference/v201402/AdGroupBidModifierService but it seems to be working only for Mobile platform. Is there a way to do it? -- -- =~=~=~=~=~=~=~

Unable to parse SOAP buffer for outgoing messages. not well-formed (invalid token): line 1, column 0

2014-03-25 Thread sitaram krishna
Hi, Forgive me if this is a very trivial question. I am trying to use the TargetingIdeaService to get kw suggestions. This was working fine with when I run single threaded it runs fine, but when run multi threaded it fails with error: "Unable to parse SOAP buffer for outgoing messages. not

AdWords API Text changes in Ad

2010-02-04 Thread vamsi krishna
Hi, I am having an active Ad and i want to change the text of that Ad. Is there any ways to do that. Please help me and thanks in Advance. -Vamsi -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords

AdWords API Link account using API

2009-11-10 Thread krishna sistla
Hi, I am having an adwords account I want to link an existing account to my MCC using API is there any way to do so ? If yes please point me to that. Thanks, Krishna. -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to