Re: Corresponding UI fields in query builder

2021-11-21 Thread Rakesh G K
Hi Team, I had replied the details to the author. Any updates here. On Thursday, November 11, 2021 at 2:12:17 AM UTC+5:30 adsapi wrote: > Hi Rakesh, > > Could you send us privately a screenshot of the UI showing these fields? > > Reminder: Share your feedback about the Google Ad

Corresponding UI fields in query builder

2021-11-10 Thread Rakesh G K
. Regards Rakesh. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API

Getting Customer Id of User Who Login with Google in our Platform (Google Ads API Bita)

2020-01-16 Thread Rakesh Chauhan
Hello everyone, can you please tell me how can i get Customer ID of that user who login with google Email and password in our platform. i need it for manage them account from my platform. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelo

Re: how to get customer Id using refresh token which are not under my MCC account using Google Ads API (Bita version)

2020-01-16 Thread Rakesh Chauhan
Hy SUBINPVASU Thank you for giving me reply but i don't want to get my own account Customer id, I want that Customer ID of user own Adwords which are login in my platform using gmail account. On Friday, January 10, 2020 at 1:20:02 PM UTC+5:30, Rakesh Chauhan wrote: > > Hello ,

Re: how to get customer Id using refresh token which are not under my MCC account using Google Ads API (Bita version)

2020-01-10 Thread Rakesh Chauhan
But where you have used refresh token to get customer Id of new logn user ? On Friday, January 10, 2020 at 1:20:02 PM UTC+5:30, Rakesh Chauhan wrote: > > Hello , > > can you please provide me information how can we get Customer ID using > Oauth 2.0 or refresh token in Goog

how to get customer Id using refresh token which are not under my MCC account using Google Ads API (Bita version)

2020-01-09 Thread Rakesh Chauhan
Hello , can you please provide me information how can we get Customer ID using Oauth 2.0 or refresh token in Google Ads API(Bita version) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

No Serializer Found for class io.grpc.Metadata and No properties Discovered to create BeanSerializer

2019-12-30 Thread Rakesh Chauhan
Hello , i don't know what is happening with it , when i am trying to create Campaign Budget in Google Ads API (Bita) then it give me this such type of Exception 30 Dec 2019;17:54:21.580 ERROR = 182: o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in cont

Re: How to Generate userInterest Resource Name using Google Ads API bita version ?

2019-11-23 Thread Rakesh Chauhan
Thank you ... i have done it 😂️😂️😂️😂️😂️😂️ On Friday, November 22, 2019 at 2:22:19 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Rakesh, > > Here is an example of a builder you can use to create the user interest: > CampaignCriterion.newBuilder() > .setCampa

Re: How to Generate userInterest Resource Name using Google Ads API bita version ?

2019-11-22 Thread Rakesh Chauhan
erInterest ResourceName it is StringValue.of("customers/123456789/userInterests/92949") So how can i generate it ? can i create it Sting as menually ? On Friday, November 22, 2019 at 2:22:19 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Rakesh, > > Here is an example of a builde

Re: How to Generate userInterest Resource Name using Google Ads API bita version ?

2019-11-20 Thread Rakesh Chauhan
method , which by using it i can create Resource Name so can you please help me , i am very confused how to finish it . On Thursday, November 21, 2019 at 1:51:06 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Rakesh, > > You can create a builder just like when creating other criteri

Re: How to Generate userInterest Resource Name using Google Ads API bita version ?

2019-11-19 Thread Rakesh Chauhan
Yes sir , i want to generate it , but i don't know how to generate it On Wednesday, November 20, 2019 at 2:20:18 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Rakesh, > > You could use the > format customers/[customer_id]/userInterests/[userInterestId]. > > Let me k

Re: How to Generate userInterest Resource Name using Google Ads API bita version ?

2019-11-19 Thread Rakesh Chauhan
, and i dont know how to create UserInterest Resource Name , because there is not Operation or MutateResponse for UserInterest then how can i get UserInterest Resource Name can you please help me ? On Tuesday, November 19, 2019 at 2:27:00 AM UTC+5:30, adsapiforumadvisor wrote: > > H

How to Generate userInterest Resource Name using Google Ads API bita version ?

2019-11-15 Thread Rakesh Chauhan
Hello sir , i am trying to create userInterest but i can't create userInterest Resource Name because i can't get UserInterestOperation and all that so can you please tell me how create UserInterest Resource Name using Google Ads API Bita version ? Thank you --

Re: Why i can not add Gender or Age Range in Campaign using CampaignCriterion ?

2019-11-15 Thread Rakesh Chauhan
yah , thank you i have done it. On Thursday, November 14, 2019 at 2:03:51 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Rakesh, > > If you want to exclude a criteria, you will need to create an object of > NegativeAdGroupCriterion > <https://developers.google.com/adwor

How to exclude Gender and Age_Range in Google Ads API Bita ?

2019-11-13 Thread Rakesh Chauhan
Hello sir , i am using Google Ads API Bita and i am trying to exclude Gender and Age_Range from AdGroup but i can't. can you please try to help me to solve this issue ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevel

Re: Why i can not add Gender or Age Range in Campaign using CampaignCriterion ?

2019-11-12 Thread Rakesh Chauhan
Thank you for Helping me , but i am trying to excluded but it only Add it is not being excluded from Group because i can't get excluded option in AdGroupCriterion can you please help me to solve this problem On Tuesday, November 12, 2019 at 7:00:42 PM UTC+5:30, Rakesh Chauhan

can not create Display Upload Ads in Display Campaign it is giving access denide exception

2019-11-06 Thread Rakesh Chauhan
Hello sir or mem, i am trying to create Display Upload Ads in Display Campaign but i can't here below is the exception which i phase during creating Display upload Ad in Display Campaign === com.google.ads.googleads.v2.

INTERNAL ERROR occur During create Display Ads using Google Ads API Bita version

2019-10-22 Thread Rakesh Chauhan
Hello sir i am trying to create Display Ads campaign using Google Ads Bita API , but when i create the Display Ads in Campaign then it will give me INTERNAL ERROR , and i can't find why this such type of error has been come ===

Re: Do we have any api to create Gmail HTML Ad?

2019-07-21 Thread rakesh
doing it from Gmail Upload feature through adwords ui(as attached below). [image: GmailHtml.png] Thanks & Regards, Rakesh On Tuesday, July 9, 2019 at 3:28:48 AM UTC-7, rakesh wrote: > > Currently we are creating gmail ads by uploading zip file which contains > html,images,tease

Failed to create OAuth credentials. Check OAuth settings in the ads.properties file. Exception: com.google.api.ads.common.lib.exception.OAuthException: Credential could not be refreshed.

2019-07-16 Thread Rakesh Chauhan
Hello to all currently i am working on one project and i am integrating google adwords api in that project , but after getting refresh token when i try to get Campaign then it give me below type of exception here is the exception Failed to create OAuth credentials. Check OAuth settings in

Re: How can i get API canter in Google AdWords Test MCC Account ? please Help me

2019-07-11 Thread Rakesh Chauhan
Hii .. Thank you , i tried it with Google AdWords Production account and then i got it , but i could not found it in Google AdWords Test Account -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~

Re: Do we have any api to create Gmail HTML Ad?

2019-07-10 Thread rakesh
On Tuesday, July 9, 2019 at 3:28:48 AM UTC-7, rakesh wrote: > > Currently we are creating gmail ads by uploading zip file which contains > html,images,teaser file. > Now we are trying to create the same by using api's provided by google, > but no luck as we are getting the

Do we have any api to create Gmail HTML Ad?

2019-07-09 Thread rakesh
Currently we are creating gmail ads by uploading zip file which contains html,images,teaser file. Now we are trying to create the same by using api's provided by google, but no luck as we are getting the following exception : "OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE". Do

Re: can i pasued trial campaigns or expriments

2017-08-31 Thread Rakesh Sorathiy
Thank you for quick reply On Friday, September 1, 2017 at 1:08:09 AM UTC+5:30, Rakesh Sorathiy wrote: > > Please help me on this question like we can pause normal campaigns or > active the pasued campaign. > is same operation possible for tr

Trial campaign or expriment

2017-08-31 Thread Rakesh Sorathiy
can i active or paused trial campaign like we do with our normal campaign as we can pasue or activate campaign using campaign service? is same thing possible for trial campaign as well? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlea

can i pasued trial campaigns or expriments

2017-08-31 Thread Rakesh Sorathiy
Please help me on this question like we can pause normal campaigns or active the pasued campaign. is same operation possible for trial campaign. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.go

reporting issues

2015-11-25 Thread rakesh ringula
what is the difference between dimensions and segments in adwords? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Google Adword Api

2014-08-28 Thread Rakesh Kumar
l MCC account Details with the all client which already exist in the adwords account. Thanks Rakesh -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/

Google Adword Api

2014-08-28 Thread Rakesh Kumar
Hi All, I have Faced Problem With the Google Ad word api https://developers.google.com/adwords/api/docs/clientlibraries Google provide the many library for that adword api currently i am using php client library.i have no idea how to run the php code on wamp server on localhost to ret

Re: Placements bid modifiers

2014-02-27 Thread Rakesh Ramesh
Thanks alot. Will Try it:) On Thursday, February 27, 2014 2:19:15 PM UTC+4, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Rakesh, > > You can set a bid adjustment with bidModifier in BiddableAdGroupCriterion > as in this > document<https://developers.google.com/ad

Placements bid modifiers

2014-02-27 Thread Rakesh Ramesh
How would we do a placement level bid modifiers using API? I tried to take the criterian ID, but still is that unique at placement level? also other wise the only option in campaign level. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goo

Error: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2014-02-20 Thread Rakesh Kumar
Hi When i am try to configre the api for adword the facing the* error" Error: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID"* please give me some solution or code using php if you have This is my code $email, 'Passwd' => $password, 'accountType' => 'GOOGLE', 'service' => 'adw

Re: Mobile bid adjustment at keyword Level Using API

2014-02-18 Thread Rakesh Ramesh
Thanks Takeshi On Tuesday, February 18, 2014 2:01:14 PM UTC+4, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Rakesh, > > I believe it's not supported. > > Best, > - Takeshi, AdWords API Team > > On Sunday, February 16, 2014 4:37:12 PM UTC+9, Rakesh Rames

Re: Is it possible to get 'Display Network only' through the keywords performance report?

2014-02-16 Thread Rakesh Ramesh
Any update? On Tuesday, December 17, 2013 8:51:26 AM UTC+4, Rakesh Ramesh wrote: > > Hello, > > I was pulling the Display_keyword_report from API, from some reason I > couldn't retrieve the data from analytics using the keyword ID. I was > trying to map keyword ID f

Mobile bid adjustment at keyword Level Using API

2014-02-15 Thread Rakesh Ramesh
Is It possible to change mobile bids in enhanced campaign through API at keyword level? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=

Re: Error Linking MCC Test Account

2013-12-23 Thread Rakesh R
hi i am using the php client library. Could you please help me with these doubts: 1. For linking the test account to the test MCC account i should choose the option 'Link existing account' in my client center page right? 2. Which email and password should i use in the auth.ini file? Should i us

Combine Managed and Automated placements reports

2013-12-17 Thread Rakesh Ramesh
Hello, Is there a way we get managed placements reports through API as it show in the API report Docs " This report is deprecated." https://developers.google.com/adwords/api/docs/appendix/reports#managed-placements and is there a ID the unique for placements? Than

Re: Is it possible to get 'Display Network only' through the keywords performance report?

2013-12-17 Thread Rakesh Ramesh
yword ID? Thanks, Rakesh. On Monday, September 9, 2013 1:32:14 PM UTC+4, Takeshi Hagikura (AdWords API Team) wrote: > > Hi Slmon, > > The display network data being included in the Keywords performance report > are aggregated as Keword ID : 300 and Keyword : content. >

How to resolve RateExceedError

2011-12-05 Thread Rakesh Konda
hi, While i am uploading adbundles to sandbox account, i am getting RateExceedErrors very frequently. Can any body tell me, how to resolve this? Is there any change we should do to the sandbox account? Error Logs: Keyword Error: [Trigger:][ErrorType: RateExceededError][Error: RateExceededError.RAT

CustomerSyncService - "TOO_MANY_CHANGES" limit

2011-02-22 Thread Rakesh
Does anyone know what the minimum number of changes is, that triggers the CustomerSyncError "TOO_MANY_CHANGES"? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~

Get Related Keywords

2010-10-11 Thread Rakesh Sanghavi
I want the related keywords for the keyword text like e.g.'music' i m trying it using google api php library but i m not getting proper result could you please explain what is sample keyword and red herring what's this.. i m getting the output in the format like ;:: Keyword with text 'sample k

AdWords API Social Networks & Online Communities problems in Google Adwords API V13

2010-01-12 Thread rakesh kom
The adwords api V13 is throwing error when we try to use the site suggestion service to get sites for the category - "Social Networks & Online Communities". It seems from the other similar threads that it is problem with the static list of google (the category is actually removed by Google adwords)

AdWords API Search volume in getKeywordVariations not changing over time?

2009-01-06 Thread Rakesh
me in both month, but not all 1000+ . Has anyone else noticed this? Is there any information that could help explain this? Does this data get refreshed on the first of the month or is there a lag? Thanks, Rakesh --~--~-~--~~~---~--~~ You received this message becau