Hi Michael,

Thanks for providing the SOAP XML logs; they were extremely helpful in 
determining what was going on. 

The key to this unexpected behavior is that your Feed has the origin as 
ADWORDS 
<https://developers.google.com/adwords/api/docs/reference/v201506/FeedService.Feed#origin>.
 
Our documentation 
<https://developers.google.com/adwords/api/docs/reference/v201506/FeedService.Feed#origin>
 
has a note saying that:

    Occasionally the attributes defined for a particular type of Feed 
<https://developers.google.com/adwords/api/docs/reference/v201506/FeedService.Feed.html>
 is 
expanded. 

This means that you're going to see extra attributes that AdWords has 
generated when the feed has an *origin* of *ADWORDS*. For Placeholder Type 7 
<https://developers.google.com/adwords/api/docs/appendix/placeholders#location>,
 
you saw that you only had IDs 1-8 defined, which matches with the numbers 
in your AttributeFieldMappings 
<https://developers.google.com/adwords/api/docs/reference/v201506/FeedMappingService.AttributeFieldMapping>.
 
The reason you did not see 9 or 10 in your *AttributeFieldMappings *is 
because these mapping are used by AdWords and are not set through the API. 
For example, the mysterious *10* with its associated value that you did not 
find documented allows AdWords to sync the feed with the GMB account. 

If you're writing code against this, it's a good idea to ignore any 
FeedItemAttributeValues 
<https://developers.google.com/adwords/api/docs/reference/v201506/FeedItemService.FeedItemAttributeValue>
 that 
do not appear in your *AttributeFieldMappings*. 

Cheers,
Nadine, AdWords API Team 

On Wednesday, August 5, 2015 at 5:05:28 PM UTC-4, Umesh Dengale wrote:
>
> Hello,
>
> Could you provide SOAP request and response? Just click Reply privately to 
> author in the forum when responding. Don't forget to remove the developer 
> token in the output.
>
> Thanks,
> Umesh, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6464ef41-48ac-471a-8d07-981a0000c25b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to