Re: Getting automatic placements via 201008 API

2010-12-02 Thread FUNKY BOY
Hi, is it too hard for google team to prevent us that automatic reports don't work!? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Getting automatic placements via 201008 API

2010-12-02 Thread FUNKY BOY
Hi, is it too hard for google team to prevent us that automatic reports don't work!? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Get the number of clicks for a named keyword

2010-11-15 Thread FUNKY BOY
Ok,I found it, this is how to do in PHP require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php'; require_once 'Google/Api/Ads/AdWords/Util/ReportUtils.php'; try { // Get AdWordsUser from credentials in "../auth.ini" // relative to the AdWordsUser.php file's directory. $user = new AdWordsUser()

Get the number of clicks for a named keyword

2010-11-15 Thread FUNKY BOY
Hi, I can't find a way to get information about a keyword in a specific compaign. Can we get the number of clicks for a keyword by day or month just by giving it's name and the id of its campaign ? Please Help me! Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our