Re: adGroupCriteriaService() Problem retrieving Keywords / no unique elements in Response Array

2012-04-05 Thread scrat
API Team On Tuesday, March 13, 2012 6:58:56 AM UTC-4, scrat wrote: When i use adGroupCriteriaService() i get a list of Keywords where each Keywords has 3 copys. Here's the Code: $selector = new Selector(); $selector-fields = array('Id','AdGroupId

Re: adGroupCriteriaService() Problem retrieving Keywords / no unique elements in Response Array

2012-04-05 Thread scrat
Update: I just see that it's described in the description-column, what field-name should be used ;-) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-11-04 Thread scrat
Now i'm getting the client reports with the ad hoc report download. It works fine. Thanks for the feedback. Andreas On Nov 4, 7:57 pm, Kevin Winter kevin.win...@google.com wrote: Hi,   @iateadonut, this is unsupported and will be going away.  We strongly encourage everyone to migrate to

Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-11-03 Thread scrat
Is it now possible to run report on behalf of a mcc account using Adhoc Reports? I also couldn't download a predefined report of a mcc report using DownloadReport function of the ReportUtils Following Error occured: Improperly formatted report request So the only way to get reports of all

Re: Possible to get reports using api that were created within the webinterface (v201008)

2010-10-08 Thread scrat
Hi Anash, i refer to the new reports, which probably not saved while creating. I guess i just have to create reports and than download them. Within the old report center it was possible to let create all reports using webinterface and just download these reports bei the api. Another question: I

Possible to get reports using api that were created within the webinterface (v201008)

2010-09-30 Thread scrat
Hello, is it possible to get reports that i created in the webinterface using the api? I tried the GetAllReportDefinitions.php Example of the PHP client Library, but can't see me reports. Kind regards Andreas -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

AdWords API Re: Impossible to add new criteria to an existing adgroup

2010-02-22 Thread scrat
API Team On Feb 17, 6:13 am, scrat weigel.andr...@googlemail.com wrote: Update: I'm using the sandbox to access th adwords api. -- You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send email to adwords

Re: AdWords API Re: newbie Q: sandbox trouble with initial php library example AddCampaign.php

2010-02-17 Thread scrat
Update: I just found the answer here: http://www.mail-archive.com/adwords-api@googlegroups.com/msg04562.html This error occurs if you try to add a campaign to a MCC account. To fix just set the ClientEmail-Param in the auth.ini This works fine :-) -- You received this message because you are

AdWords API Impossible to add new criteria to an existing adgroup

2010-02-17 Thread scrat
Hello, i just want to test AddAdGroupCriteria.php but got this error: EntityNotFound.INVALID_ID @ operations[0].operand.adGroupId Ok the error says that's not a valid adGroupId, but that's exactly the ID i get by calling GetAllAdGroups.php. The error just occurs by adding a criterion. If i want

AdWords API Re: Impossible to add new criteria to an existing adgroup

2010-02-17 Thread scrat
Update: I'm using the sandbox to access th adwords api. -- You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to

Re: AdWords API Re: newbie Q: sandbox trouble with initial php library example AddCampaign.php

2010-02-17 Thread scrat
At 2:19 AM -0800 10/02/17, scrat wrote: Update: I just found the answer here:http://www.mail-archive.com/adwords-api@googlegroups.com/msg04562.html This error occurs if you try to add a campaign to a MCC account. To fix just set the ClientEmail-Param in the auth.ini This works fine

AdWords API Re: Error reading reports using PHP APIlity 1.13.1 library

2009-11-30 Thread scrat
Hi, i got the same problems since a few days ago. Unfortunetaly the only solution currently works is to deactivate wsdl caching in settings.ini. But if Caching is off, there will be much more network traffic. So don't know if that's the number 1 solution. Best Regards Andreas -- You