Monday, 21 December 2015

Re: Matching function in ad customizer is not working

Hi Yin,

Thanks for your quick reply.

The matching function used in the code doesn't use either feedId or feedAttribute Id. It used FEED_ITEM_ID.
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

On Tuesday, December 22, 2015 at 2:26:44 AM UTC+5:30, Yin Niu wrote:
Hi Kainesh, 

Please take a look at this code example. You are hard-coding the feedAttributeIds. That might be the problem.

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+unsubscribe@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+unsubscribe@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/4682e43b-a1f8-48e5-b379-a2562f5c7d25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment