Conversion Tracking: Adding new entities

Hi All,

I just set up my first conversion action to track CTA Clicks on Product entities! When setting up a click based conversion action, we’re required to select the relevant entities that we want to apply to Conversion Action to. In this case I selected all Product entities in my Knowledge Graph.

If I add more Products into the Knowledge Graph in the future, will I have to adjust the conversion action to include the new Product entities? Or will the new Product entities automatically be added?

Thank you,
Austin

1 Like

Hi Austin,

No you won’t, unless you selected each product entity one at a time (which happened to add up to all product entities). If you select all product entities, then we are selecting the whole entity type, which will update dynamically.

You can see this more clearly in Admin Console. Sometimes looking at your configuration files there, if the resources are supported, can help you understand a resource a bit better.

If you click into your conversion-action resource in the Admin Console and you set your action a type using the Universal Entity Picker, you’ll see that the entityFilter is set to entityTypeIds, and not tied to any specific entities.
image

Hope that helps!

Thanks,
Liz

Super helpful, thanks Liz!