RE: Feed Items Update problems

2019-09-16 Thread Google Ads API Forum Advisor Prod
Hi Dmytro,

I was able to update the feed Item without any issues. Please find the attached 
sample logs as a reference. Could you please enable logging and share the 
request and response logs, so I can check take a look at the error you're 
receiving? You can share the details privately via Reply privately to author 
option.

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UHGsjr:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/mma1w0PXXSML00JgWeOheHSHKQe7KirM8mDA%40sfdc.net.


Sample_Logs.rtf
Description: RTF file


Re: Feed Items Update problems

2019-09-16 Thread Dmytro Tonkikh
When I specified the value of attribute_values at the end of update_mask - 
it brings error

But when attribute_values at the start of update_mask - api returns 200 
code but without any changes

On Monday, September 16, 2019 at 8:12:00 AM UTC+3, Dmytro Tonkikh wrote:
>
> Hi everyone
>
> I'm trying to update Price Extension feed by FeedItemService in new API.
>
> Create operation works perfectly, but the update doesn't work.
>
> API returns 200 code but without any changes.
> An example of the update operation.
>
> {"attribute_values":[{"feed_attribute_id":1,"string_value":"Places"},{
> "feed_attribute_id":2,"string_value":"From"},...,{}],
> "id":"86271723383",
> "feed":"customers/9169234605/feeds/108176779",
> "resource_name":"customers/9169234605/feedItems/108176779~86271723383"}
>
>
> Also, I specified update_mask with every update operation
>
> update_mask : {paths : 'attribute_values', paths : 'id'}
>
>
> Where maybe a problem?
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a0ec55c5-0e56-4afa-b31f-215330e69769%40googlegroups.com.


Re: Feed Items Update problems

2019-09-16 Thread Dmytro Tonkikh
message": "The field cannot be cleared.",
"location": {
  "fieldPathElements": [
{
  "fieldName": "operations",
  "index": "0"
},
{
  "fieldName": "update"
},
{
  "fieldName": "attribute_values"
},
{
  "fieldName": "boolean_value"
}
  ]
}
  },

Error

On Monday, September 16, 2019 at 8:12:00 AM UTC+3, Dmytro Tonkikh wrote:
>
> Hi everyone
>
> I'm trying to update Price Extension feed by FeedItemService in new API.
>
> Create operation works perfectly, but the update doesn't work.
>
> API returns 200 code but without any changes.
> An example of the update operation.
>
> {"attribute_values":[{"feed_attribute_id":1,"string_value":"Places"},{
> "feed_attribute_id":2,"string_value":"From"},...,{}],
> "id":"86271723383",
> "feed":"customers/9169234605/feeds/108176779",
> "resource_name":"customers/9169234605/feedItems/108176779~86271723383"}
>
>
> Also, I specified update_mask with every update operation
>
> update_mask : {paths : 'attribute_values', paths : 'id'}
>
>
> Where maybe a problem?
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/59b94051-2688-42e6-990e-496877d04673%40googlegroups.com.


Feed Items Update problems

2019-09-15 Thread Dmytro Tonkikh
Hi everyone

I'm trying to update Price Extension feed by FeedItemService in new API.

Create operation works perfectly, but the update doesn't work.

API returns 200 code but without any changes.
An example of the update operation.

{"attribute_values":[{"feed_attribute_id":1,"string_value":"Places"},{
"feed_attribute_id":2,"string_value":"From"},...,{}],
"id":"86271723383",
"feed":"customers/9169234605/feeds/108176779",
"resource_name":"customers/9169234605/feedItems/108176779~86271723383"}


Also, I specified update_mask with every update operation

update_mask : {paths : 'attribute_values', paths : 'id'}


Where maybe a problem?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8fbcdd49-9c16-4670-ac61-53f4e28dd5b4%40googlegroups.com.