Een bestemming retourneren op destinatie-id return-a-destination-by-destination-id
A GET
methode die de bestemming voor gespecificeerde terugkeert destinationId
.
Verzoek
GET https://api.demdex.com/v1/destinations/
<destinationId>
mappings
veldpas binnen includeMappings=true
in de URL.Antwoord
{
"destinationType":"PUSH",
"destinationId":314,
"dataSourceId":null,
"pid":1099,
"name":"sample destination",
"description":"Turn",
"startDate":null,
"endDate":null,
"status":"active",
"destinationType":"PUSH",
"createTime":1281997484000,
"updateTime":1300752888000,
"crUID":224,
"upUID":308,
"domainRestrictions":"ALL_DOMAINS",
"tagType":0,
"serializationEnabled":false,
"urlFormatString":null,
"secureUrlFormatString":null,
"delimiter":null,
"mappings":null
}
Alle doelen retourneren return-all-destinations
A GET
methode die alle bestemmingen voor de gespecificeerde partner terugkeert.
Verzoek
GET https://api.demdex.com/v1/destinations
-
(Optioneel) Doorgeven in
containsSegment=<sid>
om een array te retourneren van alle doelen die aan het opgegeven segment zijn toegewezen. Uw query kan er bijvoorbeeld als volgt uitzien:GET .../destinations/?containsSegment=4321
. -
Retourneert het volledige doelobject niet. Hiermee wordt het doel via de gegevensvolgorde opgehaald als u een volledig gevuld object nodig hebt.
Optionele queryparameters
U kunt deze optionele parameters gebruiken met API-methoden die geretourneerd worden alles eigenschappen voor een object. Stel deze opties in de tekenreeks request wanneer u die query doorgeeft aan de API. Zie Optionele parameters.
page
pageSize
sortBy
descending
search
Retourneert resultaten op basis van de opgegeven tekenreeks die u als zoekparameter wilt gebruiken. Bijvoorbeeld, laten wij zeggen u resultaten voor alle modellen wilt vinden die het woord "Test"in om het even welke waardegebieden voor dat punt hebben. Uw voorbeeldverzoek kan er als volgt uitzien:
GET https://api.demdex.com/v1/models/?search=Test
.
U kunt zoeken op elke waarde die door de methode "get all" wordt geretourneerd.
Antwoord
[
{
"destinationId":364,
"pid":1099,
"name":"Test",
"description":"",
"status":"active",
"destinationType":"PUSH",
"createTime":1291345192000,
"updateTime":1291347561000,
"crUID":262,
"upUID":262,
"domainRestrictions":"all_domains"
},
{
"destinationId":369,
"pid":1099,
"name":"sample destination",
"status":"active",
"destinationType":"PUSH",
"createTime":1292631706000,
"updateTime":1292631706000,
"crUID":262,
"upUID":262,
"domainRestrictions":"all_domains"
}
]
Een doeltoewijzing retourneren met de toewijzingsid return-dest-mapping-id
A GET
methode die een individuele bestemmingstoewijzing terugkeert die op wordt gebaseerd mappingId
.
Verzoek
GET https://api.demdex.com/v1/destinations/
<destinationId>
/mappings/
<destinationMappingId>
Antwoord
{
"mappingId": 14593,
"traitType": "SEGMENT",
"traitValue": 0,
"destinationId": 314,
"elementName": "sample",
"elementDescription": "Migration Pixel",
"elementStatus": "active",
"createTime": 1281997484000,
"updateTime": 1300752888000,
"crUID": 224,
"upUID": 308,
"sid": 80920,
"startDate": "2010-11-15",
"endDate": null,
"priority": null,
"url": "https://www.adobe.com/send?%ALIAS%",
"secureUrl": "https://www.adobe.com/send?%ALIAS%",
"tagCode": null,
"secureTagCode": null,
"traitAlias": null
}
Toewijzingen retourbestemming return-dest-mappings
A GET
methode die de toewijzingen voor een bestemming terugkeert.
Verzoek
GET https://api.demdex.com/v1/destinations/
<destinationId>
/mappings
Antwoord
{
"total":354,
"page":0,
"pageSize":2,
"list":[
{
"destinationMappingId":14395,
"traitType":"SEGMENT",
"traitValue":0,
"destinationId":314,
"elementName":"sample pixel",
"elementDescription":"Migration Pixel",
"elementStatus":"active",
"createTime":1281997484000,
"updateTime":1300752888000,
"crUID":224,
"upUID":308,
"sid":80920,
"startDate":"2010-11-15",
"endDate":null,
"priority":null,
"url":"https://www.adobe.com/send?%ALIAS%",
"secureUrl":"https://www.adobe.com/send?%ALIAS%",
"tagCode":null,
"secureTagCode":null,
"traitAlias":null
}
{
"destinationMappingId":15934,
"traitType":"SEGMENT",
"traitValue":0,
"destinationId":314,
"elementName":"sample pixel",
"elementDescription":"Migration Pixel",
"elementStatus":"active",
"createTime":1281997484000,
"updateTime":1300752888000,
"crUID":242,
"upUID":803,
"sid":90820,
"startDate":"2010-11-15",
"endDate":null,
"priority":null,
"url":"https://www.adobe.com/send?%ALIAS%",
"secureUrl":"https://www.adobe.com/send?%ALIAS%",
"tagCode":null,
"secureTagCode":null,
"traitAlias":null
}
]
{
Alle beschikbare Platforms van de Bestemming terugkeren return-dest-platforms
A GET
methode die alle beschikbare apparatenplatforms voor bestemmingen terugkeert.
Verzoek
GET /destinations/configurations/available-platforms/
Antwoord
[
BROWSER, ANDROID, iOS, ALL
]
S2S- en Bulk S2S-taakgeschiedenis retourneren return-job-history
A GET
methode die uitgaand terugkeert Server-to-Server ( S2S) en bulkgoederen S2S informatie over de geschiedenis van de doeltaak.
Verzoek
GET https://api.demdex.com/v1/destinations/655/history/outbound?startDate=1000000000&endDate=1403034473000
Vereiste queryparameters: startDate
= <epochtime
> en endDate
= <epochtime
>.
Antwoord
[
{
"pushID":34090,
"orderID":655,
"dataProviderID":269,
"syncType":1,
"fullPublish":false,
"receivedRecords":1,
"attemptedRecords":1,
"successRecords":1,
"startTime":1337292466000,
"endTime":1337292466000,
"dataFileName":"ftp_655_269_iter_1337229891903.sync",
"success":true
},
{
"pushID":34104,
"orderID":655,
"dataProviderID":269,
"syncType":1,
"fullPublish":false,
"receivedRecords":1,
"attemptedRecords":1,
"successRecords":1,
"startTime":1337346397000,
"endTime":1337346397000,
"dataFileName":"ftp_655_269_iter_1337285714581.sync",
"success":true
},
{
"pushID":34124,
"orderID":655,
"dataProviderID":269,
"syncType":1,
"fullPublish":false,
"receivedRecords":1,
"attemptedRecords":1,
"successRecords":1,
"startTime":1337396811000,
"endTime":1337396812000,
"dataFileName":"ftp_655_269_iter_1337338243600.sync",
"success":true
}
]