AdWords API Conversion rate for keyword using AdGroupCriterionSelector in PHP client library

2010-02-18 Thread dadonk
the GetAllActiveAdGroupCriteria.php example from the PHP client library. Here is an snippet of the code: // Get the AdGroupCriterionService. $adGroupCriteriaService = $user- GetAdGroupCriterionService('v200909'); $adGroupId = $_REQUEST['adgroup']; // Create selector. $selector = new

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-12-01 Thread fred
you directly to get help faster? We are migrating our apps from apility (v13) to PHP Client Library for AdWords API v2009. So I think we will have more problems, questions... Thanks again.- Hide quoted text - - Show quoted text -- Hide quoted text - - Show quoted text - -- You

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-30 Thread fred
and password associated with my token and it works! And yes it works only with MCC account email/password. Thank you very much! Is there any way to contact you directly to get help faster? We are migrating our apps from apility (v13) to PHP Client Library for AdWords API v2009. So I think we

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread Eugene
:developerTokenx/ ns2:developerToken ns2:userAgentAdWords API PHP Client LIbrary - v1.1.0/ns2:userAgent /ns1:RequestHeader /SOAP-ENV:Header SOAP-ENV:Body ns1:get xsi:type=get ns1:selector xsi:type=ns1:InfoSelector

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread Eugene
Eric, I used AdWords account to make this request. But I checked a minute ago using MCC account. Error is the same. -- 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

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread AdWords API Advisor
Hi Eugene, Were you using the MCC account that owns your developer token? Also, are the results and different if you make a request for TOTAL_USAGE_API_UNITS_PER_MONTH? Best, - Eric On Nov 18, 10:44 am, Eugene popov...@aheadworks.com wrote: Eric, I used AdWords account to make this request.

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread Eugene
Hi Eric, As for MCC account... how can I check if it owns my developer token? Results are the same when I use TOTAL_USAGE_API_UNITS_PER_MONTH. Why don't you run the code below on your server? require_once '/var/www/adwords/src/Google/Api/Ads/AdWords/Lib/ AdWordsUser.php'; $user = new

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread AdWords API Advisor
Hi Eugene, To tell if your account owns the developer token, log in to the AdWords web interface with your MCC credentials and navigate to My Account - AdWords API Center. If there is no AdWords API Center option than that is not the account that owns the developer token. I have tried running

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-18 Thread Eugene
Eric, I found email and password associated with my token and it works! And yes it works only with MCC account email/password. Thank you very much! Is there any way to contact you directly to get help faster? We are migrating our apps from apility (v13) to PHP Client Library for AdWords API

AdWords API PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-17 Thread Eugene
This code: $infoService = $user-GetInfoService(); $is = new InfoSelector(); $is-dateRange = new DateRange( date(Ymd, mktime(date(H), date(i), date(s), date(m), date (d)-1, date(Y))), date(Ymd, mktime(date(H), date(i), date(s), date(m),

AdWords API Re: PHP Client Library for v2009, EntityNotFound.INVALID_ID @ selector ERROR

2009-11-17 Thread AdWords API Advisor
Hi Eugene, One point is that when using the apiUsageType FREE_USAGE_API_UNITS_PER_MONTH you should not specify a date range ( see http://code.google.com/apis/adwords/v2009/docs/reference/InfoService.InfoSelector.html ). I'm not sure if this the cause of your exception though. Do you have the

AdWords API Re: PHP Client library - Create campaign issue

2009-11-16 Thread AdWords API Advisor
Hi Andy, This error is likely due to trying to add a campaign to an MCC account. Ensure that you specify a clientId in the auth.ini file. More information about how setting the clientEmail header in the sandbox is available here:

AdWords API PHP Client library - Create campaign issue

2009-11-13 Thread Andy
Hi, I am having troubble with adding campaigns using the v200909 download. I am running on the sandbox, with all the right details.. The getallcampaigns.php example, I believe works, as there are no errors, only No campaigns found. which i guess is corrent.. However, when i run the

AdWords API New Release of PHP Client Library - Now Supporting PHP 5.2.0+

2009-10-27 Thread AdWords API Advisor
Hi, Last week we launched a new AdWords API PHP client library which supports v200906 and v200909. The initial release was only compatible with PHP version 5.2.7 and higher, but after some debugging and patching we're proud to release a new version that is compatible with all 5.2 versions. You

AdWords API PHP Client Library is the new APIlity

2009-10-23 Thread Tomac
) for APIlity in its current form (i.e. v1.13.1). Because of the hard cut and the underlying SOAP toolkit change (NuSOAP replaced by native SOAP extension), the first release of the new PHP client library (http://code.google.com/p/google- api-adwords-php/) just ships with the true v2009 core features

<    1   2   3