My first question regards to using keyword targeting for AdCustomizer 
FeedItems. Usually an ad is created given a final URL.

It seems the way keyword targeting works is the FeedItem with the matching 
keyword will be applied to a *single* ad, as opposed to each ad being 
associated with a FeedItem. Wouldn't this mean that all ads will have the 
same final URL?

Here is the code we're concerned about:
$expanded_text_ad->description = "{=$feed_name.Description}";
$expanded_text_ad->finalUrls = array($final_url);

Would it be possible to do something like this to get FeedItems to be able 
to fill in final URL?
$expanded_text_ad->finalUrls = array("{=$feed_name.FinalURL}");

This way we could have one ad to be associated dynamically to the proper 
FeedItem based off of keyword targeting, correct?

*= = = = = = = = = = = = = = = = = = = =*

Second questions is about FeedItem targeting... We've been using AdGroup 
targeting with:
$item = new FeedItem();

$adgroup_targeting = new FeedItemAdGroupTargeting();
$adgroup_targeting->TargetingAdGroupId = $adgroup_id;
$item->adGroupTargeting = $adgroup_targeting;

Would the proper implementation of keyword targeting just be this? Where 
$target_keyword_object is a Keyword Object:
$item = new FeedItem();
$item->keywordTargeting = $target_keyword_object;

Does it need to be combined with AdGroup targeting?

-- 
Feedonomics just launched *FeedSPIā„¢*, an innovative technology that allows 
you to create the* ultimate custom labels* based on the Google Shopping 
competitive pricing landscape. These custom labels allow you to reduce bids 
when your products are priced higher, and raise bids when your products are 
cheaper. Ask me about *FeedSPIā„¢ *today!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5dd92328-3f22-497d-bf05-62054e8d7eb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to