verticalId Could not denormalize object of type string[], no supporting normalizer found
70 views
Skip to first unread message
irene....@jot-im.com
unread,
Mar 14, 2017, 11:27:39 AM3/14/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
I do not understand what happens.
When I add VerticalId inside a batch, it returns me : "Could not denormalize object of type string[], no supporting normalizer found"
I have this :
$vertical = new Vertical();
$vertical->setCriterionType('Vertical');
$vertical->setPath(['News']);
$vertical->setVerticalId(408);
$vertical->setType(CriterionType::VERTICAL);
Only fails if I add verticalId or if the path not is parent.
Thank you.
Shwetha Vastrad (AdWords API Team)
unread,
Mar 14, 2017, 2:01:26 PM3/14/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Irene,
Could you retry the request by setting just the VerticalId in the Vertical object and let me know if it works? If you still encounter the error, please enable logging and send over the SOAP request and response logs. Please use Reply privately to author when responding.