New enums

2014-11-27 Thread Rasmus Ladekjær Pedersen
You have changed some enums, e.g. https://developers.google.com/adwords/api/docs/reference/v201406/CampaignService.CampaignStatus to https://developers.google.com/adwords/api/docs/reference/v201409/CampaignService.CampaignStatus Please put this in the migration guide. Also, please add new enum

Re: Changing budget name on deletion

2014-04-09 Thread Rasmus Ladekjær Pedersen
(AdWords API Team) wrote: > > Ramsus, > > Could I trouble you to try this in 2 phases? > >1. Change the budget name and save >2. Set the satus and save > > Let me know if that works for you. > > Thanks, > > Ray > > On Wednesday, April 9, 201

Changing budget name on deletion

2014-04-09 Thread Rasmus Ladekjær Pedersen
Due to constraint that names of budgets must be uniq I am trying change the budget name as a budget is deleted. I C# using the client library I use the following code string now = DateTime.UtcNow.ToString("-MM-dd hh:mm:ss"); budget.name = String.Format("{0} (deleted {1})", budget.name, now);

Any plans for a JavaScript library?

2014-04-07 Thread Rasmus Ladekjær Pedersen
Hi there, do you have any plans for a JavaScript library? With all the Node.js going on, I believe we are a lot wanting a JavaScript library for the Google AdWords API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blog

Re: Client Secret for Service Account

2014-01-16 Thread Rasmus Ladekjær Pedersen
Click on "Create New Client Id". Pick "Installed application" and then "Other". Click "Create "Client Id". On Tuesday, January 14, 2014 1:13:39 AM UTC+1, Rodrigo Reis wrote: > > I have a bunch of Python Scripts running in my back-end and they > communicate with the AdWords API without user int

Re: AWQL -- query only Records with Impressions, Clicks, or Conversions > 0

2014-01-14 Thread Rasmus Ladekjær Pedersen
You can see the formal grammar here https://developers.google.com/adwords/api/docs/guides/awql under Formal Grammar. There is no support for OR i AWQL. A solution could be to use node-gawr to fetch the data and then filter with grep (on Linux/Mac OS X) or

Re: Commandline reporting tool

2014-01-07 Thread Rasmus Ladekjær Pedersen
token to make AdWords API calls. A quick > google search brought up this library: > http://andreareginato.github.io/simple-oauth2/. It seems to support both > the authorization flow and access token refresh flow. > > Cheers, > Anash P. Oommen, > AdWords API Advisor

Re: Commandline reporting tool

2014-01-02 Thread Rasmus Ladekjær Pedersen
e > same > is available here: > https://developers.google.com/accounts/docs/OAuth2WebServer#refresh > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Monday, December 16, 2013 6:45:06 PM UTC-5, Rasmus Ladekjær Pedersen > wrote: >> >>

Commandline reporting tool

2013-12-16 Thread Rasmus Ladekjær Pedersen
I wrote this little node.js script to retrieve report from Google AdWords. When I myself was new to the API I would really have liked a simple script like that, and that is why I later wrote it and now post it here. https://github.com/ladekjaer/node-gawr -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

google-api-adwords-js

2013-10-14 Thread Rasmus Ladekjær Pedersen
Why is the google-api-adwords-js no longer maintained? At https://code.google.com/p/google-api-adwords-js/downloads/list the downloadcounts seems very high. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

Re: Budget.associatedCampaigns in v201306

2013-08-15 Thread Rasmus Ladekjær Pedersen
ns: > > https://developers.google.com/adwords/api/docs/appendix/reports#budget > > > -Danial, AdWords API Team. > > > On Monday, August 5, 2013 3:26:05 PM UTC+4, Rasmus Ladekjær Pedersen wrote: >> >> In the API v201302 the Budget object had a field >> called assoc

Budget.associatedCampaigns in v201306

2013-08-05 Thread Rasmus Ladekjær Pedersen
In the API v201302 the Budget object had a field called associatedCampaigns ( https://developers.google.com/adwords/api/docs/reference/v201302/BudgetService.Budget). This field seems to be missing in v201306 ( https://developers.google.com/adwords/api/docs/reference/v201306/BudgetService.Budget

Re: Retrieving id’s of Ad Groups upon committing

2013-04-19 Thread Rasmus Ladekjær Pedersen
Thank you Mr. Oommen. I have been using it, but it is nice to hear from an authority that it works. I wish you a nice weekend. Rasmus Ladekjær Pedersen On Monday, April 15, 2013 11:47:42 AM UTC+2, Anash P. Oommen (AdWords API Team) wrote: > > HI Rasmus, > > You get the objects

Retrieving id’s of Ad Groups upon committing

2013-04-12 Thread Rasmus Ladekjær Pedersen
. Have a nice Friday. (Not that it is important, but I use C# and the official AdWords library for .Net.) Rasmus Ladekjær Pedersen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com

Changing URL for ads of type image ad

2013-02-08 Thread Rasmus Ladekjær Pedersen
I have been changing the distinations URL of my AdWords ads using a little program I wrote in C#. However, then I hit ads of type image ad with images, the program throws an exception. Appearently I need to set operand.ad.image.mediaId. My program changes the URL by retrieving the ads in questi

Getting all ads in a campaign

2013-02-03 Thread Rasmus Ladekjær Pedersen
Hi Is there a way to get all ads in a campaign in a single request? I can easy enough get all AdGroups, and then in new calls get all ads. However, in a situation there I e.g. want to add a parameter in all distinaitons URLs it would be very nice to get all ads in a campaign in only one request

Keyword status (v201209, C# library)

2013-01-17 Thread Rasmus Ladekjær Pedersen
Hi. It seems to me that the statuses in the web interface maps poorly to the API. Especially I am hoping to get the statuses of my keywords. Do anyone know how I obtain this information? Regards, Rasmus Ladekjær -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog