Google Shopping Merchant Conversions API client library for managing conversion sources and tracking.
82
{
"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
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-google-shopping-merchant-conversionsevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10