String matchingFunctionString = String.format( | |
"AND( IN(FEED_ITEM_ID, {%s}), EQUALS(CONTEXT.DEVICE, 'Mobile') )", | |
Joiner.on(',').join(siteLinksData.siteLinkFeedItemIds)); I agree, I have hard code the values, but its not not problem, since I have printed actual value which matches the hard code values. Can you try some combinations at your end? Also my second part of query is how to check matching function on UI, which is still unanswered? Thanks, Kainesh |
System.out.printf("Feed with name '%s' and ID %d with nameAttributeId %s %d" + " and priceAttributeId %s %d and dateAttributeId %s %d and inventoryId %s %d" + " was created.\n", savedFeed.getName(), savedFeed.getId(), savedAttributes[0].getName(), savedAttributes[0].getId(), savedAttributes[1].getName(), savedAttributes[1].getId(), savedAttributes[2].getName(), savedAttributes[2].getId(), savedAttributes[3].getName(),
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0090be3e-9834-461f-8924-456a95caece7%40googlegroups.com.--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
Hi Josh,By any chance, can we set using matching function?The issue is loop is getting generated:-1. Create Campaign- >Adgroup2. 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
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+unsubscribe@googlegroups.com.
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), 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 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- >Adgroup2. 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
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0090be3e-9834-461f-8924-456a95caece7%40googlegroups.com.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/64466d57-2e10-45f4-b676-b0b495157f65%40googlegroups.com.
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+josh@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), 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 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- >Adgroup2. 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
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0090be3e-9834-461f-8924-456a95caece7%40googlegroups.com.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
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+unsubscribe@googlegroups.com.
Josh, AdWords API Team
Josh, AdWords API Team
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0090be3e-9834-461f-8924-456a95caece7%40googlegroups.com.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/64466d57-2e10-45f4-b676-b0b495157f65%40googlegroups.com.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/696c1b5c-f965-4e8a-83bc-3e2a8edd6ca2%40googlegroups.com.