Hello hello,
We’re developing a test suite for an app that uses the ads API to create and manage campaigns, via the sandbox, but we hit a snag when trying to create a second account logged in as our test user. We still have the default sandbox account ready and useable, but any attempts to use the post /1/accounts/ endpoint to create an extra account will result in this:
Exception: #<TwitterAds::ServerError:0x75610680 code=500 details="[{:code=>"INTERNAL_ERROR", :message=>"Internal Error"}]">
Not sure what we’re doing wrong, but even passing the same params (just a name, really) as the ones used on the docs’ example, we still get the same error. Any thoughts on what’s wrong, and if this is something fixable on our end?
Thanks in advance!