Skip to content

Commit

Permalink
Extended the metrics in sponsored_brands_v3_report_stream.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaly-dombi committed Dec 2, 2024
1 parent 52515da commit 6e349f6
Showing 1 changed file with 58 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
}
}
},
Expand Down

0 comments on commit 6e349f6

Please sign in to comment.