Skip to main content

Data Quality Best Practices

Product data quality directly affects how your items appear in ChatGPT and ultimately impacts conversion rates. This chapter consolidates ACP’s data quality requirements and recommendations.

6.1 ID Stability

Product IDs and variant IDs must remain stable throughout their entire lifecycle.
Why this matters:
  • ChatGPT tracks purchase history and user preferences by product ID
  • Changing an ID is equivalent to creating an entirely new product; all prior data is lost
  • ID instability degrades the product’s ranking and frequency in AI recommendations

6.2 Description Format

Provide at least one description format. Plain text is recommended:
Descriptions should:
  • Accurately reflect the product’s actual features
  • Include key specifications (dimensions, weight, materials, etc.)
  • Avoid marketing hyperbole
  • Be easy for AI systems to parse and retrieve

6.3 Variant-Specific Fields

The following fields should be set independently on each Variant, not only at the Product level:

variant_options

Use variant_options to label user-facing specification dimensions:
These dimensions are presented to users as selectable options in ChatGPT’s product display.

6.4 URL Conventions

Add Tracking Parameters

Include utm_medium=feed in all product URLs to track traffic originating from ACP:

Use Durable Public URLs

Seller URLs must:
  • Be durable public URLs
  • Not contain expiring session tokens or temporary parameters
  • Remain accessible over the long term

URL Encoding

All URLs must be valid and properly encoded:
Encode spaces as %20 and handle special characters per URL encoding standards.

6.5 Prohibited Content

The following product categories must not be submitted through ACP: Submitting prohibited content may result in merchant account suspension or termination.

6.6 Data Freshness

Keep inventory and pricing data up to date: Stale inventory and pricing data leads to poor user experiences (e.g., a user attempts to purchase an out-of-stock item) and may reduce the merchant’s visibility weighting on the platform.

6.7 Image Quality Guidelines

6.8 Quality Checklist

Before submitting product data, verify each item:
  • All IDs are stable and unique
  • Every Product has at least one Variant
  • Every Variant has a title, price, and availability status
  • Prices use minor units (cents, not dollars)
  • At least one description format is provided
  • URLs are valid and properly encoded
  • URLs include the utm_medium=feed tracking parameter
  • Image URLs are publicly accessible
  • No prohibited-category products are included
  • Variant-specific fields are set independently on each Variant

Next chapter: Chapter 7: Testing and Validation — Small-batch testing, format validation, and common error troubleshooting