AdWords API Re: I need to specify adGroupId

2009-10-01 Thread vardimar
Hello, this method works if I need to get a list of campaigns running under AdWords account. However, in my case, I need to get a list of running ads under Local Business Center account, and in such a case, I get an empty list from the API. So, is there any way to fetch a list of currently

AdWords API Re: I need to specify adGroupId

2009-09-30 Thread Vardamir
Hello, well, this method requires specifying campaignId as one of the fields in the AdGroupSelector parameter. So, how do I determine what is the campaignId for a running ad? Is this information available via web interface? Thanks. On Sep 29, 7:28 pm, AdWords API Advisor

AdWords API Re: I need to specify adGroupId

2009-09-30 Thread AdWords API Advisor
Hi Vardamir, You're in luck, because there is also a CampaignService.get() method: http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.html#get If you haven't already, I encourage you to familiarize yourself with the v2009 API Developer Documentation:

AdWords API Re: I need to specify adGroupId

2009-09-29 Thread Vardamir
Hello, actually, I'm looking for a way to determine adGroupId not the actual ID of an ad. And it looks like all API commands used to get ad information require adGroupId as a parameter (for example, getActiveAds or getAd commands). So, I'm not able to fetch any ads unless I have adGroupIds for

AdWords API Re: I need to specify adGroupId

2009-09-29 Thread AdWords API Advisor
Hi Vardamir, Yes, you can also determine ad group IDs with using the API. For the v2009 version of the API, use the method AdGroupService.get(): http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupService.html#get. Best, - Eric On Sep 29, 4:34 am, Vardamir tamriel.h...@gmail.com

AdWords API Re: I need to specify adGroupId

2009-09-28 Thread AdWords API Advisor
Hi Vardamir, The AdWords web interface doesn't provide a method to determine the ID an ad. The best way to get this information is the use the API to fetch the ads and output their IDs. Best, - Eric Koleda, AdWords API Team On Sep 28, 8:42 am, Vardamir tamriel.h...@gmail.com wrote: Hello,