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!