I have made a view of devices, have a python script calling API, dumping to a csv, then using GAM to push the Asset Tag and other data to Google Admin Console’s AssetID field. While this works, there is a gotcha. On the next sync of IQ, IQ will pull in the new Asset ID from Google and make that the new Asset Tag.
The new AssetID that gets built in Google looks like this:

That way the information displayed on the sign in screen of the Chromebook has all that relevant information.
Ok, no big deal, looks kind of nice. Well, the issue is, if that device is handed to someone else, the script pulls in the current device name (old student) and appends the new information. This is because the Asset Tag contains all that info, and the being I am using the Asset Tag field in IQ to help build the Asset ID field in GAC, it now has way more info that it needs.
This is what it looks like now that I changed the Asset Status so that it goes into a different view that is not Summer Math:

To combat this, I want the Asset Tag field in IQ to remain just the asset tag number. If there a way to not sync the AssetID from GAC but still get all the other data updated on the asset?