Including as an option field returns an invalid message EG:
config entry:
"special_ad_category":"NONE",
response:
_Ignoring unsupported option special_adcategory. Please double check spelling and case.
As does including as a mapped field EG:
...
"19": "item_number",
"20": "special_ad_category"
}
2019-09-26T03:04:09.451Z ERROR Invalid config: Error: Unknown mapping 'special_ad_category' on column 20.
Looking for information on how we cater for this new compliance requirement: https://developers.facebook.com/docs/marketing-api/special-ad-category
Including as an option field returns an invalid message EG: config entry: "special_ad_category":"NONE", response: _Ignoring unsupported option special_adcategory. Please double check spelling and case.
As does including as a mapped field EG: ... "19": "item_number", "20": "special_ad_category" } 2019-09-26T03:04:09.451Z ERROR Invalid config: Error: Unknown mapping 'special_ad_category' on column 20.