{
"report_fields": [
{
"field_id": "clicks",
"field_name": "Clicks",
"field_type": "metric",
"data_type": "integer",
"category": "performance",
"description": "Number of clicks on your products in Shopping ads",
"is_filterable": true,
"is_sortable": true,
"compatibility": ["all_reports"],
"example_values": ["1234", "5678", "9012"]
},
{
"field_id": "impressions",
"field_name": "Impressions",
"field_type": "metric",
"data_type": "integer",
"category": "performance",
"description": "Number of times your products were shown in Shopping ads",
"is_filterable": true,
"is_sortable": true,
"compatibility": ["all_reports"],
"example_values": ["12340", "56780", "90120"]
},
{
"field_id": "product_title",
"field_name": "Product Title",
"field_type": "dimension",
"data_type": "string",
"category": "product",
"description": "The title of the product as it appears in your product feed",
"is_filterable": true,
"is_sortable": true,
"compatibility": ["product_performance", "shopping_performance"],
"example_values": ["iPhone 15 Pro", "Samsung Galaxy S24", "Nike Air Max"]
},
{
"field_id": "conversion_value",
"field_name": "Conversion Value",
"field_type": "metric",
"data_type": "currency",
"category": "financial",
"description": "Total value of conversions attributed to your products",
"is_filterable": true,
"is_sortable": true,
"compatibility": ["all_reports"],
"example_values": ["1999.99", "599.50", "299.00"]
},
{
"field_id": "date",
"field_name": "Date",
"field_type": "dimension",
"data_type": "date",
"category": "temporal",
"description": "The date for which the data is reported",
"is_filterable": true,
"is_sortable": true,
"compatibility": ["all_reports"],
"example_values": ["2024-03-15", "2024-03-14", "2024-03-13"]
}
],
"summary": {
"total_fields": 5,
"total_metrics": 3,
"total_dimensions": 2,
"categories": {
"performance": 2,
"financial": 1,
"product": 1,
"temporal": 1
}
},
"field_compatibility": {
"all_reports": ["clicks", "impressions", "conversion_value", "date"],
"product_performance": ["product_title"],
"shopping_performance": ["product_title"]
}
}