Community Discussion
Upload Audience via SFTP
Hi all,
I haven't found it in the documentation but I'd like to ask anyway.
Is it possible to upload an audience to Taboola via SFTP?
Posted by Jeferson 9 months ago
Uploading Customer List?
Does anyone know where the Customer List upload button is? I don't see it populated in the Audience section.
Posted by Angelo Lozano about 2 years ago
Adding and removing Users to First Party Audience Validation
Is there a way to know if the users were added to the audience ? I get a 200 response from the API but I don't find a way to list users or get a count or list from the dashboard.
Best,
Ivan
Posted by Ivan Mak about 3 years ago
API Audience Creation/Update
Hello
Is there an option to create and update an Audience via the API?
We have built audiences by uploading a list of email addresses manually before but we are looking to do this via API and updating everyday.
I have looked in the documentation but cannot find the answer I am looking for. Can you point me to the documentation for this so I can send to our developers?
Thanks
Posted by Ivan Mak about 3 years ago
How can be deleted first party audience via API?
Hello,
We are going to create First Party Audience via API. Unfortunately cannot find a method in the documentation that allows us to delete it. Do you have such ability or no?
Posted by Makar about 3 years ago
https://developers.taboola.com/backstage-api/reference#add-or-remove-users
When using this endpoint:
https://developers.taboola.com/backstage-api/reference#add-or-remove-users
the server is responding with an html document that appears to be a sign in page. There is nothing in the docs and other endpoint work with the same credentials so what am I doing wrong?
here is the postman export:
"request": {
"method": "POST",
"header": [
{
"key": "Accept",
"value": "application/json",
"type": "text"
},
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"operation\": \"ADD\",\r\n \"audience_id\": 521159,\r\n \"identities\": [{\"cluster\": [\r\n {\r\n \"user_id\": \"[email protected]\",\r\n \"type\": \"EMAIL_ID\",\r\n \"is_hashed\": false\r\n }\r\n ]}]\r\n}"
},
"url": {
"raw": "https://backstage.taboola.com/onsemiconductor-sc/audience_onboarding",
"protocol": "https",
"host": [
"backstage",
"taboola",
"com"
],
"path": [
"onsemiconductor-sc",
"audience_onboarding"
]
}
}
Posted by Craig Douglas over 3 years ago
API Audience Creation?
Hello
Is there an option to create and update an Audience via the API?
Posted by Jon Carmen about 4 years ago