Sitelink extensions using matching functions

29 views
Skip to first unread message

Parag Mali

unread,
Sep 1, 2016, 3:25:37 AM9/1/16
to AdWords API Forum

I am using adwords api v201605. I am trying to attach sitelink using matching function to particular adgroup. I am using matching function of type


CONTAINS_ANY(FeedAttribute[feedId,feedAttributeId],{'nike shoes'})


I have a feed item in my feed which matches with this matching function. When I see adgroup extensions all I can see is 'custom settings' and not actual sitelinks which are mapped to this adgroup.


Refer this screenshot for more information


Custom settings in adgroup extensions when using matching function


When I use matching function of type


IN(FEED_ITEM_ID,{1000001,1000002,1000003})


I can see actual feed items mapped to particular adgroup.


Refer this screenshot for more information


enter image description here



Why am I seeing 'custom setting' in first case? Is there anything wrong with my matching function?


Peter Oliquino

unread,
Sep 1, 2016, 5:12:05 AM9/1/16
to AdWords API Forum
Hi Parag,

Could you confirm if this ( CONTAINS_ANY(FeedAttribute[feedId,feedAttributeId],{'nike shoes'}) ) is the actual code that you used? If yes, could you try something like this example with actual values for the feedId and the feedAttributeId : 

CONTAINS_ANY(FeedAttribute[12345678,0],{"Mars cruise","Venus cruise","Moon cruise"})

If this is not the case, could you provide the sample code as to how you are implementing the matching function of the AdWords API? You may use Reply privately to author if your code contains any sensitive information.

Thanks and regards,
Peter
AdWords API Team
Reply all
Reply to author
Forward
0 new messages