tessl install tessl/pypi-google-shopping-merchant-conversions@1.0.0Google Shopping Merchant Conversions API client library for managing conversion sources and tracking.
Agent Success
Agent success rate when using this tile
82%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.17x
Baseline
Agent success rate without this tile
70%
{
"context": "This criteria evaluates how well the engineer uses the google-shopping-merchant-conversions package to implement client initialization and configuration functionality. The focus is on proper usage of ConversionSourcesServiceClient, ConversionSourcesServiceAsyncClient, and their configuration options.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Import Client Classes",
"description": "Correctly imports ConversionSourcesServiceClient and ConversionSourcesServiceAsyncClient from google.shopping.merchant_conversions_v1",
"max_score": 10
},
{
"name": "Synchronous Client Creation",
"description": "Uses ConversionSourcesServiceClient() constructor to create synchronous client instances in the create_client function",
"max_score": 20
},
{
"name": "Transport Configuration",
"description": "Passes transport parameter to client constructor to configure transport mechanism (grpc, rest, etc.)",
"max_score": 15
},
{
"name": "Endpoint Configuration",
"description": "Passes client_options parameter with api_endpoint set to configure custom API endpoints when provided",
"max_score": 15
},
{
"name": "Async Client Creation",
"description": "Uses ConversionSourcesServiceAsyncClient() constructor to create asynchronous client instances in the create_async_client function",
"max_score": 20
},
{
"name": "Async Transport Config",
"description": "Configures transport appropriately for async client (grpc_asyncio) using the transport parameter",
"max_score": 10
},
{
"name": "Return Client Instances",
"description": "Functions return the properly configured client instances (not wrapped or modified unnecessarily)",
"max_score": 10
}
]
}