Query Regarding multiple schemas for AEP and Adobe Analytics Hi there, I have configured a schema using Adobe Analytics Experience Event Field Group (Schema 1)I have another schema with a set of Custom Fields (Schema 2)Primary reason for using AA Experience Event Field group is to send data to AA through Launch Web SDK. I do not want all fields on Schema 1 to be passed into AEP. Hence, schema 2 is created with only required fields to be sent to AEP. I have Adobe Launch implementation to send data to edge network on various interactions (page view, page scroll, link click, product view etc.) . However, I want to send data to AEP only on page view event.Using data object (data.__adobe{}) is one of the method of achieving this.But, Is there any other way to achieve this using Data Prep mapping with Schema 1 and Schema 2? If I use data prep to map the fields, say xdm._experience.analytics.customDimensions.eVars.eVar1 (Schema 1) ---> schema2.pageName (Schema 2), it will map and send data on all interactions rather than ju