Re: Google ADS reports migration

2021-05-10 Thread Priyank Bathula
Awesome thank you for the reference this has been very helpful! On Sunday, May 9, 2021 at 9:13:47 PM UTC-7 adsapiforumadvisor wrote: > Hi Priyank, > > You can check out our migration guide > <https://developers.google.com/google-ads/api/docs/migration/reports?hl=en> > fo

Google ADS reports migration

2021-05-07 Thread Priyank Bathula
/adwords/api/docs/appendix/reports/criteria-performance-report Is there anyway I can pull the same data on the new Google Ads? I'm seeing little documentation on their report page. Thanks, Priyank -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Getting internal error with batch job

2016-08-08 Thread priyank garg
337559184 337559301 337518667 337564878 Thanks. Priyank -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Getting Campaign/Ad/Keyword level Alerts

2011-07-13 Thread priyank
right, my question is not regarding Alert API. I wanted to know if there is any other API which can be used to pull the information displayed in adwords like the following which is displayed once we goto Keyword screen for Campaign with low budget. *"The amount remaining in your campaign's budg

Getting Campaign/Ad/Keyword level Alerts

2011-07-08 Thread priyank
ny such Budget related alerts .Using the Alert Service API , i am able to grab the some alerts but none of them represent any budget constraints at campaign level (only account level seems to be available) or alert mentioned above

Re: Sharing adextensions among multiple campaigns via API call

2011-06-30 Thread priyank
Hey Eric that would be correct.I am currently testing this feature in sandbox. I have just recreated the same scenario again in *sandbox* today in morning and below are the new requestIds on the response.I will not be touching this Client anymore, so that you can easily identify the problem

Re: Sharing adextensions among multiple campaigns via API call

2011-06-29 Thread priyank
*Following is the request Id to get the existing Extension on first campaign:* 39649b9c5263c18718ada93b5f64d804 *Following is the requestId of the call trying to add the Extension returned on previous call onto another campaign* 3580b48c9e3570ca079dc0b650935482 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Sharing adextensions among multiple campaigns via API call

2011-06-28 Thread priyank
yes Eric that is true. I had created 2 campaigns and then created an Adextension on 1st campaign. Then i just created adExtension(adX) Object and set the id to just created adX on 1st campaign.Also i had set the campaign Id to second Campaign and then tried adding it. -- =~=~=~=~=~=~=~=~=

Re: Sharing adextensions among multiple campaigns via API call

2011-06-28 Thread priyank
i tried it by then i am getting following exception. *Is there something which i am missing* ??? *CampaignAdExtensionError.MUST_USE_CONCRETE_ADEXTENSION* * * *Following is the request and response* Request- http://schemas.xmlsoap.org/soap/enve

Sharing adextensions among multiple campaigns via API call

2011-06-22 Thread priyank
Adwords provide the ability to share same type of adextension among multiple campaigns. I am trying to replicate the same behavior via API call. I tried to create a Phone ad extension on a particular campaign and then tried to used the newly returned object from google to be sent on another camp