Re: TargetingIdeaService AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: 'null'

2012-12-07 Thread Mihail
Sorry. I made a mistake when he took SOAP request from the log. Here is 
SOAP request for TargetingIdeaService.

?xml version=1.0 encoding=utf-8?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
  soap:Header
RequestHeader xmlns=https://adwords.google.com/api/adwords/o/v201209;
  authToken 
xmlns=https://adwords.google.com/api/adwords/cm/v201209;**/authToken
  developerToken 
xmlns=https://adwords.google.com/api/adwords/cm/v201209;**/developerToken
  clientCustomerId 
xmlns=https://adwords.google.com/api/adwords/cm/v201209;237-455-5687/clientCustomerId
  userAgent 
xmlns=https://adwords.google.com/api/adwords/cm/v201209;mycompany 
(AwApi-DotNet/15.1.0, Common-Dotnet/1.4.0, .NET CLR/4.0.30319.296, 
gzip)/userAgent
/RequestHeader
  /soap:Header
  soap:Body
get xmlns=https://adwords.google.com/api/adwords/o/v201209;
  selector
searchParameters xsi:type=RelatedToQuerySearchParameter
  queriesmy txt/queries
/searchParameters
ideaTypeKEYWORD/ideaType
requestTypeIDEAS/requestType
requestedAttributeTypesCRITERION/requestedAttributeTypes

requestedAttributeTypesTARGETED_MONTHLY_SEARCHES/requestedAttributeTypes
requestedAttributeTypesCOMPETITION/requestedAttributeTypes

requestedAttributeTypesEXTRACTED_FROM_WEBPAGE/requestedAttributeTypes
requestedAttributeTypesIDEA_TYPE/requestedAttributeTypes
requestedAttributeTypesNGRAM_GROUP/requestedAttributeTypes

requestedAttributeTypesTARGETED_MONTHLY_SEARCHES/requestedAttributeTypes
paging
  startIndex 
xmlns=https://adwords.google.com/api/adwords/cm/v201209;0/startIndex
  numberResults 
xmlns=https://adwords.google.com/api/adwords/cm/v201209;100/numberResults
/paging
  /selector
/get
  /soap:Body
/soap:Envelope

пятница, 7 декабря 2012 г., 12:11:36 UTC+5 пользователь Takeshi Hagikura 
написал:

 Hi Mihail,

 Is your soap request for TargetingIdeaService?
 Looks like it's for CampaignService.

 If you are still seeing the issue, can you please send the 
 clientCustomerId and the soap xml again to ONLY me?
 You can send it from the top right corner of each message.

 Best,
 - Takeshi

 On Thursday, December 6, 2012 6:36:37 PM UTC+9, Mihail wrote:

 My SOAP request

 ?xml version=1.0 encoding=utf-8?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema;

   soap:Header
 RequestHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;
   authToken xmlns=https://adwords.google.com/api/adwords/cm/v201209
 **/authToken
   developerToken xmlns=
 https://adwords.google.com/api/adwords/cm/v201209
 **/developerToken
   clientCustomerId xmlns=
 https://adwords.google.com/api/adwords/cm/v201209
 XXX-XXX-/clientCustomerId
   userAgent 
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;mycompany 
 (AwApi-DotNet/15.1.0, Common-Dotnet/1.4.0, .NET CLR/4.0.30319.296, 
 gzip)/userAgent
 /RequestHeader
   /soap:Header
   soap:Body
 get xmlns=https://adwords.google.com/api/adwords/cm/v201209;
   serviceSelector
 fieldsId/fields
 fieldsName/fields
 fieldsStatus/fields
 fieldsStartDate/fields
 fieldsEndDate/fields
 fieldsAmount/fields
 fieldsServingStatus/fields
 fieldsBiddingStrategy/fields
 fieldsImpressions/fields
 fieldsAverageCpc/fields
   /serviceSelector
 /get
   /soap:Body
 /soap:Envelope

 четверг, 6 декабря 2012 г., 14:26:53 UTC+5 пользователь Mihail написал:

 I checked the availability and value clientCustomerId first. With the 
 same request header values ​​CampaignService and others works right.

 четверг, 6 декабря 2012 г., 13:31:11 UTC+5 пользователь Takeshi Hagikura 
 написал:

 Hello Mihail,

 Please make sure your clientCustomerId you are specifying in your 
 request is correct.

 Best,
 - Takeshi, AdWords API Team

 2012年12月4日火曜日 5時44分35秒 UTC-8 Mihail:

 Hello!
 I have a problem with TargetingIdeaService. Working with the 
 Campaigns, AdGroups, AdGroupAds etc. succeeds, but when I try 
 TargetingIdeaService an error occurs: 
 AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: 'null'.

 In what could be the problem?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at

Re: TargetingIdeaService AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: 'null'

2012-12-07 Thread Takeshi Hagikura
Thanks Mihail for sending me the right xml.

Is 237-455-5687 your correct clientCustomerId, I checked in my side. 
But no customer was found for 237-455-5687. 

Can you please check again if it's correct and linked to the MCC that has 
your developer token?

Best,
- Takeshi

On Friday, December 7, 2012 6:13:11 PM UTC+9, Mihail wrote:

 Sorry. I made a mistake when he took SOAP request from the log. Here is 
 SOAP request for TargetingIdeaService.

 ?xml version=1.0 encoding=utf-8?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema;
   soap:Header
 RequestHeader xmlns=https://adwords.google.com/api/adwords/o/v201209
 
   authToken xmlns=https://adwords.google.com/api/adwords/cm/v201209
 **/authToken
   developerToken xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;**/developerToken
   clientCustomerId xmlns=
 https://adwords.google.com/api/adwords/cm/v201209
 237-455-5687/clientCustomerId
   userAgent 
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;mycompany 
 (AwApi-DotNet/15.1.0, Common-Dotnet/1.4.0, .NET CLR/4.0.30319.296, 
 gzip)/userAgent
 /RequestHeader
   /soap:Header
   soap:Body
 get xmlns=https://adwords.google.com/api/adwords/o/v201209;
   selector
 searchParameters xsi:type=RelatedToQuerySearchParameter
   queriesmy txt/queries
 /searchParameters
 ideaTypeKEYWORD/ideaType
 requestTypeIDEAS/requestType
 requestedAttributeTypesCRITERION/requestedAttributeTypes
 
 requestedAttributeTypesTARGETED_MONTHLY_SEARCHES/requestedAttributeTypes
 requestedAttributeTypesCOMPETITION/requestedAttributeTypes
 
 requestedAttributeTypesEXTRACTED_FROM_WEBPAGE/requestedAttributeTypes
 requestedAttributeTypesIDEA_TYPE/requestedAttributeTypes
 requestedAttributeTypesNGRAM_GROUP/requestedAttributeTypes
 
 requestedAttributeTypesTARGETED_MONTHLY_SEARCHES/requestedAttributeTypes
 paging
   startIndex xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;0/startIndex
   numberResults xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;100/numberResults
 /paging
   /selector
 /get
   /soap:Body
 /soap:Envelope

 пятница, 7 декабря 2012 г., 12:11:36 UTC+5 пользователь Takeshi Hagikura 
 написал:

 Hi Mihail,

 Is your soap request for TargetingIdeaService?
 Looks like it's for CampaignService.

 If you are still seeing the issue, can you please send the 
 clientCustomerId and the soap xml again to ONLY me?
 You can send it from the top right corner of each message.

 Best,
 - Takeshi

 On Thursday, December 6, 2012 6:36:37 PM UTC+9, Mihail wrote:

 My SOAP request

 ?xml version=1.0 encoding=utf-8?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema;

   soap:Header
 RequestHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;
   authToken xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;**/authToken
   developerToken xmlns=
 https://adwords.google.com/api/adwords/cm/v201209
 **/developerToken
   clientCustomerId xmlns=
 https://adwords.google.com/api/adwords/cm/v201209
 XXX-XXX-/clientCustomerId
   userAgent xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;mycompany 
 (AwApi-DotNet/15.1.0, Common-Dotnet/1.4.0, .NET CLR/4.0.30319.296, 
 gzip)/userAgent
 /RequestHeader
   /soap:Header
   soap:Body
 get xmlns=https://adwords.google.com/api/adwords/cm/v201209;
   serviceSelector
 fieldsId/fields
 fieldsName/fields
 fieldsStatus/fields
 fieldsStartDate/fields
 fieldsEndDate/fields
 fieldsAmount/fields
 fieldsServingStatus/fields
 fieldsBiddingStrategy/fields
 fieldsImpressions/fields
 fieldsAverageCpc/fields
   /serviceSelector
 /get
   /soap:Body
 /soap:Envelope

 четверг, 6 декабря 2012 г., 14:26:53 UTC+5 пользователь Mihail написал:

 I checked the availability and value clientCustomerId first. With the 
 same request header values ​​CampaignService and others works right.

 четверг, 6 декабря 2012 г., 13:31:11 UTC+5 пользователь Takeshi 
 Hagikura написал:

 Hello Mihail,

 Please make sure your clientCustomerId you are specifying in your 
 request is correct.

 Best,
 - Takeshi, AdWords API Team

 2012年12月4日火曜日 5時44分35秒 UTC-8 Mihail:

 Hello!
 I have a problem with TargetingIdeaService. Working with the 
 Campaigns, AdGroups, AdGroupAds etc. succeeds, but when I try 
 TargetingIdeaService an error occurs: 
 AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: 'null'.

 In what could be the problem?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:

Re: TargetingIdeaService AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: 'null'

2012-12-06 Thread Takeshi Hagikura
Hello Mihail,

Please make sure your clientCustomerId you are specifying in your request 
is correct.

Best,
- Takeshi, AdWords API Team

2012年12月4日火曜日 5時44分35秒 UTC-8 Mihail:

 Hello!
 I have a problem with TargetingIdeaService. Working with the Campaigns, 
 AdGroups, AdGroupAds etc. succeeds, but when I try TargetingIdeaService an 
 error occurs: AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: 'null'.

 In what could be the problem?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en





Re: TargetingIdeaService AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: 'null'

2012-12-06 Thread Mihail
I checked the availability and value clientCustomerId first. With the 
same request header values ​​CampaignService and others works right.

четверг, 6 декабря 2012 г., 13:31:11 UTC+5 пользователь Takeshi Hagikura 
написал:

 Hello Mihail,

 Please make sure your clientCustomerId you are specifying in your request 
 is correct.

 Best,
 - Takeshi, AdWords API Team

 2012年12月4日火曜日 5時44分35秒 UTC-8 Mihail:

 Hello!
 I have a problem with TargetingIdeaService. Working with the Campaigns, 
 AdGroups, AdGroupAds etc. succeeds, but when I try TargetingIdeaService an 
 error occurs: AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: 'null'.

 In what could be the problem?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en





Re: TargetingIdeaService AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: 'null'

2012-12-06 Thread Takeshi Hagikura
Hi Mihail,

Is your soap request for TargetingIdeaService?
Looks like it's for CampaignService.

If you are still seeing the issue, can you please send the clientCustomerId 
and the soap xml again to ONLY me?
You can send it from the top right corner of each message.

Best,
- Takeshi

On Thursday, December 6, 2012 6:36:37 PM UTC+9, Mihail wrote:

 My SOAP request

 ?xml version=1.0 encoding=utf-8?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema;

   soap:Header
 RequestHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;
   authToken xmlns=https://adwords.google.com/api/adwords/cm/v201209
 **/authToken
   developerToken xmlns=
 https://adwords.google.com/api/adwords/cm/v201209;**/developerToken
   clientCustomerId xmlns=
 https://adwords.google.com/api/adwords/cm/v201209
 XXX-XXX-/clientCustomerId
   userAgent 
 xmlns=https://adwords.google.com/api/adwords/cm/v201209;mycompany 
 (AwApi-DotNet/15.1.0, Common-Dotnet/1.4.0, .NET CLR/4.0.30319.296, 
 gzip)/userAgent
 /RequestHeader
   /soap:Header
   soap:Body
 get xmlns=https://adwords.google.com/api/adwords/cm/v201209;
   serviceSelector
 fieldsId/fields
 fieldsName/fields
 fieldsStatus/fields
 fieldsStartDate/fields
 fieldsEndDate/fields
 fieldsAmount/fields
 fieldsServingStatus/fields
 fieldsBiddingStrategy/fields
 fieldsImpressions/fields
 fieldsAverageCpc/fields
   /serviceSelector
 /get
   /soap:Body
 /soap:Envelope

 четверг, 6 декабря 2012 г., 14:26:53 UTC+5 пользователь Mihail написал:

 I checked the availability and value clientCustomerId first. With the 
 same request header values ​​CampaignService and others works right.

 четверг, 6 декабря 2012 г., 13:31:11 UTC+5 пользователь Takeshi Hagikura 
 написал:

 Hello Mihail,

 Please make sure your clientCustomerId you are specifying in your 
 request is correct.

 Best,
 - Takeshi, AdWords API Team

 2012年12月4日火曜日 5時44分35秒 UTC-8 Mihail:

 Hello!
 I have a problem with TargetingIdeaService. Working with the Campaigns, 
 AdGroups, AdGroupAds etc. succeeds, but when I try TargetingIdeaService an 
 error occurs: AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: 
 'null'.

 In what could be the problem?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en





TargetingIdeaService AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: 'null'

2012-12-04 Thread Mihail
Hello!
I have a problem with TargetingIdeaService. Working with the Campaigns, 
AdGroups, AdGroupAds etc. succeeds, but when I try TargetingIdeaService an 
error occurs: AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: 'null'.

In what could be the problem?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en