Hi Josh,

Got it.

Query 1: Lets have I have feed with 3 feedItems and none of targeting is
set. I have attached feed with campaign which has multiple adgroups. Each
adgroup has a customizable ad and default ad. Since, targeting is set as
none at feed item level, my query is that only default(non customizable ad)
will be shown or all the feedItems would be eligible for replacement?

My second query is:- There are both customizable ad  and default ad in
adGroup. The feed has feedItem which has proper adGroup targeting setted.
Will both customizable and default ad will be shown, or only customizable
ad will be shown?

Thanks,
Kainesh




On Tue, Dec 22, 2015 at 9:18 PM, Josh Radcliff (AdWords API Team) <
adwordsapiadvisor+j...@google.com> wrote:

> Hi Kainesh,
>
> One thing to keep in mind with ad customizers is that you *must* have at
> least one ad in the ad group that does *not* use customizers (see the
> note at the end of the Setting up an ad section of the guide
> <https://developers.google.com/adwords/api/docs/guides/ad-customizers#setting_up_an_ad>),
> so if you create the ads before the feed items are available, the ad
> without customizer references will serve.
>
> Another idea is to create (ADD) your campaigns or ad groups with an
> initial status
> <https://developers.google.com/adwords/api/docs/reference/v201509/CampaignService.Campaign#status>
>  of
> *PAUSED*. Once you've completed the entire process and everything is in
> place, you can update the *status* to *ENABLED*.
>
> Thanks,
> Josh, AdWords API Team
>
>
> On Tuesday, December 22, 2015 at 10:41:39 AM UTC-5, Kainesh Patel wrote:
>>
>> Hi Josh,
>>
>> By any chance, can we set using matching function?
>>
>> The issue is loop is getting generated:-
>> 1. Create Campaign- >Adgroup
>> 2. Then I need to attach adGroup to feedItem(ad customizer).
>> 3. Then I need to create ad.
>>
>> If I merge step 1 and 3, then there would be chances of wrong ad be
>> shown. For e.g Ad headline would be Get % discount instead of Get 20 %
>> discount, since the feed was empty at that moment.
>>
>> Also, I cannot create feedItem in step 1 since adGroup Id is not there.
>>
>> Any alternative method?
>>
>> Thanks,
>> Kainesh
>>
>> On Tue, Dec 22, 2015 at 9:03 PM, Josh Radcliff (AdWords API Team) <
>> adwordsapiadvisor+j...@google.com> wrote:
>>
>>> Hi Kainesh,
>>>
>>> Ad customizers are a bit different from feed-based extensions. For
>>> customizers, you don't want to set up
>>> *CustomerFeed/CampaignFeed/AdGroupFeed* objects with matching
>>> functions. Instead, you should set the campaignTargeting
>>> <https://developers.google.com/adwords/api/docs/reference/latest/FeedItemService.FeedItem#campaignTargeting>
>>> , adGroupTargeting
>>> <https://developers.google.com/adwords/api/docs/reference/latest/FeedItemService.FeedItem#adGroupTargeting>
>>> , keywordTargeting
>>> <https://developers.google.com/adwords/api/docs/reference/latest/FeedItemService.FeedItem#keywordTargeting>,
>>> or geoTargeting
>>> <https://developers.google.com/adwords/api/docs/reference/latest/FeedItemService.FeedItem#geoTargeting>
>>>  attributes
>>> of the FeedItem
>>> <https://developers.google.com/adwords/api/docs/reference/latest/FeedItemService.FeedItem>
>>> s as described in the Ad Customizers Guide
>>> <https://developers.google.com/adwords/api/docs/guides/ad-customizers#adding_data_to_adwords>
>>> .
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Monday, December 21, 2015 at 6:18:23 PM UTC-5, Kainesh Patel wrote:
>>>>
>>>> Hi Yin,
>>>>
>>>> I am unable to capture soap request and response. Can you try the code
>>>> in your setup?
>>>>
>>>> Thanks,
>>>> Kainesh
>>>>
>>>>
>>>> On Tuesday, December 22, 2015 at 4:22:39 AM UTC+5:30, Kainesh Patel
>>>> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I have changed my matching function to IN(FEED_ITEM_ID, {2807134218}),
>>>>> where 2807134218 is FEED_ITEM_ID. But its not helping. Unable to capture
>>>>> soap request and response from the Java code. WIll uodate you, once I have
>>>>> it.
>>>>>
>>>>> Thanks,
>>>>> Kainesh
>>>>>
>>>>> On Tuesday, December 22, 2015 at 3:49:34 AM UTC+5:30, Yin Niu wrote:
>>>>>>
>>>>>> Hi Kanesh,
>>>>>>
>>>>>> Could you please send SOAP request and response log for further
>>>>>> analysis?
>>>>>>
>>>>>> In the meantime, you could try to match by FeedItemId
>>>>>> <https://developers.google.com/adwords/api/docs/guides/feed-matching-functions#selection_by_feed_item_id>.
>>>>>>
>>>>>>
>>>>>> Thanks,
>>>>>> Yin, 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 a topic in the
>>> Google Groups "AdWords API Forum" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/adwords-api/h0ytp4gfXik/unsubscribe.
>>> To unsubscribe from this group and all its topics, 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/0090be3e-9834-461f-8924-456a95caece7%40googlegroups.com
>>> <https://groups.google.com/d/msgid/adwords-api/0090be3e-9834-461f-8924-456a95caece7%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/h0ytp4gfXik/unsubscribe.
> To unsubscribe from this group and all its topics, 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/64466d57-2e10-45f4-b676-b0b495157f65%40googlegroups.com
> <https://groups.google.com/d/msgid/adwords-api/64466d57-2e10-45f4-b676-b0b495157f65%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CANHs%3Drt_mTvPiQjwsy7nVUTLbGNE4xZKVApHZMZ%3Dq%3DA7D8cKhg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to