Trackier v1
Search…
Trackier v1
Introduction
Overview
Overview
Network API
Advertiser API
Campaigns
Report
Account
Custom Report
Campaign Statis
Conversion Import
Conversion Logs
Affiliate API
Powered By
GitBook
Conversion Import
HTTP method
End Point
Description
POST
​
/advertiser/conversion-import
​
Create Conversion log import task
Sample Request
1
curl
-
X
POST
\
2
https
:
//api.trackier.com/advertiser/conversion-import \
3
-
H
'Content-Type: application/json'
\
4
-
H
'Postman-Token: 69111d0d-2e3b-44aaa-962c-993582228cea'
\
5
-
H
'X-Api-Key: 586118d12b1333360c8d12b1822860c8d12aaaa'
\
6
-
H
'cache-control: no-cache'
\
7
-
d
'{
8
"conversions": [
9
{
10
"click_id": "5aae975a9b155cccddccefbe",
11
"sub1": "vNative Test Import Using API",
12
"custom_dimensions": {
13
"first_name": "Testing",
14
"last_name": "Last Name"
15
}
16
}
17
],
18
"send_postback": true
19
}'
Copied!
Key
Type
Description
Nullable
conversions
Array [ ]
Conversion Object Array as shown in above sample.
No
click_id
String
Click Id of a conversion
No
custom_dimensions
Object
You can add your custom dimensions here.
Yes
send_postback
Boolean
When report ready send postback.
Yes
Sample
Response body
1
{
2
"success"
:
true
,
3
"data"
:
{
4
"message"
:
"Job has been queued!!"
,
5
"job"
:
{
6
"orgId"
:
"57a4718a4243ac47db4a6b"
,
7
"type"
:
"import"
,
8
"subType"
:
"job_import_conversion_v2"
,
9
"relatedObject"
:
{
10
"csvPath"
:
"5c6f54a44d3fb.json"
,
11
"sendPostback"
:
"1"
12
},
13
"resource"
:
"Conversion"
,
14
"resourceId"
:
null
,
15
"state"
:
"pending"
,
16
"logs"
:
[],
17
"_id"
:
"5c2f5454333446229468a428"
,
18
"live"
:
false
,
19
"created"
:
{
20
"date"
:
"2018-01-04 12:40:52.331000"
,
21
"timezone_type"
:
1
,
22
"timezone"
:
"+00:00"
23
},
24
"modified"
:
null
,
25
"meta"
:
{}
26
}
27
}
28
}
Copied!
Previous
Campaign Statis
Next
Conversion Logs
Last modified
2yr ago
Copy link
Contents
Sample Request
Sample Response body