Hello Chris
Sorry about the confusion.
We recently upgraded to the DFP api version 201311 and my question is related to the ability to change the ad unit's name, starting from v201311. As per the documentation,
Name: The name of the ad unit. This attribute is required and its maximum length is 255 characters. This attribute must also be case-insensitive unique. Beginning in V201311, this attribute can be updated. In versions before v201311, this attribute is read-only after creation.
AdUnitCode: A string used to uniquely identify the ad unit for the purposes of serving the ad. Beginning in V201311, this attribute is optional and can be set during ad unit creation. Before V201311, this attribute is read-only and assigned by Google. Once an ad unit is created, its adUnitCode cannot be changed.
I understand that we cannot change the AdUnitCode once it is set, starting v201311. However, for ad units that were created pre-201311 version( and having an AdUnitCode assigned by Google), if I update the names for those ad units, will the AdUnitCode be regenerated for them?
Our code snippets use the AdUnitCode to target specific ad units for ad serving.
Thanks for your help.
Parminder