Improved
Cloud Connect — import JSON columns into map fields
8 days ago
Cloud Connect can now import a warehouse JSON or OBJECT column into a map-typed Lytics field. Key-value data in your BigQuery, Snowflake, or other supported warehouse now lands on the profile as a proper map you can use in audiences and activation — instead of a flat string blob of JSON.
How it works
- Create the destination field in your schema with the right map data type —
map[string]string,map[string]int,map[string]number,map[string]bool, ormap[string]time. - In your Data Model's Field Mappings, map the JSON/
OBJECTsource column to that map field. Lytics parses the object and coerces each value to the field's value type.
Scope
- Available through Field Mappings only. Activated Fields auto-create their schema fields from the query columns and can't produce a map type, so the map field must already exist and be mapped explicitly.
map[string]valueandmap[string]intsumare not supported as import destinations.
See Data Models & Queries for the full Data Model setup.
