Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-25 Thread Kio Mat
Переделал как Вы советовали запрос на:

?xml version=1.0 encoding=UTF-8?
soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:v20=https://adwords.google.com/api/adwords/cm/v201502;
   soapenv:Header
 v20:RequestHeader
 v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
 v20:developerTokenххх/v20:developerToken
 v20:userAgent1cAdWords/v20:userAgent
 v20:validateOnlyfalse/v20:validateOnly
 v20:partialFailurefalse/v20:partialFailure
  /v20:RequestHeader
   /soapenv:Header
   soapenv:Body
  v20:mutate
 v20:operations
v20:operatorADD/v20:operator
v20:operand
   v20:feedId24098551/v20:feedId
   
   v20:statusENABLED/v20:status
   v20:attributeValues
  v20:feedAttributeId1/v20:feedAttributeId
  v20:stringValueSoleras von ABK ab 33 €/v20:stringValue
   /v20:attributeValues
   v20:attributeValues
  v20:feedAttributeId5/v20:feedAttributeId
  
v20:stringValuehttp://tile.expert/de/tile/Abk/Soleras/v20:stringValue
   /v20:attributeValues
/v20:operand
 /v20:operations
  /v20:mutate
   /soapenv:Body
/soapenv:Envelope

дополнительные ссылки создаются, но поле Конечный URL пустое, 
соответственно они отклоняются.
Что я не так делаю, подскажите пожалуйста?

четверг, 13 августа 2015 г., 18:39:14 UTC+3 пользователь Danial Klimkin 
написал:

 Добрый день,


 Пришлите, пожалуйста, полный лог запроса на создание и полный ответ 
 сервера по email (Reply to author справа).

 Если не было ошибки, поля должны использоваться.


 -Даниил.


 On Thursday, August 13, 2015 at 3:51:26 PM UTC+2, Kio Mat wrote:

 Добрый день! Не пробовал.
 Просто так нужно будет много всего переписывать, хотелось бы минимальными 
 трудозатратами переделать старый механизм, ане переределывать все что 
 касается доп. ссылок.
 просто обновился АПИ и перестал работать запрос, как я писал выше.
 Мне нужно просто помощь как правильно его поправить, чтоб он работал с 
 новым АПИ.

 четверг, 13 августа 2015 г., 13:28:50 UTC+3 пользователь Danial Klimkin 
 написал:

 Добрый день,


 Вы пробовали использовать ExtensionSetting services?

   
 https://developers.google.com/adwords/api/docs/guides/extension-settings

 Это значительно упрощает работу с Feeds.

 По примерам, доступны примеры кода для каждый из библиотек:

   https://developers.google.com/adwords/api/docs/clientlibraries


 -Danial, AdWords API Team.



 On Sunday, August 9, 2015 at 10:44:10 AM UTC+2, Kio Mat wrote:

 Можете привести текст работающего запроса к сервису FeedItemService ?

 четверг, 6 августа 2015 г., 9:11:13 UTC+3 пользователь Thanet Knack 
 Praneenararat (AdWords API Team) написал:

 Hi Kio,

 Sorry that I can answer questions in English.
 It seems you're trying to modify the attributeValues 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem#attributeValues
  field 
 of FeedItem 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem
  
 corresponding to a column with a mapping for a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
 .
 This resulted in WRITE_ACCESS_DENIED error, as a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
  was 
 made read-only 
 http://googleadsdeveloper.blogspot.jp/2015/05/reminder-adwords-destination-urls-will.html
  
 starting from July 1.

 Please migrate to use final URLs 
 https://developers.google.com/adwords/api/docs/guides/upgraded-urls 
 instead.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, August 5, 2015 at 10:01:19 PM UTC+9, Kio Mat wrote:

 Добрый день! Посылаю запрос к сервису FeedItemService (mutate), вида:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20=
 https://adwords.google.com/api/adwords/cm/v201502;
soapenv:Header
  v20:RequestHeader
  v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
  v20:developerTokenх/v20:developerToken
  v20:userAgentAdWords/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
/soapenv:Header
soapenv:Body
   v20:mutate
  v20:operations
 v20:operatorADD/v20:operator
 v20:operand
v20:feedId665013/v20:feedId

v20:statusENABLED/v20:status
v20:attributeValues
   v20:feedAttributeId1/v20:feedAttributeId
   v20:stringValueCreation z Fanal od 13 
 €/v20:stringValue
/v20:attributeValues
v20:attributeValues
   v20:feedAttributeId2/v20:feedAttributeId
   v20:stringValue
 

Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-14 Thread Kio Mat
Отправил Вам детали

четверг, 13 августа 2015 г., 18:39:14 UTC+3 пользователь Danial Klimkin 
написал:

 Добрый день,


 Пришлите, пожалуйста, полный лог запроса на создание и полный ответ 
 сервера по email (Reply to author справа).

 Если не было ошибки, поля должны использоваться.


 -Даниил.


 On Thursday, August 13, 2015 at 3:51:26 PM UTC+2, Kio Mat wrote:

 Добрый день! Не пробовал.
 Просто так нужно будет много всего переписывать, хотелось бы минимальными 
 трудозатратами переделать старый механизм, ане переределывать все что 
 касается доп. ссылок.
 просто обновился АПИ и перестал работать запрос, как я писал выше.
 Мне нужно просто помощь как правильно его поправить, чтоб он работал с 
 новым АПИ.

 четверг, 13 августа 2015 г., 13:28:50 UTC+3 пользователь Danial Klimkin 
 написал:

 Добрый день,


 Вы пробовали использовать ExtensionSetting services?

   
 https://developers.google.com/adwords/api/docs/guides/extension-settings

 Это значительно упрощает работу с Feeds.

 По примерам, доступны примеры кода для каждый из библиотек:

   https://developers.google.com/adwords/api/docs/clientlibraries


 -Danial, AdWords API Team.



 On Sunday, August 9, 2015 at 10:44:10 AM UTC+2, Kio Mat wrote:

 Можете привести текст работающего запроса к сервису FeedItemService ?

 четверг, 6 августа 2015 г., 9:11:13 UTC+3 пользователь Thanet Knack 
 Praneenararat (AdWords API Team) написал:

 Hi Kio,

 Sorry that I can answer questions in English.
 It seems you're trying to modify the attributeValues 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem#attributeValues
  field 
 of FeedItem 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem
  
 corresponding to a column with a mapping for a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
 .
 This resulted in WRITE_ACCESS_DENIED error, as a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
  was 
 made read-only 
 http://googleadsdeveloper.blogspot.jp/2015/05/reminder-adwords-destination-urls-will.html
  
 starting from July 1.

 Please migrate to use final URLs 
 https://developers.google.com/adwords/api/docs/guides/upgraded-urls 
 instead.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, August 5, 2015 at 10:01:19 PM UTC+9, Kio Mat wrote:

 Добрый день! Посылаю запрос к сервису FeedItemService (mutate), вида:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20=
 https://adwords.google.com/api/adwords/cm/v201502;
soapenv:Header
  v20:RequestHeader
  v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
  v20:developerTokenх/v20:developerToken
  v20:userAgentAdWords/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
/soapenv:Header
soapenv:Body
   v20:mutate
  v20:operations
 v20:operatorADD/v20:operator
 v20:operand
v20:feedId665013/v20:feedId

v20:statusENABLED/v20:status
v20:attributeValues
   v20:feedAttributeId1/v20:feedAttributeId
   v20:stringValueCreation z Fanal od 13 
 €/v20:stringValue
/v20:attributeValues
v20:attributeValues
   v20:feedAttributeId2/v20:feedAttributeId
   v20:stringValue
 http://tile.expert/en/tile/Fanal/Creation/v20:stringValue
/v20:attributeValues
 /v20:operand
  /v20:operations
   /v20:mutate
/soapenv:Body
 /soapenv:Envelope

 раньше все работало хорошо, но вот недавно я стал получать ошибку:

 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;requestId00051c8f2e11ae480ac41b84a500214a/requestIdserviceNameFeedItemService/serviceNamemethodNamemutate/methodNameoperations1/operationsresponseTime117/responseTime/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/faultstringdetailApiExceptionFault
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;message[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=EntityAccessDeniedfieldPathoperations[0].operand.attributeValues/fieldPathtrigger/triggererrorStringEntityAccessDenied.WRITE_ACCESS_DENIED/errorStringApiError.TypeEntityAccessDenied/ApiError.TypereasonWRITE_ACCESS_DENIED/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

 В чем проблема? Видимо связано с переходом на 

Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-13 Thread Danial Klimkin
Добрый день,


Вы пробовали использовать ExtensionSetting services?

  https://developers.google.com/adwords/api/docs/guides/extension-settings

Это значительно упрощает работу с Feeds.

По примерам, доступны примеры кода для каждый из библиотек:

  https://developers.google.com/adwords/api/docs/clientlibraries


-Danial, AdWords API Team.



On Sunday, August 9, 2015 at 10:44:10 AM UTC+2, Kio Mat wrote:

 Можете привести текст работающего запроса к сервису FeedItemService ?

 четверг, 6 августа 2015 г., 9:11:13 UTC+3 пользователь Thanet Knack 
 Praneenararat (AdWords API Team) написал:

 Hi Kio,

 Sorry that I can answer questions in English.
 It seems you're trying to modify the attributeValues 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem#attributeValues
  field 
 of FeedItem 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem
  
 corresponding to a column with a mapping for a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
 .
 This resulted in WRITE_ACCESS_DENIED error, as a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
  was 
 made read-only 
 http://googleadsdeveloper.blogspot.jp/2015/05/reminder-adwords-destination-urls-will.html
  
 starting from July 1.

 Please migrate to use final URLs 
 https://developers.google.com/adwords/api/docs/guides/upgraded-urls 
 instead.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, August 5, 2015 at 10:01:19 PM UTC+9, Kio Mat wrote:

 Добрый день! Посылаю запрос к сервису FeedItemService (mutate), вида:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20=
 https://adwords.google.com/api/adwords/cm/v201502;
soapenv:Header
  v20:RequestHeader
  v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
  v20:developerTokenх/v20:developerToken
  v20:userAgentAdWords/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
/soapenv:Header
soapenv:Body
   v20:mutate
  v20:operations
 v20:operatorADD/v20:operator
 v20:operand
v20:feedId665013/v20:feedId

v20:statusENABLED/v20:status
v20:attributeValues
   v20:feedAttributeId1/v20:feedAttributeId
   v20:stringValueCreation z Fanal od 13 
 €/v20:stringValue
/v20:attributeValues
v20:attributeValues
   v20:feedAttributeId2/v20:feedAttributeId
   v20:stringValue
 http://tile.expert/en/tile/Fanal/Creation/v20:stringValue
/v20:attributeValues
 /v20:operand
  /v20:operations
   /v20:mutate
/soapenv:Body
 /soapenv:Envelope

 раньше все работало хорошо, но вот недавно я стал получать ошибку:

 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;requestId00051c8f2e11ae480ac41b84a500214a/requestIdserviceNameFeedItemService/serviceNamemethodNamemutate/methodNameoperations1/operationsresponseTime117/responseTime/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/faultstringdetailApiExceptionFault
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;message[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=EntityAccessDeniedfieldPathoperations[0].operand.attributeValues/fieldPathtrigger/triggererrorStringEntityAccessDenied.WRITE_ACCESS_DENIED/errorStringApiError.TypeEntityAccessDenied/ApiError.TypereasonWRITE_ACCESS_DENIED/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

 В чем проблема? Видимо связано с переходом на новый АПИ?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 

Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-13 Thread Kio Mat
Добрый день! Не пробовал.
Просто так нужно будет много всего переписывать, хотелось бы минимальными 
трудозатратами переделать старый механизм, ане переределывать все что 
касается доп. ссылок.
просто обновился АПИ и перестал работать запрос, как я писал выше.
Мне нужно просто помощь как правильно его поправить, чтоб он работал с 
новым АПИ.

четверг, 13 августа 2015 г., 13:28:50 UTC+3 пользователь Danial Klimkin 
написал:

 Добрый день,


 Вы пробовали использовать ExtensionSetting services?

   https://developers.google.com/adwords/api/docs/guides/extension-settings

 Это значительно упрощает работу с Feeds.

 По примерам, доступны примеры кода для каждый из библиотек:

   https://developers.google.com/adwords/api/docs/clientlibraries


 -Danial, AdWords API Team.



 On Sunday, August 9, 2015 at 10:44:10 AM UTC+2, Kio Mat wrote:

 Можете привести текст работающего запроса к сервису FeedItemService ?

 четверг, 6 августа 2015 г., 9:11:13 UTC+3 пользователь Thanet Knack 
 Praneenararat (AdWords API Team) написал:

 Hi Kio,

 Sorry that I can answer questions in English.
 It seems you're trying to modify the attributeValues 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem#attributeValues
  field 
 of FeedItem 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem
  
 corresponding to a column with a mapping for a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
 .
 This resulted in WRITE_ACCESS_DENIED error, as a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
  was 
 made read-only 
 http://googleadsdeveloper.blogspot.jp/2015/05/reminder-adwords-destination-urls-will.html
  
 starting from July 1.

 Please migrate to use final URLs 
 https://developers.google.com/adwords/api/docs/guides/upgraded-urls 
 instead.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, August 5, 2015 at 10:01:19 PM UTC+9, Kio Mat wrote:

 Добрый день! Посылаю запрос к сервису FeedItemService (mutate), вида:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20=
 https://adwords.google.com/api/adwords/cm/v201502;
soapenv:Header
  v20:RequestHeader
  v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
  v20:developerTokenх/v20:developerToken
  v20:userAgentAdWords/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
/soapenv:Header
soapenv:Body
   v20:mutate
  v20:operations
 v20:operatorADD/v20:operator
 v20:operand
v20:feedId665013/v20:feedId

v20:statusENABLED/v20:status
v20:attributeValues
   v20:feedAttributeId1/v20:feedAttributeId
   v20:stringValueCreation z Fanal od 13 
 €/v20:stringValue
/v20:attributeValues
v20:attributeValues
   v20:feedAttributeId2/v20:feedAttributeId
   v20:stringValue
 http://tile.expert/en/tile/Fanal/Creation/v20:stringValue
/v20:attributeValues
 /v20:operand
  /v20:operations
   /v20:mutate
/soapenv:Body
 /soapenv:Envelope

 раньше все работало хорошо, но вот недавно я стал получать ошибку:

 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;requestId00051c8f2e11ae480ac41b84a500214a/requestIdserviceNameFeedItemService/serviceNamemethodNamemutate/methodNameoperations1/operationsresponseTime117/responseTime/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/faultstringdetailApiExceptionFault
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;message[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=EntityAccessDeniedfieldPathoperations[0].operand.attributeValues/fieldPathtrigger/triggererrorStringEntityAccessDenied.WRITE_ACCESS_DENIED/errorStringApiError.TypeEntityAccessDenied/ApiError.TypereasonWRITE_ACCESS_DENIED/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

 В чем проблема? Видимо связано с переходом на новый АПИ?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send 

Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-13 Thread Danial Klimkin
Добрый день,


Пришлите, пожалуйста, полный лог запроса на создание и полный ответ сервера 
по email (Reply to author справа).

Если не было ошибки, поля должны использоваться.


-Даниил.


On Thursday, August 13, 2015 at 3:51:26 PM UTC+2, Kio Mat wrote:

 Добрый день! Не пробовал.
 Просто так нужно будет много всего переписывать, хотелось бы минимальными 
 трудозатратами переделать старый механизм, ане переределывать все что 
 касается доп. ссылок.
 просто обновился АПИ и перестал работать запрос, как я писал выше.
 Мне нужно просто помощь как правильно его поправить, чтоб он работал с 
 новым АПИ.

 четверг, 13 августа 2015 г., 13:28:50 UTC+3 пользователь Danial Klimkin 
 написал:

 Добрый день,


 Вы пробовали использовать ExtensionSetting services?

   
 https://developers.google.com/adwords/api/docs/guides/extension-settings

 Это значительно упрощает работу с Feeds.

 По примерам, доступны примеры кода для каждый из библиотек:

   https://developers.google.com/adwords/api/docs/clientlibraries


 -Danial, AdWords API Team.



 On Sunday, August 9, 2015 at 10:44:10 AM UTC+2, Kio Mat wrote:

 Можете привести текст работающего запроса к сервису FeedItemService ?

 четверг, 6 августа 2015 г., 9:11:13 UTC+3 пользователь Thanet Knack 
 Praneenararat (AdWords API Team) написал:

 Hi Kio,

 Sorry that I can answer questions in English.
 It seems you're trying to modify the attributeValues 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem#attributeValues
  field 
 of FeedItem 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem
  
 corresponding to a column with a mapping for a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
 .
 This resulted in WRITE_ACCESS_DENIED error, as a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
  was 
 made read-only 
 http://googleadsdeveloper.blogspot.jp/2015/05/reminder-adwords-destination-urls-will.html
  
 starting from July 1.

 Please migrate to use final URLs 
 https://developers.google.com/adwords/api/docs/guides/upgraded-urls 
 instead.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, August 5, 2015 at 10:01:19 PM UTC+9, Kio Mat wrote:

 Добрый день! Посылаю запрос к сервису FeedItemService (mutate), вида:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20=
 https://adwords.google.com/api/adwords/cm/v201502;
soapenv:Header
  v20:RequestHeader
  v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
  v20:developerTokenх/v20:developerToken
  v20:userAgentAdWords/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
/soapenv:Header
soapenv:Body
   v20:mutate
  v20:operations
 v20:operatorADD/v20:operator
 v20:operand
v20:feedId665013/v20:feedId

v20:statusENABLED/v20:status
v20:attributeValues
   v20:feedAttributeId1/v20:feedAttributeId
   v20:stringValueCreation z Fanal od 13 
 €/v20:stringValue
/v20:attributeValues
v20:attributeValues
   v20:feedAttributeId2/v20:feedAttributeId
   v20:stringValue
 http://tile.expert/en/tile/Fanal/Creation/v20:stringValue
/v20:attributeValues
 /v20:operand
  /v20:operations
   /v20:mutate
/soapenv:Body
 /soapenv:Envelope

 раньше все работало хорошо, но вот недавно я стал получать ошибку:

 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;requestId00051c8f2e11ae480ac41b84a500214a/requestIdserviceNameFeedItemService/serviceNamemethodNamemutate/methodNameoperations1/operationsresponseTime117/responseTime/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/faultstringdetailApiExceptionFault
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;message[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=EntityAccessDeniedfieldPathoperations[0].operand.attributeValues/fieldPathtrigger/triggererrorStringEntityAccessDenied.WRITE_ACCESS_DENIED/errorStringApiError.TypeEntityAccessDenied/ApiError.TypereasonWRITE_ACCESS_DENIED/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

 В чем проблема? Видимо связано с переходом на новый АПИ?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:

Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-09 Thread Kio Mat
Можете привести текст работающего запроса к сервису FeedItemService ?

четверг, 6 августа 2015 г., 9:11:13 UTC+3 пользователь Thanet Knack 
Praneenararat (AdWords API Team) написал:

 Hi Kio,

 Sorry that I can answer questions in English.
 It seems you're trying to modify the attributeValues 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem#attributeValues
  field 
 of FeedItem 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem
  
 corresponding to a column with a mapping for a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
 .
 This resulted in WRITE_ACCESS_DENIED error, as a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
  was 
 made read-only 
 http://googleadsdeveloper.blogspot.jp/2015/05/reminder-adwords-destination-urls-will.html
  
 starting from July 1.

 Please migrate to use final URLs 
 https://developers.google.com/adwords/api/docs/guides/upgraded-urls 
 instead.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, August 5, 2015 at 10:01:19 PM UTC+9, Kio Mat wrote:

 Добрый день! Посылаю запрос к сервису FeedItemService (mutate), вида:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20=
 https://adwords.google.com/api/adwords/cm/v201502;
soapenv:Header
  v20:RequestHeader
  v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
  v20:developerTokenх/v20:developerToken
  v20:userAgentAdWords/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
/soapenv:Header
soapenv:Body
   v20:mutate
  v20:operations
 v20:operatorADD/v20:operator
 v20:operand
v20:feedId665013/v20:feedId

v20:statusENABLED/v20:status
v20:attributeValues
   v20:feedAttributeId1/v20:feedAttributeId
   v20:stringValueCreation z Fanal od 13 
 €/v20:stringValue
/v20:attributeValues
v20:attributeValues
   v20:feedAttributeId2/v20:feedAttributeId
   v20:stringValue
 http://tile.expert/en/tile/Fanal/Creation/v20:stringValue
/v20:attributeValues
 /v20:operand
  /v20:operations
   /v20:mutate
/soapenv:Body
 /soapenv:Envelope

 раньше все работало хорошо, но вот недавно я стал получать ошибку:

 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;requestId00051c8f2e11ae480ac41b84a500214a/requestIdserviceNameFeedItemService/serviceNamemethodNamemutate/methodNameoperations1/operationsresponseTime117/responseTime/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/faultstringdetailApiExceptionFault
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;message[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=EntityAccessDeniedfieldPathoperations[0].operand.attributeValues/fieldPathtrigger/triggererrorStringEntityAccessDenied.WRITE_ACCESS_DENIED/errorStringApiError.TypeEntityAccessDenied/ApiError.TypereasonWRITE_ACCESS_DENIED/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

 В чем проблема? Видимо связано с переходом на новый АПИ?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/faca1adc-b692-4fc7-b3f4-dde9a5484c37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-07 Thread treto1ctest
Не подскажите как мне изменить текст запроса , чтоб он заработал?

четверг, 6 августа 2015 г., 9:11:13 UTC+3 пользователь Thanet Knack 
Praneenararat (AdWords API Team) написал:

 Hi Kio,

 Sorry that I can answer questions in English.
 It seems you're trying to modify the attributeValues 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem#attributeValues
  field 
 of FeedItem 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem
  
 corresponding to a column with a mapping for a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
 .
 This resulted in WRITE_ACCESS_DENIED error, as a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
  was 
 made read-only 
 http://googleadsdeveloper.blogspot.jp/2015/05/reminder-adwords-destination-urls-will.html
  
 starting from July 1.

 Please migrate to use final URLs 
 https://developers.google.com/adwords/api/docs/guides/upgraded-urls 
 instead.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, August 5, 2015 at 10:01:19 PM UTC+9, Kio Mat wrote:

 Добрый день! Посылаю запрос к сервису FeedItemService (mutate), вида:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20=
 https://adwords.google.com/api/adwords/cm/v201502;
soapenv:Header
  v20:RequestHeader
  v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
  v20:developerTokenх/v20:developerToken
  v20:userAgentAdWords/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
/soapenv:Header
soapenv:Body
   v20:mutate
  v20:operations
 v20:operatorADD/v20:operator
 v20:operand
v20:feedId665013/v20:feedId

v20:statusENABLED/v20:status
v20:attributeValues
   v20:feedAttributeId1/v20:feedAttributeId
   v20:stringValueCreation z Fanal od 13 
 €/v20:stringValue
/v20:attributeValues
v20:attributeValues
   v20:feedAttributeId2/v20:feedAttributeId
   v20:stringValue
 http://tile.expert/en/tile/Fanal/Creation/v20:stringValue
/v20:attributeValues
 /v20:operand
  /v20:operations
   /v20:mutate
/soapenv:Body
 /soapenv:Envelope

 раньше все работало хорошо, но вот недавно я стал получать ошибку:

 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;requestId00051c8f2e11ae480ac41b84a500214a/requestIdserviceNameFeedItemService/serviceNamemethodNamemutate/methodNameoperations1/operationsresponseTime117/responseTime/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/faultstringdetailApiExceptionFault
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;message[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=EntityAccessDeniedfieldPathoperations[0].operand.attributeValues/fieldPathtrigger/triggererrorStringEntityAccessDenied.WRITE_ACCESS_DENIED/errorStringApiError.TypeEntityAccessDenied/ApiError.TypereasonWRITE_ACCESS_DENIED/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

 В чем проблема? Видимо связано с переходом на новый АПИ?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b8318f49-4bac-43a2-ae7e-d0b30f817438%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-07 Thread treto1ctest
Я так понимаю проблема в строке:

v20:stringValuehttp://tile.expert/en/tile/Fanal/Creation/v20:stringValue

Нужно использовать не тег stringValue ?

четверг, 6 августа 2015 г., 9:11:13 UTC+3 пользователь Thanet Knack 
Praneenararat (AdWords API Team) написал:

 Hi Kio,

 Sorry that I can answer questions in English.
 It seems you're trying to modify the attributeValues 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem#attributeValues
  field 
 of FeedItem 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem
  
 corresponding to a column with a mapping for a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
 .
 This resulted in WRITE_ACCESS_DENIED error, as a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
  was 
 made read-only 
 http://googleadsdeveloper.blogspot.jp/2015/05/reminder-adwords-destination-urls-will.html
  
 starting from July 1.

 Please migrate to use final URLs 
 https://developers.google.com/adwords/api/docs/guides/upgraded-urls 
 instead.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, August 5, 2015 at 10:01:19 PM UTC+9, Kio Mat wrote:

 Добрый день! Посылаю запрос к сервису FeedItemService (mutate), вида:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20=
 https://adwords.google.com/api/adwords/cm/v201502;
soapenv:Header
  v20:RequestHeader
  v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
  v20:developerTokenх/v20:developerToken
  v20:userAgentAdWords/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
/soapenv:Header
soapenv:Body
   v20:mutate
  v20:operations
 v20:operatorADD/v20:operator
 v20:operand
v20:feedId665013/v20:feedId

v20:statusENABLED/v20:status
v20:attributeValues
   v20:feedAttributeId1/v20:feedAttributeId
   v20:stringValueCreation z Fanal od 13 
 €/v20:stringValue
/v20:attributeValues
v20:attributeValues
   v20:feedAttributeId2/v20:feedAttributeId
   v20:stringValue
 http://tile.expert/en/tile/Fanal/Creation/v20:stringValue
/v20:attributeValues
 /v20:operand
  /v20:operations
   /v20:mutate
/soapenv:Body
 /soapenv:Envelope

 раньше все работало хорошо, но вот недавно я стал получать ошибку:

 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;requestId00051c8f2e11ae480ac41b84a500214a/requestIdserviceNameFeedItemService/serviceNamemethodNamemutate/methodNameoperations1/operationsresponseTime117/responseTime/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/faultstringdetailApiExceptionFault
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;message[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=EntityAccessDeniedfieldPathoperations[0].operand.attributeValues/fieldPathtrigger/triggererrorStringEntityAccessDenied.WRITE_ACCESS_DENIED/errorStringApiError.TypeEntityAccessDenied/ApiError.TypereasonWRITE_ACCESS_DENIED/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

 В чем проблема? Видимо связано с переходом на новый АПИ?



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/48c5b433-01c9-4870-ae6f-e8515388e014%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-07 Thread treto1ctest
Изменил запрос так:

?xml version=1.0 encoding=UTF-8?
soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:v20=https://adwords.google.com/api/adwords/cm/v201502;
   soapenv:Header
  v20:RequestHeader
  v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
  v20:developerTokenх/v20:developerToken
  v20:userAgentAdWords/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
   /soapenv:Header
   soapenv:Body
  v20:mutate
 v20:operations
v20:operatorADD/v20:operator
v20:operand
   v20:feedId665013/v20:feedId
   
   v20:statusENABLED/v20:status
   v20:attributeValues
  v20:feedAttributeId1/v20:feedAttributeId
  v20:stringValueCreation z Fanal od 13 
€/v20:stringValue
   /v20:attributeValues
   v20:attributeValues
  v20:feedAttributeId5/v20:feedAttributeId
  v20:stringValuehttp://tile.expert/en/tile/Fanal/Creation
/v20:stringValue
   /v20:attributeValues
/v20:operand
 /v20:operations
  /v20:mutate
   /soapenv:Body
/soapenv:Envelope

Ошибки не получаю, но Конечный URL не заполняется, как изменить текст 
запроса не подскажите?

четверг, 6 августа 2015 г., 9:11:13 UTC+3 пользователь Thanet Knack 
Praneenararat (AdWords API Team) написал:

 Hi Kio,

 Sorry that I can answer questions in English.
 It seems you're trying to modify the attributeValues 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem#attributeValues
  field 
 of FeedItem 
 https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem
  
 corresponding to a column with a mapping for a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
 .
 This resulted in WRITE_ACCESS_DENIED error, as a sitelink URL 
 https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
  was 
 made read-only 
 http://googleadsdeveloper.blogspot.jp/2015/05/reminder-adwords-destination-urls-will.html
  
 starting from July 1.

 Please migrate to use final URLs 
 https://developers.google.com/adwords/api/docs/guides/upgraded-urls 
 instead.

 Cheers,
 Thanet, AdWords API Team

 On Wednesday, August 5, 2015 at 10:01:19 PM UTC+9, Kio Mat wrote:

 Добрый день! Посылаю запрос к сервису FeedItemService (mutate), вида:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20=
 https://adwords.google.com/api/adwords/cm/v201502;
soapenv:Header
  v20:RequestHeader
  v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
  v20:developerTokenх/v20:developerToken
  v20:userAgentAdWords/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
/soapenv:Header
soapenv:Body
   v20:mutate
  v20:operations
 v20:operatorADD/v20:operator
 v20:operand
v20:feedId665013/v20:feedId

v20:statusENABLED/v20:status
v20:attributeValues
   v20:feedAttributeId1/v20:feedAttributeId
   v20:stringValueCreation z Fanal od 13 
 €/v20:stringValue
/v20:attributeValues
v20:attributeValues
   v20:feedAttributeId2/v20:feedAttributeId
   v20:stringValue
 http://tile.expert/en/tile/Fanal/Creation/v20:stringValue
/v20:attributeValues
 /v20:operand
  /v20:operations
   /v20:mutate
/soapenv:Body
 /soapenv:Envelope

 раньше все работало хорошо, но вот недавно я стал получать ошибку:

 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;requestId00051c8f2e11ae480ac41b84a500214a/requestIdserviceNameFeedItemService/serviceNamemethodNamemutate/methodNameoperations1/operationsresponseTime117/responseTime/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/faultstringdetailApiExceptionFault
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;message[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 

Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-06 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Kio,

Sorry that I can answer questions in English.
It seems you're trying to modify the attributeValues 
https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem#attributeValues
 field 
of FeedItem 
https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem
 
corresponding to a column with a mapping for a sitelink URL 
https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
.
This resulted in WRITE_ACCESS_DENIED error, as a sitelink URL 
https://developers.google.com/adwords/api/docs/appendix/placeholders#sitelinks
 was 
made read-only 
http://googleadsdeveloper.blogspot.jp/2015/05/reminder-adwords-destination-urls-will.html
 
starting from July 1.

Please migrate to use final URLs 
https://developers.google.com/adwords/api/docs/guides/upgraded-urls 
instead.

Cheers,
Thanet, AdWords API Team

On Wednesday, August 5, 2015 at 10:01:19 PM UTC+9, Kio Mat wrote:

 Добрый день! Посылаю запрос к сервису FeedItemService (mutate), вида:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
 xmlns:v20=https://adwords.google.com/api/adwords/cm/v201502;
soapenv:Header
  v20:RequestHeader
  v20:clientCustomerIdххх-ххх-/v20:clientCustomerId
  v20:developerTokenх/v20:developerToken
  v20:userAgentAdWords/v20:userAgent
  v20:validateOnlyfalse/v20:validateOnly
  v20:partialFailurefalse/v20:partialFailure
   /v20:RequestHeader
/soapenv:Header
soapenv:Body
   v20:mutate
  v20:operations
 v20:operatorADD/v20:operator
 v20:operand
v20:feedId665013/v20:feedId

v20:statusENABLED/v20:status
v20:attributeValues
   v20:feedAttributeId1/v20:feedAttributeId
   v20:stringValueCreation z Fanal od 13 
 €/v20:stringValue
/v20:attributeValues
v20:attributeValues
   v20:feedAttributeId2/v20:feedAttributeId
   v20:stringValue
 http://tile.expert/en/tile/Fanal/Creation/v20:stringValue
/v20:attributeValues
 /v20:operand
  /v20:operations
   /v20:mutate
/soapenv:Body
 /soapenv:Envelope

 раньше все работало хорошо, но вот недавно я стал получать ошибку:

 soap:Envelope 
 xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:HeaderResponseHeader
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;requestId00051c8f2e11ae480ac41b84a500214a/requestIdserviceNameFeedItemService/serviceNamemethodNamemutate/methodNameoperations1/operationsresponseTime117/responseTime/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/faultstringdetailApiExceptionFault
  
 xmlns=https://adwords.google.com/api/adwords/cm/v201502;message[EntityAccessDenied.WRITE_ACCESS_DENIED
  
 @ 
 operations[0].operand.attributeValues]/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
  
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=EntityAccessDeniedfieldPathoperations[0].operand.attributeValues/fieldPathtrigger/triggererrorStringEntityAccessDenied.WRITE_ACCESS_DENIED/errorStringApiError.TypeEntityAccessDenied/ApiError.TypereasonWRITE_ACCESS_DENIED/reason/errors/ApiExceptionFault/detail/soap:Fault/soap:Body/soap:Envelope

 В чем проблема? Видимо связано с переходом на новый АПИ?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1f6a3a86-78ee-4e69-a287-98e5ab2a1418%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.