From 6e349f60787f84c64cf6b0178d23b65b4eaec712 Mon Sep 17 00:00:00 2001 From: Mihaly Dombi Date: Mon, 2 Dec 2024 11:26:31 +0100 Subject: [PATCH] Extended the metrics in sponsored_brands_v3_report_stream.json --- .../sponsored_brands_v3_report_stream.json | 59 ++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/schemas/sponsored_brands_v3_report_stream.json b/airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/schemas/sponsored_brands_v3_report_stream.json index e83fcc7d2ce0..612d69e14763 100644 --- a/airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/schemas/sponsored_brands_v3_report_stream.json +++ b/airbyte-integrations/connectors/source-amazon-ads/source_amazon_ads/schemas/sponsored_brands_v3_report_stream.json @@ -23,7 +23,64 @@ "unitsSold14d": { "type": ["null", "string"] }, "adGroupName": { "type": ["null", "string"] }, "newToBrandUnitsSold14d": { "type": ["null", "string"] }, - "campaignBudgetCurrencyCode": { "type": ["null", "string"] } + "campaignBudgetCurrencyCode": { "type": ["null", "string"] }, + "addToCart": { "type": ["null", "integer"] }, + "addToCartClicks": { "type": ["null", "integer"] }, + "addToCartRate": { "type": ["null", "number"] }, + "adGroupId": { "type": ["null", "integer"] }, + "addToList": { "type": ["null", "integer"] }, + "addToListFromClicks": { "type": ["null", "integer"] }, + "qualifiedBorrows": { "type": ["null", "integer"] }, + "qualifiedBorrowsFromClicks": { "type": ["null", "integer"] }, + "royaltyQualifiedBorrows": { "type": ["null", "integer"] }, + "royaltyQualifiedBorrowsFromClicks": { "type": ["null", "integer"] }, + "brandedSearches": { "type": ["null", "integer"] }, + "brandedSearchesClicks": { "type": ["null", "integer"] }, + "campaignBudgetAmount": { "type": ["null", "number"] }, + "campaignBudgetType": { "type": ["null", "string"] }, + "campaignId": { "type": ["null", "integer"] }, + "campaignStatus": { "type": ["null", "string"] }, + "clicks": { "type": ["null", "integer"] }, + "cost": { "type": ["null", "integer"] }, + "costType": { "type": ["null", "string"] }, + "detailPageViews": { "type": ["null", "integer"] }, + "detailPageViewsClicks": { "type": ["null", "integer"] }, + "eCPAddToCart": { "type": ["null", "number"] }, + "endDate": { "type": ["null", "string"] }, + "impressions": { "type": ["null", "integer"] }, + "keywordBid": { "type": ["null", "number"] }, + "keywordId": { "type": ["null", "integer"] }, + "adKeywordStatus": { "type": ["null", "string"] }, + "keywordText": { "type": ["null", "string"] }, + "keywordType": { "type": ["null", "string"] }, + "matchType": { "type": ["null", "string"] }, + "newToBrandDetailPageViewRate": { "type": ["null", "number"] }, + "newToBrandDetailPageViews": { "type": ["null", "integer"] }, + "newToBrandDetailPageViewsClicks": { "type": ["null", "integer"] }, + "newToBrandECPDetailPageView": { "type": ["null", "number"] }, + "newToBrandPurchases": { "type": ["null", "integer"] }, + "newToBrandPurchasesClicks": { "type": ["null", "integer"] }, + "newToBrandPurchasesPercentage": { "type": ["null", "number"] }, + "newToBrandPurchasesRate": { "type": ["null", "number"] }, + "newToBrandSales": { "type": ["null", "integer"] }, + "newToBrandSalesClicks": { "type": ["null", "integer"] }, + "newToBrandSalesPercentage": { "type": ["null", "number"] }, + "newToBrandUnitsSold": { "type": ["null", "integer"] }, + "newToBrandUnitsSoldClicks": { "type": ["null", "integer"] }, + "newToBrandUnitsSoldPercentage": { "type": ["null", "number"] }, + "purchases": { "type": ["null", "integer"] }, + "purchasesClicks": { "type": ["null", "integer"] }, + "purchasesPromoted": { "type": ["null", "integer"] }, + "sales": { "type": ["null", "integer"] }, + "salesClicks": { "type": ["null", "integer"] }, + "salesPromoted": { "type": ["null", "integer"] }, + "startDate": { "type": ["null", "string"] }, + "targetingExpression": { "type": ["null", "string"] }, + "targetingId": { "type": ["null", "integer"] }, + "targetingText": { "type": ["null", "string"] }, + "targetingType": { "type": ["null", "string"] }, + "topOfSearchImpressionShare": { "type": ["null", "number"] }, + "unitsSold": { "type": ["null", "integer"] } } } },