Re: FeedItemAttributeError validationErrorCode descriptions

2013-12-19 Thread schut
Hi, Thank you for your response. This causes us a problem due to the fact that this was not documented. We expected the behaviour to be UNCHECKED. As you pointed out, the FeedItem needs to be validated thus is Unchecked. Thanks, Igor Op donderdag 19 december 2013 22:53:14 UTC+1 schreef Josh R

Re: FeedItemAttributeError validationErrorCode descriptions

2013-12-19 Thread Josh Radcliff (AdWords API Team)
Hi, I confirmed that this behavior is by design. AdWords needs to validate or re-validate a FeedItem whenever you create or modify it, respectively. Until that validation completes you could potentially get back no FeedItemValidationDetails for that item, or a FeedItemValidationDetail with a

Re: FeedItemAttributeError validationErrorCode descriptions

2013-12-18 Thread schut
Hello, We are experiencing the same behaviour of the FeedItemValidationDetails ApprovalStatus. Is there any news regarding this issue and when this will be fixed? Op dinsdag 26 november 2013 18:13:46 UTC+1 schreef Josh Radcliff (AdWords API Team): > > Hi, > > If you have soap logs that would d

Re: FeedItemAttributeError validationErrorCode descriptions

2013-11-26 Thread Josh Radcliff (AdWords API Team)
Hi, If you have soap logs that would definitely help. You can send them directly to me by clicking "Reply to Author". Do you know if you are seeing a non-null/non-empty FeedItemValidationDetails collection with a null ApprovalStatus after specific actions? For example, do you see this behavi

Re: FeedItemAttributeError validationErrorCode descriptions

2013-11-22 Thread mm
Hey Josh - Yes, in this case there is a FeedMapping, and I am getting FeedItemValidationDetails, but no ApprovalStatus. I'll try to capture the appropriate Soap logs for you and post them as well, if that is useful. Thanks! mm On Friday, November 22, 2013 10:24:25 AM UTC-6, Josh Radcliff (AdWor

Re: FeedItemAttributeError validationErrorCode descriptions

2013-11-22 Thread Josh Radcliff (AdWords API Team)
Hi, In your particular case, does a *FeedMapping* exist for the feed item's *Feed*? If not, then you won't get back any FeedItemValidationDetail for the items because the validation deta

Re: FeedItemAttributeError validationErrorCode descriptions

2013-11-21 Thread Josh Radcliff (AdWords API Team)
Hi, I'm still confirming, but it appears that feed items that are in the 'Pending review' state in the AdWords UI will have null *approvalStatus*. I will post an update once I have more information. Thanks, Josh, AdWords API Team On Thursday, November 21, 2013 1:42:36 PM UTC-5, mm wrote: > >

Re: FeedItemAttributeError validationErrorCode descriptions

2013-11-21 Thread mm
Still curious about whether or not null approvalStatus values are expected. I did finally locate the error doc - https://developers.google.com/adwords/api/docs/appendix/feed-errors On Tuesday, November 19, 2013 9:10:02 AM UTC-6, mm wrote: > > Hey guys - > I'm attempting to retrieve the validatio

FeedItemAttributeError validationErrorCode descriptions

2013-11-19 Thread mm
Hey guys - I'm attempting to retrieve the validation details for my sitelinks. In doing this, I'm seeing null approvalStatus values - is this expected? I am also getting validationErrors, but I can't find any documentation of the error values and what they mean. Where can I find this information