Related issue. Today when posting to the /web_event_tags endpoint, we got a “Internal Error” reply from the API and no webevent tag was created. However, a tailored audience was created for it.
Request:
2016-09-20 15:14:09 UTC POST { "account_id":"18ce5463v2o", "name":"REDACTED Sitevisit Pixel 20160920", "click_window":30, "view_through_window":1 ,"type":"SITE_VISIT", "retargeting_enabled":true }
Response:
{"errors":[{"code":"INTERNAL_ERROR","message":"Internal Error"}],"request":{"params":{}}}
Tailored Audience ID created: 1ghbo
It would be great if this were made transactional. If one fails, the other should also. I’d love to be able to count on a failure reply as being a complete failure. Thanks!