Community Discussion
API credentials with access to create and auto-update audiences in Taboola
Hello!
We need to receive APO credentials with access to create and auto-update audiences. API credentials that we have now does not allow us to do this.
<br />
More information:
1. Request for audience creation:
curl --request POST
--url <https://backstage.taboola.com/backstage/api/1.0/socialtechgentenox-gentenox-sc/audience_onboarding/create>
--header 'authorization: Bearer <token>'
--header 'accept: application/json'
--header 'content-type: application/json'
--data '
{
"audience_name": "test_first_party_audience",
"ttl_in_hours": 99999999999
}
'
1.1. Answer for this request that we receive:
{
"http_status": 400,
"message": "Bad request",
"message_code": "api.action.bad_request.null"
}
<br />
2. Request for update of already created audience in Taboola account:
curl --request POST
--url <https://backstage.taboola.com/backstage/api/1.0/socialtechgentenox-gentenox-sc/audience_onboarding>
--header 'authorization: Bearer <token>'
--header 'accept: application/json'
--header 'content-type: application/json'
--data '
{
"operation": "ADD",
"audience_id": 30848153,
"identities": \[
{
"cluster": [
{
"user_id": "73062d872926c2a556f17b36f50e328ddf9bff9d403939bd14b6c3b7f5a33fc2",
"type": "EMAIL_ID",
"is_hashed": true
}
]
}
]
}
'
2.1. Answer for this request that we receive:
{
"http_status": 400,
"message": "Invalid value '30848153'",
"offending_field": "audience_id",
"message_code": "api.action.bad_request.invalid_value.audience_id"
}
<br />
<br />
Could you please help with this?
Account name: Social Tech (Gentenox) - Network
Posted by Daria Shvets 1 day ago
Ads API timeout - always, Read/Update/Crearte campaigns.
No changes on our side, tried from 2 different networks.
Anything changed?
<https://backstage.taboola.com/backstage/api/1.0>
Posted by misha 5 days ago
Ads report and Video Campaigns
I would like to get ads report but I found only Campaign Summary Report(<https://developers.taboola.com/backstage-api/reference/campaign-summary-report>).
Is there any way that I can get report by ads?
Also, when I request Campaign Summary Report, it seems like it include Native Campaings only.
What should I do If I would like to get Video Campaigns either.
Posted by Yeongmin Nam 11 days ago
[Java sdk] Get token by credential (clientId, clientSecret)
I have confuse when using BackstageAuthenticationEndpoint to get token by client id and secret, i didn't find implement class for enpoint interface, so how i can set up an AuthenticationServiceImpl and BackstageAuthentication to get token.
Code sample:
BackstageAuthenticationEndpoint authEndpointMock = new BackstageAuthenticationEndpointImpl();
AuthenticationServiceImpl testInstance = new AuthenticationServiceImpl(authEndpointMock);
BackstageAuthentication auth = testInstance.clientCredentials(clientId, clientSecret);
auth.getToken();
<br />
Or have other way to get token, can share with me please,
Thank you,
Posted by Thao Nguyen 16 days ago
"Taboola Service Unavailable"
Why is this happening when I try to log in?
Posted by Marcello Nunes Meireles 16 days ago
'TaboolaSDK/TaboolaSDK.h' file not found
I am getting 'TaboolaSDK/TaboolaSDK.h' file not found. How do I resolve it?
Posted by Sam 20 days ago
Real Time Breakdown reporting Api
Is there an API provided by Taboola that offers real-time breakdown reporting? If so, what types of dimensions and metrics are available for tracking performance and insights in the platform?
Posted by null about 1 month ago
Motion ads endpoint is giving "Invalid Url" in response
Hi, I am using motion ads endpoint while adding a video ad, but it is giving invalid url, here is the request json -
<br />
{
"url": "<https://google.com">,
"title": "title1",
"video_url": "<https://creative-library-staging.lookfinity.net/1/30+_Hysterical_Photos_That_Prove_Commuting_By_Subw/1552b63e-7485-11ee-9451-76a0245ad88e.mp4">,
"fallback_url": "<https://creative-library-dev.static.fabfunnel.com/70d4ea28-79ae-4440-8b35-5b01253d3262-JXWXPPYP-thumbnail.jpg">
}
error -
{
"http_status": 400,
"message": "Invalid url: %s",
"offending_field": "<https://creative-library-staging.lookfinity.net/1/30+_Hysterical_Photos_That_Prove_Commuting_By_Subw/1552b63e-7485-11ee-9451-76a0245ad88e.mp4">,
"message_code": "api.action.bad_request.<https://creative-library-staging.lookfinity.net/1/30+_Hysterical_Photos_That_Prove_Commuting_By_Subw/1552b63e-7485-11ee-9451-76a0245ad88e.mp4">
}
Posted by null about 1 month ago
Spendguard update from API
Is there a way to update spendgurad to deactivated from API call
Posted by Dipali about 1 month ago
Getting campaign statistics by sites
Hello :)
How can i get campaign statistics by site(widget) ?
Posted by Oleksandr about 2 months ago