I am currently using the Python SDK v201802 to do CRUD on call extensions. When retrieving information about the feed item, I am observing inconsistent behavior.
According to the adwords docs here:
The attribute values should contain an id of 6 with the id of the conversion in the integer field. However, this is not always the case. Sometimes, there is no integerValue, but there is a stringValue
USE_ACCOUNT_LEVEL_CALL_CONVERSION_TYPE
USE_ENTITY_LEVEL_CALL_CONVERSION_TYPE
I haven't seen any place where this is documented. In addition, sometimes there is an attribute value id of 7 which contains a stringValue in addition to the expected attribute id 6 with an integer value.
So what is going on here? How am I actually supposed to easily identify what this conversion action is, assuming the only things I know about the call extension are the feed item id and the feed id?