Hi
You can use Sling query<org.apache.sling.query.SlingQuery
> for the same.Targated component's resource type becomes "cq/personalization/components/target
" So in your sling model you can chedk if current page have this resource type
e.g
{CURRENT_PAGE_RESOURCE}.children().has("cq/personalization/components/target");