6 messages in com.googlegroups.adwords-apiRe: Newbie needs help: how to retriev...
FromSent OnAttachments
GabinD20 Jun 2007 01:43 
adri...@gmail.com22 Jun 2007 08:31 
Amit22 Jun 2007 08:54 
GabinD29 Jun 2007 05:44 
adri...@gmail.com30 Jun 2007 12:25 
GabinD06 Jul 2007 01:26 
Subject:Re: Newbie needs help: how to retrieve keywords?
From:Amit (amit@gmail.com)
Date:06/22/2007 08:54:03 AM
List:com.googlegroups.adwords-api

If you are working for the first time with AdWords API, you might have to retrieve the list of all Campaigns with their ids using getAllAdWordsCampaigns. Then you should pass this ids in an array to retrieve a list of all AdGroups with their ids using getAllAdGroups. Now you can use getAllCriteria method and pass in the AdGroup ids in an array to retrieve list of keywords belonging to that AdGroup.

Regards, Amit

On Jun 20, 1:44 am, GabinD <gdon@googlemail.com> wrote:

Hi y'all!

I'm working for the first time with the AdWords API, and one of my tasks is to write a code to for retrieving crucial information such as Campaign Name, Ad Group Name, with Keywords. Unfortunately, I still can't find the right methods allowing the retrieval of keywords. Can someone please help me at this point?

Thanks in advance!