API ReferenceAnnouncementsCommunity Discussion
API ReferenceCommunity DiscussionAnnouncementsSubscribeLog In
Community Discussion

Community Discussion

Ask a Question
Back to All

bulk-s2s-action

Hi
I have a test account and campaign of which I am trying to do bulk conversion uploads.
However, I am not seeing any Events getting populated in the Conversion Table (TaboolaAds console)

this is the command I am executing from my local env:

curl --request POST https://trc.taboola.com/1080075/log/3/bulk-s2s-action --data '{
"actions": [
{
"timestamp": 1654008308,
"click_id": "click_id",
"name": "OMClick"
}, {
} ]
}'

Please advise and thanks in advance.