Hi Everybody,

I just wanted to make sure you all are aware of our new recommend way to 
test your code, real production test accounts! 
https://developers.google.com/adwords/api/docs/test-accounts

Best,

- David Torres - AdWords API Team

On Friday, November 9, 2012 8:16:11 PM UTC-5, Gatsby Lee wrote:
>
> Takeshi,
>
> どうもありがとう.
>
> It is working fine now.
> Again, thank you for your quick fix.
>
> Gatsby
>
> On Thursday, November 8, 2012 11:19:47 PM UTC-8, Takeshi Hagikura wrote:
>>
>> Hello,
>>
>> Apologies for the inconvenience.
>> The issue has been fixed now.
>> If you are still seeing the error, can you please let us know again?
>>
>> Thanks,
>> - Takeshi, AdWords API Team
>>
>>
>> 2012年11月9日金曜日 3時29分38秒 UTC+9 Gatsby Lee:
>>>
>>> Hello,
>>>
>>> this issue is getting worse instead better.
>>> I got this issue even with us location id.
>>>
>>> When is Google Adwords team planning to fix this?
>>>
>>> Gatsby
>>>
>>> On Tuesday, October 9, 2012 2:07:09 AM UTC-7, Patrick Fischer wrote:
>>>>
>>>> Hi,
>>>>
>>>> I'm using the lastest adwords api v201209 with the php client software.
>>>>
>>>> Using the same code in sandbox instead of the production server fails 
>>>> with the following message: Fatal error: Uncaught SoapFault exception: 
>>>> [soap:Server] [CriterionError.INVALID_CRITERION_ID @ 
>>>> selector.searchParameters[2].locations[0]; trigger:'2276']
>>>>
>>>> In v201206 it still works in production and also in sandbox.
>>>>
>>>> Greetings
>>>>
>>>> $selector = new TargetingIdeaSelector();
>>>> $selector->requestType = 'STATS';
>>>> $selector->ideaType = 'KEYWORD';
>>>> $selector->requestedAttributeTypes = array('KEYWORD_TEXT', 
>>>> 'COMPETITION', 'SEARCH_VOLUME');
>>>> $selector->localeCode = 'de_DE';
>>>> $selector->currencyCode = 'EUR';
>>>>
>>>> $paging = new Paging();
>>>> $paging->startIndex = 0;
>>>> $paging->numberResults = 500;
>>>> $selector->paging = $paging;
>>>>
>>>> $relatedToQuerySearchParameter = new RelatedToQuerySearchParameter();
>>>> $relatedToQuerySearchParameter->queries = $kwList;
>>>>
>>>> $location = new Location();
>>>> $location->id = 2276; //2040
>>>>
>>>> $locationSearchParameter = new LocationSearchParameter();
>>>> $locationSearchParameter->locations = array( $location );
>>>>
>>>> $language = new Language();
>>>> $language->id = 1001;
>>>>
>>>> $languageSearchParameter = new LanguageSearchParameter();
>>>> $languageSearchParameter->languages = array( $language );
>>>>
>>>> $selector->searchParameters = 
>>>> array($relatedToQuerySearchParameter,$locationSearchParameter,$languageSearchParameter);
>>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en



Reply via email to