To add to this: The RPC API docs are pretty inconsistent in regards to CartData (missing / wrong field-types and missing information) however the REST API docs are much better (https://developers.google.com/google-ads/api/rest/reference/rest/v11/customers/uploadClickConversions) so we implemented click-conversion uploads through the REST API.
A complete (single) sample-conversion in the conversions-array looks like this: { gclid: '123', conversionAction: 'customers/12345678/conversionActions/987654321', conversionDateTime: '2022-12-05 22:00:00+01:00' conversionValue: '0.02' currencyCode: 'USD', cartData: { merchantId: '123' feedCountryCode: 'US', // not sure if this needs to be upper- or lowercase feedLanguageCode: 'us' // not sure if this needs to be upper- or lowercase localTransactionCost: 0, items: { productId: '123abc', quantity: 2, unitPrice: 1.2, }, }, } The API response does not throw any errors, yet we are not able to find the submitted (cart)data within the dashboards. Specific questions (in addition to "are there any addition docs regardings this feature?" and "does this need to be enabled first?") are: - Did we get something completely wrong here? - Does the sample-conversion match the required syntax? - If not, are there any mandatory fields missing, for example conversionEnvironment or orderId? - What is the expected format (upper- or lowercase) of feedCountryCode and feedLanguageCode? Any additional input is very appreciated! Thanks Max f...@publish.it schrieb am Montag, 12. Dezember 2022 um 12:49:08 UTC+1: > Hi there, > > we are a CSS using shopping campaigns and uploading conversions via google > ads api / clickconversions / cart_data. > > There is not really any other resource for using CartData with > clickconversions out there then this: > https://developers.google.com/google-ads/api/reference/rpc/v12/CartData > > Also it seems to be pretty fresh: > > https://ads-developers.googleblog.com/2021/06/announcing-v8-of-google-ads-api.html > (cart_data has been added to v8 API version in 06 2021) > > Has anyone more informations about "CartData"? Does it need to be enabled > first as shopping cart data still in beta and there is no resource on > CartData via clickconversions? > > We exspected the passed data to be shown within a shopping campaign in > campaigns "products" tab within the shopping stats columns for example > "orders" or "avg. cart size". > > Example how we use cart_data: > > "cartData": { > "merchantId": 1234567890, > "feedCountryCode": "DE", > "feedLanguageCode": "de", > "localTransactionCost": 0, > "items": { > "productId": "1234567890", > "quantity": 2, > "unitPrice":100.01 > } > > All conversion parts before that like gclid, conversion value etc are > working and recording. > > Appreciate your help community! > > Florian -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/923741b2-95e4-4327-a37a-fdc6ba625a03n%40googlegroups.com.