@navin_kumar0601 To be used on Profile, Time-Series is meant to define an event for an individual, i.e. you need to attach it to an identity of a Profile. Thus, in the Time-Series you need a Person identity. You have zipcode as the identity.
So, if you want to capture and use weather and apply it to each person, use option 1.
- Duplicate the Event to everyone in the zipcode, giving each profile their own event (and add in the Person identity)
- Use if you want to capture the weather for each person, everyday
hi @danny-miller @anil_umachigi @atulchavan , I made it work , keep Weather Schema as Event (and not record). The way i approached the problem was different.
Step1: Created Weather (xevent) as Class and Profile (record) as Class
Step 2:Created Weather Schema (xevent)and Profile Scheme (record)
Step 3: Weather Schema has Zipcode (identity) , also nms Zipcode (new namespace)
Step 4: Profile Schema has email (identity) , also nms EmailAddress (default email)
Step 5: Now , I establish relationship between Profile Schema with Weather Schema.
Validation steps:
For validation to check if its work or not , here is my hypothesis.
H1: For particular Zipcode (ex: 95501) in Profile Schema, I should able to get temperature in Weather Schema
CJA Validation: Create DV with required Dimensions and Metrics
Validation:
Under Profile Zipcode , you have Temperature (screenshot says Humidity, you could ignore it as well as value- I was playing around)
