CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-google-shopping-merchant-conversions

Google Shopping Merchant Conversions API client library for managing conversion sources and tracking.

82

1.17x
Overview
Eval results
Files

rubric.jsonevals/scenario-4/

{
  "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-conversions

tile.json