Hi,
I am using snowplow version 75 and have implemented the javascript Tracker version 2.6.0. I am facing issue for Enhanced Ecomm events while running the storage loader . PFB the error log of storage loader:
Loading Snowplow events and shredded types into My Redshift database (Redshift cluster)…
Unexpected error: Cannot find JSON Paths file to load s3://udmd-p-enriched/shredded/good/run=2016-05-04-05-46-42/com.google.analytics.enhanced-ecommerce/action/jsonschema/1- into landing.com_google_analytics_enhanced_ecommerce_action_1
The Contents of the Iglu resolver is :-
{
"schema": "iglu:com.snowplowanalytics.iglu/resolver-config/jsonschema/1-0-0",
"data": {
"cacheSize": 500,
"repositories": [
{
"name": "Iglu Central",
"priority": 0,
"vendorPrefixes": [ "com.snowplowanalytics" ],
"connection": {
"http": {
"uri": "http://iglucentral.com"
}
}
} ,
{
"name": "UDMD Repository",
"priority": 0,
"vendorPrefixes": [ "udmd.unileversolutions" ],
"connection": {
"http": {
"uri": "http://s3-eu-west-1.amazonaws.com/udmd-p-schemas"
}
}
} ,
{
"name": "UDMD Repository",
"priority": 0,
"vendorPrefixes": [ "udmd.videocomponent" ],
"connection": {
"http": {
"uri": "http://s3-eu-west-1.amazonaws.com/udmd-p-schemas"
}
}
} ,
{
"name": "UDMD Repository",
"priority": 0,
"vendorPrefixes": [ "udmd.product" ],
"connection": {
"http": {
"uri": "http://s3-eu-west-1.amazonaws.com/udmd-p-schemas"
}
Could you please let me know where do I need to mention the JSOn path files for Enhanced Ecommerce.
Thanks,
Shilpi Singh