Community Discussion
Info about client id and client secret
Hi Team,
Different values of clicks and cost when same api call made on different times
Different values of clicks and cost when same api call made on different times
while calling same reporting api we get different answers and fluctuating values for clicks costs etc
if we call even in 10 minute interval it gives different values
Maximize Conversions API availability
Is there a timeline on when creating campaigns with the maximise conversions bidding method will be available via API?
User info
How to get this data ? if there is any api to get this data.
Total advertising cost of api
I tried to calculate the sum of daily advertising costs on the dashboard and the total list of campaigns using the API, but the total values do not match. As a result of checking the api response, the sum of advertising costs in the dashboard and the sum of the API response did not match. API URL used.
Info about user id api
{
"cluster": [
{
"user_id": "836f82db99121b3481011f16b49dfa5fbc714a0d1b1b9f784a1ebbbf5b39577f",
"type": "EMAIL_ID",
"is_hashed": true
}
]
}
For authorization code flow
what is the auth url for authorization code flow?
About auth url
We are having a tokenurl path - https://backstage.taboola.com/backstage/oauth/token
But we are not having a AuthUrl path where i can get that
About access token using client credentials
The usual oauth flow has authcodeurl,exchange token function inorder to authenticate.But for client credentials there is a single api which is returning an access token so do we have skip these(authcodeurl,exchange token) process.