按目标ID返回目标 return-a-destination-by-destination-id

返回指定destinationId的目标的GET方法。

请求

GET https://api.demdex.com/v1/destinations/<destinationId>

NOTE
要填充URL中includeMappings=truemappings字段传递,请执行以下操作:

响应

{
   "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

返回指定伙伴的所有目标的GET方法。

请求

GET https://api.demdex.com/v1/destinations

NOTE
  • (可选) ​传入containsSegment=<sid>以返回映射到指定区段的所有目标的数组。 例如,您的查询可能类似于: GET .../destinations/?containsSegment=4321

  • 不返回完整的目标对象。 如果需要完全填充的对象,请按照数据顺序获取目标。

可选查询参数

您可以将这些可选参数与API方法一起使用,这些API方法返回对象的​ 所有 ​属性。 将查询传递到API时,在请求字符串中设置这些选项。 请参阅可选参数

参数
描述
page
按页码返回结果。 编号从0开始。
pageSize
设置请求返回的响应结果数(默认为10)。
sortBy
根据指定的 JSON属性排序并返回结果。
descending
按降序排序并返回结果。 默认使用升序。
search

根据要用作搜索参数的指定字符串返回结果。 例如,假设您要查找在该项目的任何值字段中包含“Test”一词的所有模型的结果。 您的示例请求可能如下所示:

GET https://api.demdex.com/v1/models/?search=Test.

您可以搜索“get all”方法返回的任何值。

响应

[
   {
      "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

基于mappingId返回单个目标映射的GET方法。

请求

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

返回目标映射的GET方法。

NOTE
返回的映射特定于目标类型和配置。

请求

GET https://api.demdex.com/v1/destinations/<destinationId>/mappings

NOTE
支持分页参数。

响应

{
   "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

GET方法,返回目标的所有可用设备平台。

请求

GET /destinations/configurations/available-platforms/

响应

[
BROWSER, ANDROID, iOS, ALL
]

返回S2S和批量S2S目标作业历史记录 return-job-history

返回出站Server-to-Server ( S2S)和批量S2S目标作业历史记录信息的GET方法。

请求

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
   }
]
recommendation-more-help
de293fbf-b489-49b0-8daa-51ed303af695