diff --git a/src/cdk/v2/destinations/rakuten/data/propertiesMapping.json b/src/cdk/v2/destinations/rakuten/data/propertiesMapping.json index d0ee7b5ae1..e04765faed 100644 --- a/src/cdk/v2/destinations/rakuten/data/propertiesMapping.json +++ b/src/cdk/v2/destinations/rakuten/data/propertiesMapping.json @@ -83,7 +83,7 @@ "destKey": "shipped" }, { - "sourceKeys": "properties.sitename", + "sourceKeys": ["properties.sitename", "properties.url", "context.page.url"], "destKey": "sitename" }, { diff --git a/test/integrations/destinations/rakuten/processor/transformationFailure.ts b/test/integrations/destinations/rakuten/processor/transformationFailure.ts index ebecfdf26f..906ddafd6a 100644 --- a/test/integrations/destinations/rakuten/processor/transformationFailure.ts +++ b/test/integrations/destinations/rakuten/processor/transformationFailure.ts @@ -52,7 +52,7 @@ export const transformationFailures = [ jobId: '1', }, statTags: { - destType: 'rakuten', + destType: 'RAKUTEN', destinationId: 'dummyDestId', errorCategory: 'dataValidation', errorType: 'instrumentation', @@ -120,7 +120,7 @@ export const transformationFailures = [ jobId: '1', }, statTags: { - destType: 'rakuten', + destType: 'RAKUTEN', destinationId: 'dummyDestId', errorCategory: 'dataValidation', errorType: 'instrumentation', @@ -185,7 +185,7 @@ export const transformationFailures = [ jobId: '1', }, statTags: { - destType: 'rakuten', + destType: 'RAKUTEN', errorCategory: 'dataValidation', destinationId: 'dummyDestId', errorType: 'instrumentation', @@ -251,7 +251,7 @@ export const transformationFailures = [ jobId: '1', }, statTags: { - destType: 'rakuten', + destType: 'RAKUTEN', destinationId: 'dummyDestId', errorCategory: 'dataValidation', errorType: 'instrumentation', @@ -318,7 +318,7 @@ export const transformationFailures = [ jobId: '1', }, statTags: { - destType: 'rakuten', + destType: 'RAKUTEN', destinationId: 'dummyDestId', errorCategory: 'dataValidation', errorType: 'instrumentation',