Table of Contents▾
Short answer: yes, auto dealers can run ChatGPT Ads today. The platform is self-serve with no minimum spend, supports state, DMA, and zip code targeting in the US, and shows a single sponsored card to Free and Go tier users. Start with a small test built around specific vehicles or service offers, not a budget shift.
OpenAI officially entered the paid advertising business in 2026. For dealerships that built their digital strategy around Google Ads, Meta, and third-party listing sites, this is a new discovery channel worth understanding early, before it gets crowded.
Car buyers already use ChatGPT to compare models, ask about reliability, research trade-in values, and narrow a shortlist before they ever visit a dealer site. We covered the organic side of that shift in our guide to AI search visibility for auto dealers. This guide covers the paid side: what ChatGPT Ads actually is, how buying and targeting work, and where it realistically fits in a dealership's marketing plan today.
A Quick Timeline
- January 16: OpenAI confirmed its move into advertising.
- February 9: Public pilot went live in the US for logged-in adult users on the Free and ChatGPT Go tiers, with a $200,000 minimum for enterprise pilot advertisers.
- March 21: OpenAI announced it would widen ads to all US Free and Go users in the coming weeks.
- March 26: Expansion confirmed for Australia, New Zealand, and Canada. The same week, OpenAI confirmed the pilot had crossed $100 million in annualized revenue with more than 600 advertisers.
- Early April: Self-serve Ads Manager entered closed testing (first widely reported April 10), and the pilot minimum dropped from $200,000 to $50,000.
- May 5 to 7: Ads Manager opened to all US self-serve buyers with CPC and CPM bidding and no minimum spend, and expansion was announced for the UK, Mexico, Brazil, Japan, and South Korea.
- June 6: Ads went live in the UK as a managed pilot.
- Mid-June: OpenAI published new Ad Tools Terms covering Audience Tools and Creative Tools.
- Early July: Custom audience uploads and AI-suggested ad creative rolled out in Ads Manager.
In under four months, ChatGPT Ads went from a $200,000 enterprise pilot to an open, self-serve platform with no minimum. That pace matters for dealers because it means testing is now realistic at a single-store budget, not just for national OEM campaigns.
What the Ad Unit Looks Like
The core format is a sponsored card called a chat_card. It appears below a ChatGPT answer, clearly labeled as an ad. Each card includes the dealership or brand name and favicon, a headline of 3 to 50 characters, short body copy up to 100 characters, an image, and a destination URL such as an inventory page or service scheduling page.
OpenAI is explicit that ads never influence the assistant's actual answer. There is no self-serve video or carousel format yet. One development worth watching: OpenAI's ads documentation now also supports feed-driven product ads that auto-populate cards from a product catalog. For dealers, that is the format to keep an eye on, because it is built for inventory.
Who Actually Sees These Ads
Ads only appear for Free and Go tier users. Plus, Pro, Business, Enterprise, and Education subscribers stay ad-free, and accounts flagged as under 18 never see ads. Free tier users can also opt into an ad-free experience in exchange for lower usage limits, which shrinks the pool further. OpenAI has said fewer than 20 percent of eligible users were shown ads daily during the pilot.
The takeaway for dealers: this is not a mass-reach channel yet. It is a smaller, higher-intent pool of shoppers actively researching and comparing. Think of someone typing "best midsize SUV for towing under $40k" rather than someone scrolling a social feed.
How Buying Works
ChatGPT Ads runs on two generally available objectives: CPM (views or reach) for brand and inventory awareness, and CPC (clicks) for driving traffic to inventory, trade-in, or service pages. A third, conversion-optimized CPA bidding option entered early access in June 2026 but is not yet generally available.
Both objectives run through a relevance-weighted, second-price auction. Bid amount is only one factor. Ad and landing page relevance to the shopper's conversation also affects who gets served.
Published default guidance sits around $60 CPM, though reporting from The Information indicates real pilot CPMs eroded to as low as roughly $25 in some cases. Recommended starting CPC bids are in the $3 to $5 range. OpenAI has not published CTR, CPA, or ROAS benchmarks by vertical, so treat efficiency assumptions as provisional until you run your own test.
Targeting Works Differently Than Google or Meta
This is the part most likely to surprise a dealer marketing team coming from paid search or paid social, and it improved meaningfully in July.
Advertisers can now control:
- Geographic targeting at the campaign level: country, state or region, DMA, and zip code in the US. Zip and DMA targeting is the change that makes this channel realistic for a single-market dealership.
- Context hints at the ad group level: broad thematic descriptions of the questions a shopper might bring to ChatGPT, like "researching a reliable used SUV for a growing family," rather than exact-match keywords.
- Custom audiences, rolled out in early July: upload a hashed customer list (emails or phone numbers) to include, exclude, or bid differently on. The catch is a 25,000-contact minimum, a high bar for a single store, though dealer groups and agencies can clear it.
OpenAI also uses signals advertisers cannot control directly, including the current conversation's content, general location and language, and, only when a user has personalized ads enabled, past chats and prior ad interactions.
Still not available: demographic targeting, lookalike audiences, retargeting of past website visitors, and device or placement controls. Dealers also receive no raw shopper data. Chats, names, emails, and precise location all stay inside ChatGPT.
The practical implication: this channel rewards specific vehicle and offer-led creative over generic "come see us" messaging. A card built around a specific model, trim, or service offer will outperform a broad brand ad.
The Measurement Stack
For a beta platform, measurement is more built out than targeting. Ads Manager reports impressions, clicks, spend, CTR, average CPC and CPM, and conversions, with table and chart views plus CSV export. An Insights API gives programmatic access to the core delivery metrics.
Two tracking mechanisms matter for a dealer's site. The OAIQ pixel is a lightweight JavaScript snippet that OpenAI provides from Ads Manager once you configure the events you want to track, such as form submissions or VDP views. Implementation guides describe it setting a first-party cookie on your domain with a 30-day window. The Conversions API is a server-to-server option OpenAI describes as more reliable than the pixel alone, useful for tying ad clicks to CRM lead events like a trade-in valuation request or a service appointment booking.
Best practice is to run the pixel and the Conversions API together from day one, tracking VDP views, trade-in tool submissions, credit application starts, and service bookings. What is still missing: documented attribution windows and incrementality tooling.
A Technical Note for Dealer Websites: Robots.txt and Crawlers
OpenAI operates four separate, independent crawlers, and blocking one does not block the others. This matters for dealer sites, which often run aggressive bot management to protect inventory feeds from scrapers.
- OAI-AdsBot validates landing pages submitted for ads and checks them against ad policy.
- OAI-SearchBot powers ChatGPT's search and citation features. Blocking it removes your inventory and content from ChatGPT's organic answers.
- GPTBot is the training crawler. Blocking it has no effect on ads or search visibility.
- ChatGPT-User fetches pages on demand when a shopper asks ChatGPT to look at a specific listing. It is user-initiated, so treat robots.txt rules for it as belt-and-suspenders rather than a guarantee.
A baseline robots.txt that keeps ads and search working while opting out of training looks like this:
User-agent: GPTBot
Disallow: /
User-agent: OAI-SearchBot
Allow: /
User-agent: OAI-AdsBot
Allow: /
User-agent: ChatGPT-User
Allow: /OpenAI publishes OAI-AdsBot's IP ranges at openai.com/adsbot.json, and it is a Cloudflare-verified bot, so your CDN or WAF team can allowlist it by IP as well as by user agent. Even so, confirm managed bot rules are not silently challenging it, because that can quietly block ad approvals without anyone noticing. If you are not sure what your dealership website platform is doing with bot traffic, this is worth a five-minute check before you submit your first ad.
Policy and What It Means for Auto Advertising
At launch, approved categories included lifestyle and household goods, local services, travel, and digital products and education. Vehicle inventory, trade-in, and service advertising fit within the consumer verticals OpenAI describes, and automotive advertisers, including marketplaces, have run ads during the pilot.
Financing is the exception to plan around. Financial services started on OpenAI's disallowed list, then moved to a restricted category in the April 2026 policy update: financial advertisers can run after enhanced verification and manual review, and major financial brands are already live. For a dealership, the clean path today is inventory, trade-in, and service campaigns. Treat financing and APR-led creative as a second phase that likely routes through the restricted-category review, and get your first campaigns approved around inventory instead.
Ads are also barred entirely from sensitive conversation contexts, including self-harm, hate, weapons, and politics, none of which intersect with normal dealer advertising.
Early Performance Signals
- OpenAI confirmed on March 26 that the US pilot had crossed $100 million in annualized revenue in under two months, with more than 600 advertisers participating.
- Criteo, OpenAI's first ad tech partner, observed LLM-referred traffic converting at roughly 1.5 times the rate of other referral channels across a sample of about 500 retailers.
- Agency partners include Dentsu, Omnicom, Publicis, and WPP. Technology partners include Adobe, Criteo, Kargo, Pacvue, and StackAdapt.
- Cars.com has been observed running ChatGPT sponsored ads, the first automotive marketplace spotted in the inventory. Dealers are not early anymore. They are right on time.
These are channel-level signals, not automotive-specific benchmarks. They suggest the inventory is working for advertisers in considered-purchase categories, which is directionally encouraging for auto, but no guarantee of dealer-level results.
Where This Fits in a Dealer's Marketing Plan
ChatGPT Ads performs best when a shopper is already comparing options and the offer can be expressed clearly in one short card pointing to a tightly relevant page: a specific VDP, a trade-in tool, or a service scheduling page. Here is how it stacks up against the channels dealers already run:
| ChatGPT Ads | Google Ads | Meta | |
|---|---|---|---|
| Targeting | Geo (to zip), context hints, customer lists (25k min) | Keywords, audiences, full geo | Demographics, interests, lookalikes |
| Retargeting | Not available | Yes | Yes |
| Formats | One sponsored card; product feed ads emerging | Search, PMax, video, display | Feed, video, carousel, AIA |
| Bidding | CPC, CPM; CPA in early access | Full suite incl. tCPA/tROAS | Full suite |
| Measurement | Pixel + Conversions API; no attribution windows published | Mature | Mature |
| Maturity | Beta, low competition | Saturated | Saturated |
Strong early fits for dealers: driving traffic to specific vehicle listings during active research, service and maintenance offers, trade-in valuation tools, and new model or trim awareness. Weaker fits right now: broad brand awareness with no specific offer, financing-led campaigns until you clear the restricted-category review, and anything that depends on retargeting past visitors. If you are already running Facebook and Instagram campaigns for your dealership, think of ChatGPT Ads as a complement at a different moment in the funnel: the research conversation instead of the feed scroll.
Our recommendation: treat this as a small, measured test tied to a handful of specific vehicles or service offers, not a wholesale shift of budget away from Google or Meta. Confirm robots.txt and bot management first. Wire up the pixel and Conversions API from day one. Then let the lead and appointment data decide whether it earns a bigger share of budget.
Frequently Asked Questions
New discovery channels reward dealers who test early and measure honestly. Get My Auto helps dealers stay ahead of shifts like this one, alongside the SEO, paid media, and reputation work that already drives showroom and service traffic. If you want a second set of eyes on whether a ChatGPT Ads test makes sense for your store, request a demo and we will scope one around your current inventory and offers.
Topics
Share this article
Help others discover this content



