Hi,
I'm looking at the resource mapping for Placeholder Feed Item, and trying to select the field which used to be KeywordTargetingId. This translates to feed_item_target.feed_item_targeting_id, however, I get an error when I try to SELECT this FROM feed_item, which makes sense since it should be selected from feed_item_target. With this, how do I properly JOIN feed_item to feed_item_target in order to SELECT this field in my query? Thanks in advance!
Eli Tamagni