Community Discussion
CPM Report Publisher wise
How can I get the report of each publisher including?
Posted by Pushpaindu Nath 2 months ago
Connection API is working but no data retrived
Hi,
We are connected to datorama via their API connector -
I provided 2 tokens for 2 different account, both of the connection are working, but only 1 of them returns data even though both of them has.
Is there any check box need to be marked / support needs to something in the setting of the account?
Tnx
Posted by Ely 2 months ago
CPC Decrypting
Hi,
My account manager has sent me a document for decrypting the {cpc} marco.
But I find your system did not put the encrypted value to me, it's still the "bid={cpc}" rather than
How can I get the encrypted value and then decrypt it ?
Thanks!
Posted by Ronald 2 months ago
I can't get the access token
<https://backstage.taboola.com/backstage/oauth/token>. I clicked on this webpage and was asked to enter my account and password, but after I entered them, it kept popping up again and again, asking me to enter my account and password again. So I have never been able to successfully enter the webpage, and I can't get the token. What should I do?
In addition, I would like to ask, the token is valid for 12 hours. Do I only have 12 hours to complete the connection, or do I have to get a new token and connect again after 12 hours?
Posted by null 2 months ago
Language Targeting
API Docs doesnt mention how we should use language targeting on campaign creation ?
Whats the parameter as example ?
Posted by BB 3 months ago
Fetch Taxonomies for a Given URL
I wanted to ask a question about the following βfeatureβ that we are trying to utilize for our new Taboola ad launcher: <https://developers.taboola.com/backstage-api/reference/get-taxonomies>
It is an endpoint where you can provide a category and get images related to it.
Few issues:
1. the images are rarely related to the inputed kw
2. we are getting back images from getty, is it legal to use them in our campaigns ?
<br />
Taboola Backstage API
Get Taxonomies
Fetch taxonomies for a given URL.
<https://media.gettyimages.com/id/1193543724/photo/business-report-statement-for-analysis-and-review-market-share-and-budget.jpg?b=1&s=170667a&w=0&k=20&c=OW-U6yCrcz3G2gnMvkpt3Z_9nmRkVS8Lb-aDsMrxZ94=>
Posted by null 3 months ago
Calling Account Campaigns call intermittently returning SSL read error?
Hi,
I am calling <https://backstage.taboola.com/backstage/api/1.0/'.$result->account_id.'/campaigns/>
Intermittently it is returning (This is the Error from the Curl call) :
SSL read: error:00000000:lib(0):func(0):reason(0), errno 10
I believe that is all from the Taboola backend? I can repeat the call and then no issues. Start happening this past week or at least more frequent.
Any thing I can do different on my end? Is this maybe a bad end point on the backstage end?
Thanks
Posted by Scott Brown 3 months ago
view conversion/clicks conversion/purchase conversion how to get?
There are differences in the data returned when obtaining the above indicator data through this apiοΌ<https://developers.taboola.com/backstage-api/reference/top-campaign-content-reportοΌ>.
Posted by sheldon 4 months ago
Recommendations API blocked by CORS
Hello,
I am tring to implement the recommendations API request on my application (<https://developers.taboola.com/recommendations-api/reference/welcome>).
The problem is when i use fetch browser API it will be blocked by CORS policy.
Following an example that works with Postman but not on Chrome.
const myHeaders = new Headers();
myHeaders.append("Content-Type", "application/json");
const raw = JSON.stringify({
"placements": [
{
"name": "Placement-1-1",
"recCount": 1,
"organicType": "mix",
"thumbnail": {
"width": 300,
"height": 200
}
}
],
"user": {
"session": "init",
"device": "5bfebde9-c03c-47cd-8f04-2dbe1179b44d",
"languages": [
"IT"
]
},
"app": {
"type": "DESKTOP",
"apiKey": "xxxxxxxxxxxxxxxx",
"name": "test",
"origin": "CLIENT"
},
"view": {
"id": "e8a42862-7437-4b36-826a-9aeb6d8ce5a3"
},
"source": {
"type": "HOME",
"id": "/test_sw.html",
"url": "http\://localhost:8004/test_sw.html"
}
});
const requestOptions = {
method: "POST",
headers: myHeaders,
body: raw,
redirect: "follow"
};
fetch("<https://api.taboola.com/2.0/json/xxxxxxxxxxxx/recommendations.get">, requestOptions)
.then((response) => response.text())
.then((result) => console.log(result))
.catch((error) => console.error(error));
Is there a way to bypass the CORS check?
Thanks.
Posted by null 4 months ago