대상 ID별 대상 반환 return-a-destination-by-destination-id
A GET
지정된 의 대상을 반환하는 메서드 destinationId
.
요청
GET https://api.demdex.com/v1/destinations/
<destinationId>
mappings
필드 패스 includeMappings=true
를 입력합니다.응답
{
"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
}
모든 대상 반환 return-all-destinations
A GET
지정된 파트너의 모든 대상을 반환하는 메서드입니다.
요청
GET https://api.demdex.com/v1/destinations
-
(선택 사항) 전달
containsSegment=<sid>
지정된 세그먼트에 매핑된 모든 대상의 배열을 반환합니다. 예를 들어 쿼리는 다음과 유사할 수 있습니다.GET .../destinations/?containsSegment=4321
. -
전체 대상 개체를 반환하지 않습니다. 완전히 채워진 개체가 필요한 경우 데이터 순서로 대상을 가져옵니다.
선택적 쿼리 매개 변수
다음을 반환하는 API 메서드에 이러한 선택적 매개 변수를 사용할 수 있습니다 모두 개체의 속성입니다. 해당 쿼리를 로 전달할 때 요청 문자열에서 이러한 옵션을 설정합니다. API. 다음을 참조하십시오 선택적 매개 변수.
page
pageSize
sortBy
descending
search
검색 매개 변수로 사용할 지정된 문자열을 기반으로 결과를 반환합니다. 예를 들어 해당 항목의 값 필드 중 하나에서 "Test"라는 단어가 있는 모든 모델의 결과를 찾는다고 가정합니다. 샘플 요청은 다음과 같이 표시될 수 있습니다.
GET https://api.demdex.com/v1/models/?search=Test
.
"모두 가져오기" 메서드에서 반환된 값을 검색할 수 있습니다.
응답
[
{
"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"
}
]
매핑 ID가 있는 대상 매핑 반환 return-dest-mapping-id
A GET
다음을 기반으로 개별 대상 매핑을 반환하는 메서드 mappingId
.
요청
GET https://api.demdex.com/v1/destinations/
<destinationId>
/mappings/
<destinationMappingId>
응답
{
"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
}
대상 매핑 반환 return-dest-mappings
A GET
대상에 대한 매핑을 반환하는 메서드.
요청
GET https://api.demdex.com/v1/destinations/
<destinationId>
/mappings
응답
{
"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
}
]
{
사용 가능한 모든 대상 플랫폼 반환 return-dest-platforms
A GET
대상에 대해 사용 가능한 모든 장치 플랫폼을 반환하는 메서드입니다.
요청
GET /destinations/configurations/available-platforms/
응답
[
BROWSER, ANDROID, iOS, ALL
]
S2S 및 대량 S2S 대상 작업 내역 반환 return-job-history
A GET
아웃바운드를 반환하는 메서드 Server-to-Server ( S2S) 및 벌크 S2S 대상 작업 내역 정보.
요청
GET https://api.demdex.com/v1/destinations/655/history/outbound?startDate=1000000000&endDate=1403034473000
필수 쿼리 매개 변수: startDate
= <epochtime
> 및 endDate
= <epochtime
>.
응답
[
{
"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
}
]