AI-generated Key Takeaways
- 
          
Additional information about cart data includes details on the merchant, feed country and language codes, local transaction cost, and item data.
 - 
          
The
merchant_idis an int64 representing the Merchant Center ID. - 
          
feed_country_codeandfeed_language_codeare strings indicating the country and language associated with the feed. - 
          
local_transaction_costis a double representing the total transaction level discounts in the cart. - 
          
The
itemsfield contains data for the purchased items, referencing theCartData.Itemstructure. 
Contains additional information about cart data.
| Fields | |
|---|---|
 | 
                
                   
 The Merchant Center ID where the items are uploaded.  | 
              
 | 
                
                   
 The country code associated with the feed where the items are uploaded.  | 
              
 | 
                
                   
 The language code associated with the feed where the items are uploaded.  | 
              
 | 
                
                   
 Sum of all transaction level discounts, such as free shipping and coupon discounts for the whole cart. The currency code is the same as that in the ClickConversion message.  | 
              
 | 
                
                  
                   Data of the items purchased.  |