I have been passing this array:
items: [
{
id: item_id_google,
item_id: item_id_google,
name: product.title,
item_name: product.title,
item_category: product.type,
item_brand: product.vendor,
item_variant: productVariant.title,
price: amount,
quantity: 1,
google_business_vertical: “retail”,
},
],
The data is correct. I’m using this for both ecommerce on GA4 and Google Ads Remarketing. However, it seems like the match rates: retail has been 0. I’m using client-side for Google Ads Remarketing right now. Should I also implement this on server-side?