Hi

We are currently working with customize ads, creating small app (that will 
run from our server) which create and update feeds in order to dynamic 
update our ads (item price and other property of our in sell items) .
However i'm getting into some difficultly which i need your advise.
I want the ads to use the latest FeedItem which i uploaded for given 
campaign/ad-group, and not the first uploaded FeedItem which for some 
reason is the default beehive. if you know how to answer you can skip the 
technical details.
Lets get into the technical details of how i'm creating a feed and update 
it with new feed Item

1)First time i'm running the app i'm creating new feed (for some 
product/item ) AKA AdCustomizerFeed with all relevant properties. 
2)Creating FeedItem and populate it with all 
relevant FeedItemAttributeValue (for each property in the feed) for a 
specific campaign 
3)Rapping FeedItem with FeedItemOperation (Operator.Add) and mutate it 
to FeedItemService
 
Next run, i'll get the same AdCustomizerFeed (from AdCustomizerFeedService 
assuming it exist)  and repeat steps 2 and 3 to create new FeedItem and 
FeedItemOperation (for this specific feed) to update the relevant 
properties i want.

>From the API everything seems to work as expected, I can also see the new 
CustomizerFeed and FeedItem in the AdWords editor, and i can also see all 
feeds in the editor (see 2 of 3 as i give 3 feeds)
[image: Inline image 1]


However when i look at the ad, the first FeedItem i uploaded is showing 
[image: Inline image 2]

My question is how do i define that the latest FeedItem (operation that i'm 
uploading) will be show in the ad. (or can i give priority to feed items).
*i can ask for the latest FeedItem for some campaign and either delete it 
or update it with the new data, however it required some handling that i'm 
prefer not to do. 
I assume AdWords API have some way to priorities FeedItem, either in the 
FeedItem level or AdCustomizerFeed level. 
FYI i'm using the C# API.

Thanks in advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f7c9ff32-adac-41a9-a7f7-45902e670d72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to