Re: Internal Google Cloud Storage error

2016-12-14 Thread Vandita
Thanks Vishal. Executing script after a day worked without any error. On Tuesday, December 13, 2016 at 9:34:12 PM UTC+5:30, Vishal Vinayak (Adwords API Team) wrote: > > Hi Vandita, > > To be able to debug, could you please provide me with the SOAP XML request > and response lo

Internal Google Cloud Storage error

2016-12-13 Thread Vandita
; I retried the API call. But receiving this error continuously. Please let me know what can be the issue. Regards, Vandita -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.

Adding Campaigns through API is Time consuming

2016-12-04 Thread Vandita
Adding multiple adwords including ads & keywords in 1 campaign through API. It takes too much time.. What can be done to reduce the execution time.? Please help.!! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.c

Re: Per day budget via API

2016-11-13 Thread Vandita
Thanks Peter. That worked for me. Regards. On Monday, November 14, 2016 at 9:15:29 AM UTC+5:30, Peter Oliquino wrote: > > Hi V, > > You may refer to our AddCampaigns > > example > in PHP. The Amount >

Re: Failing to Download reports using v201406

2015-07-17 Thread Vandita Chhabaria
I needed to refresh my OAuth token and replace report variable names as per v201506. Thanks for your support ! :) On Thursday, July 16, 2015 at 10:13:48 PM UTC+5:30, Anthony Madrigal wrote: > > Hi Vandita, > > It appears your *client_id *was not filled, which is why the

Re: Failing to Download reports using v201406

2015-07-16 Thread Vandita Chhabaria
I am also attaching my soap requests also On Thursday, July 16, 2015 at 3:28:28 PM UTC+5:30, Vandita Chhabaria wrote: > > Hey Thanks, I have updated my client Library but now I am getting > exception regarding Access token : > > Failed to refresh access token. > { > &quo

Re: Failing to Download reports using v201406

2015-07-16 Thread Vandita Chhabaria
th Oauth Token ? Please help asap ! On Thursday, July 16, 2015 at 12:33:43 AM UTC+5:30, Anthony Madrigal wrote: > > Hi Vandita, > > AdWords API v201406 has been sunset and is unavailable to use. Could you > please download AdWords API v201506 from one of our client libraries > <h

Failing to Download reports using v201406

2015-07-14 Thread Vandita Chhabaria
70 at AdWordsDataScript.Program.LoadData(DateTime startDate, DateTime endDate) in c:\svn_trainee\AdWords\AdWordsDataScript\AdWordsDataScript\Program.cs:line 741 Please help me asap as this thing is creating a big delay in taking decisions ! Thanks Vandita -- -- =~=~=~=~=~=~=~=

Failing to Download reports using v201406

2015-07-14 Thread Vandita Chhabaria
70 at AdWordsDataScript.Program.LoadData(DateTime startDate, DateTime endDate) in c:\svn_trainee\AdWords\AdWordsDataScript\AdWordsDataScript\Program.cs:line 741 Please help me asap as this thing is creating a big delay in taking decisions ! Thanks Vandita -- -- =~=~=~=~=~=~=~=

Re: Change Max cpc of a Placement - Managed campaign or Automatic Campaign

2014-12-20 Thread Vandita Chhabaria
Note : I want to change bid of a Placement from Client. Same way as we do in Adwords UI On Saturday, December 20, 2014 1:03:48 PM UTC+5:30, Vandita Chhabaria wrote: > > Hello, > > Using ReportUtilities, I have implemented a project that gets all data of > Placement from AdWor

Change Max cpc of a Placement - Managed campaign or Automatic Campaign

2014-12-19 Thread Vandita Chhabaria
Hello, Using ReportUtilities, I have implemented a project that gets all data of Placement from AdWords to my Client. Now, the management requires that there should be an option to change its max cpc from client side. I am looking into examples (.NET Code Library), but I am getting confused.

Data Updation time on Adwords Server

2014-12-12 Thread Vandita Chhabaria
Hello All, My Adwords API client is working good, My code fetches data from Adwords server at 4 am in the morning (IST) for last date. What I observed is, there is a slight mismatch in data if I compare data of my database and adwords at a time later. The cumulative effect of this is large Ca

Obtaining Change History of Bid changes, Placements and Keyword

2014-09-22 Thread Vandita Chhabaria
can serve for my requirement ? Please please help asap ! Vandita -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Copying data of Report / Downloading Report as a new Sheet in existing workbook

2014-09-19 Thread Vandita Chhabaria
Hello, I am downloading reports using code of Sample class Library DownloadCriteriaReportWithAwql. I am successfully able to download a variety of reports as separate files. My requirement is : I need those reports in Excel format in a workbook(Say: ReportGallery) already saved in my machine.

Re: How to Capture SOAP messages in.NET Visual Studio

2014-09-18 Thread Vandita Chhabaria
Ok...And where will be my SOAP xml file ? On Thursday, September 18, 2014 3:52:12 PM UTC+5:30, Mariusz wrote: > > Hi Vandita, > >Unfortunately, it is impossible to say what the problem is from > attached screenshot. Details are burried in Errors property which you > hav

Re: How to Capture SOAP messages in.NET Visual Studio

2014-09-18 Thread Vandita Chhabaria
Hi Danial, All seems good when I am using Test Account and Examples.CSharp.v201406. I am able to get Campaigns, Add a campaign. But my Requirement is all related to download various Reports using ReportDefinition Service or ReportDefinition. I am using Examples.CSharp.v201406.DownloadCriteriaRe

How to Capture SOAP messages in.NET Visual Studio

2014-09-17 Thread Vandita Chhabaria
Hello, This is my 2nd question in Forum. I am writing code to access Adwords API via test account. But I have read on the Page of Test Account that - " The clientCustomerId SOAP header value *must* be set to the test account CID in order to make a request against that test account. If you don'

Basic idea about How to start accessing the Adwords API data

2014-09-12 Thread Vandita Chhabaria
I have a normal Google Adword Account(Production), I have a MCC umbrella account and a Test account. I have requested access for Google Adword APi and have API token as well. I am using Visual studio with C# to develop a tool to access/import my company's Adword's Data and use local SQL Data to a