Re: Feed Item Mapping Validation Information via API ?

2015-03-12 Thread Danial Klimkin
Hello Nikita,


This is expected for v201409, please see above.

Note, this field has been added to v201502 and now should be available.


-Danial, AdWords API Team.



On Wednesday, March 11, 2015 at 9:58:42 PM UTC+3, Nikita Nefedov wrote:
>
> Hey Danial,
>
> We are having this same kind of issue.
>
> AccoundID is 784-478-7981, [{feedItemId: 976254991, feedId: 23163799}, 
> {feedItemId: 976254994, feedId: 23163799}]
>
> On Wednesday, November 12, 2014 at 5:57:11 PM UTC+4, Danial Klimkin wrote:
>>
>> Hello Peter,
>>
>>
>> Could you please give us an example of a feed items that are disapproved 
>> but errors are not returned? We need account and object IDs.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Tuesday, November 11, 2014 5:24:07 PM UTC+3, 
>> peter.r...@smarter-ecommerce.com wrote:
>>>
>>> I am wondering how I can get validation information for feed items via 
>>> the API. 
>>>
>>> I am currently using the FeedItemService. Here is what I experience at 
>>> the moment when using the selector "ValidationDetails":
>>>
>>> If an item awaits approval, then the validationDetails property is not 
>>> set at all.
>>> If an item is either approved or disapproved, then the validationDetails 
>>> property is set, but no validationErrors are delivered.
>>>
>>> In the Adwords UI I can see, disapproval reasons, e.g. "Guns & parts". I 
>>> hoped, that I can access this information via the validationErrors 
>>> property. 
>>>
>>> Is there any other way to get the information or am I doing something 
>>> wrong ?
>>>
>>> Thanks! 
>>> Peter
>>>
>>> // --- here is  Groovy code snippet that should conceptually show what I 
>>> am doing ---
>>>
>>> adwordsDataService.getFeedItems(account, feedId).eachWithIndex { item, i 
>>> ->
>>>
>>> println "$item.feedItemId ($i)"
>>> if(item.validationDetails) {
>>> item.validationDetails.each {
>>> println "  $it.approvalStatus / $it.validationStatus"
>>> if(it.validationErrors) {
>>> it.validationErrors.each {
>>> println "$it.feedAttributeIds / 
>>> $it.validationErrorCode / $it.errorInformation"
>>> }
>>> } else {
>>> println "no validation errors"
>>> }
>>>
>>> }
>>> } else {
>>> println "  no validation details"
>>> }
>>> println "="
>>> }
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3f594805-640c-4acf-8cb8-e1e5e49fea10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Feed Item Mapping Validation Information via API ?

2015-03-11 Thread Nikita Nefedov
Hey Danial,

We are having this same kind of issue.

AccoundID is 784-478-7981, [{feedItemId: 976254991, feedId: 23163799}, 
{feedItemId: 976254994, feedId: 23163799}]

On Wednesday, November 12, 2014 at 5:57:11 PM UTC+4, Danial Klimkin wrote:
>
> Hello Peter,
>
>
> Could you please give us an example of a feed items that are disapproved 
> but errors are not returned? We need account and object IDs.
>
>
> -Danial, AdWords API Team.
>
>
> On Tuesday, November 11, 2014 5:24:07 PM UTC+3, 
> peter.r...@smarter-ecommerce.com wrote:
>>
>> I am wondering how I can get validation information for feed items via 
>> the API. 
>>
>> I am currently using the FeedItemService. Here is what I experience at 
>> the moment when using the selector "ValidationDetails":
>>
>> If an item awaits approval, then the validationDetails property is not 
>> set at all.
>> If an item is either approved or disapproved, then the validationDetails 
>> property is set, but no validationErrors are delivered.
>>
>> In the Adwords UI I can see, disapproval reasons, e.g. "Guns & parts". I 
>> hoped, that I can access this information via the validationErrors 
>> property. 
>>
>> Is there any other way to get the information or am I doing something 
>> wrong ?
>>
>> Thanks! 
>> Peter
>>
>> // --- here is  Groovy code snippet that should conceptually show what I 
>> am doing ---
>>
>> adwordsDataService.getFeedItems(account, feedId).eachWithIndex { item, i 
>> ->
>>
>> println "$item.feedItemId ($i)"
>> if(item.validationDetails) {
>> item.validationDetails.each {
>> println "  $it.approvalStatus / $it.validationStatus"
>> if(it.validationErrors) {
>> it.validationErrors.each {
>> println "$it.feedAttributeIds / 
>> $it.validationErrorCode / $it.errorInformation"
>> }
>> } else {
>> println "no validation errors"
>> }
>>
>> }
>> } else {
>> println "  no validation details"
>> }
>> println "="
>> }
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d543de03-0c43-4b3e-8964-2a0deac0dadf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Feed Item Mapping Validation Information via API ?

2014-11-12 Thread Danial Klimkin
Hello Peter,


Could you please give us an example of a feed items that are disapproved 
but errors are not returned? We need account and object IDs.


-Danial, AdWords API Team.


On Tuesday, November 11, 2014 5:24:07 PM UTC+3, 
peter.r...@smarter-ecommerce.com wrote:
>
> I am wondering how I can get validation information for feed items via the 
> API. 
>
> I am currently using the FeedItemService. Here is what I experience at the 
> moment when using the selector "ValidationDetails":
>
> If an item awaits approval, then the validationDetails property is not set 
> at all.
> If an item is either approved or disapproved, then the validationDetails 
> property is set, but no validationErrors are delivered.
>
> In the Adwords UI I can see, disapproval reasons, e.g. "Guns & parts". I 
> hoped, that I can access this information via the validationErrors 
> property. 
>
> Is there any other way to get the information or am I doing something 
> wrong ?
>
> Thanks! 
> Peter
>
> // --- here is  Groovy code snippet that should conceptually show what I 
> am doing ---
>
> adwordsDataService.getFeedItems(account, feedId).eachWithIndex { item, i ->
>
> println "$item.feedItemId ($i)"
> if(item.validationDetails) {
> item.validationDetails.each {
> println "  $it.approvalStatus / $it.validationStatus"
> if(it.validationErrors) {
> it.validationErrors.each {
> println "$it.feedAttributeIds / 
> $it.validationErrorCode / $it.errorInformation"
> }
> } else {
> println "no validation errors"
> }
>
> }
> } else {
> println "  no validation details"
> }
> println "="
> }
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6ff4e114-34a8-42f1-beef-fcea337f24c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Feed Item Mapping Validation Information via API ?

2014-11-11 Thread peter . rietzler
I am wondering how I can get validation information for feed items via the 
API. 

I am currently using the FeedItemService. Here is what I experience at the 
moment when using the selector "ValidationDetails":

If an item awaits approval, then the validationDetails property is not set 
at all.
If an item is either approved or disapproved, then the validationDetails 
property is set, but no validationErrors are delivered.

In the Adwords UI I can see, disapproval reasons, e.g. "Guns & parts". I 
hoped, that I can access this information via the validationErrors 
property. 

Is there any other way to get the information or am I doing something wrong 
?

Thanks! 
Peter

// --- here is  Groovy code snippet that should conceptually show what I am 
doing ---

adwordsDataService.getFeedItems(account, feedId).eachWithIndex { item, i ->

println "$item.feedItemId ($i)"
if(item.validationDetails) {
item.validationDetails.each {
println "  $it.approvalStatus / $it.validationStatus"
if(it.validationErrors) {
it.validationErrors.each {
println "$it.feedAttributeIds / 
$it.validationErrorCode / $it.errorInformation"
}
} else {
println "no validation errors"
}

}
} else {
println "  no validation details"
}
println "="
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ca34025b-e66c-4a2d-88a3-7b7b2b104653%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.