Retrieve a conversion path

Retrieves the object of an existing conversion path. You need to pass the unique impact.com CampaignId, ModelId, and ConversionPathId for the conversion path.

Parameters


No parameters.

Returns


Returns a conversion path object if a valid identifier is provided. Returns an error for invalid or deleted note identifiers.

Example Request


curl 'https://api.impact.com/Advertisers/<AccountSID>/Campaigns/1000/Models/999/ConversionPaths/E-A.1234.a5678901-234b-5c67-8d9e-01234f56g' \
  -X GET \
  -u '<AccountSID>:<AuthToken>' \
  -H 'Accept: application/json'

Example Response


{
  "ModelId": "999",
  "ModelName": "Algorithmic",
  "CampaignId": "1000",
  "CampaignName": "ACME Campaign",
  "Latency": "0.0",
  "Steps": "1",
  "Revenue": "92.1",
  "Cost": "0.0",
  "MediaCount": "1",
  "ChannelCount": "1",
  "ReferralCounts": [],
  "CustomerId": "79824Y",
  "Events": {
    "Event": {
      "Id": "E-A.1234.a5678901-234b-5c67-8d9e-01234f56g",
      "Type": "Conversion",
      "SubType": "MOBILE_APP",
      "EventDate": "2021-01-25T08:52:23-05:00",
      "Step": "",
      "PositionType": "",
      "SiteVersion": "",
      "SiteCategory": "",
      "LandingPage": "",
      "CustomerStatus": "existing",
      "CustomerPostCode": "93107",
      "CustomerArea": "999",
      "CustomerCity": "Santa Barbara",
      "CustomerRegion": "CA",
      "CustomerCountry": "US",
      "DeviceType": "DESKTOP",
      "DeviceFamily": "Chromebook",
      "Browser": "",
      "Os": "Chrome OS",
      "ProfileId": "",
      "Fingerprint": "",
      "Platform": "",
      "MediaId": "",
      "MediaName": "",
      "Channel": "",
      "AdDistributionType": "",
      "AdCampaign": "",
      "AdGroup": "",
      "AdId": "",
      "AdName": "",
      "AdType": "",
      "DealName": "",
      "DealType": "",
      "DealScope": "",
      "Keyword": "",
      "MatchType": "",
      "TrafficType": "",
      "AdSiteLocation": "",
      "SubId1": "",
      "SubId2": "",
      "SubId3": "",
      "SharedId": "",
      "ReferringUrl": "",
      "AttributedCredit": "",
      "AttributedRevenue": "",
      "ActionId": "A.1234.a5678901-234b-5c67-8d9e-01234f56g",
      "ActionDate": "2021-01-25T08:52:23-05:00",
      "ActionTrackerId": "4000",
      "ActionTrackerName": "Install (Android App)",
      "AppPackageName": "",
      "AppName": "",
      "AppVersion": "",
      "PhoneNumber": "",
      "Oid": "O7777777",
      "PromoCode": "",
      "Amount": "92.1",
      "Payout": "0.0",
      "OrderMargin": "0.0",
      "OrderDiscount": "",
      "OrderShipping": "",
      "OrderTax": "",
      "OrderVAT": "",
      "OrderSubTotal": "",
      "Note": "",
      "Text1": "",
      "Text2": "",
      "Text3": "",
      "Numeric1": "",
      "Numeric2": "",
      "Numeric3": "",
      "Money1": "",
      "Money2": "",
      "Money3": "",
      "Date1": "",
      "Date2": "2016-07-28T20:00:00-04:00",
      "Date3": ""
      }
    }
  "Uri": "/Advertisers/<AccountSID>/Campaigns/1000/Models/999/ConversionPaths/E-A.1234.a5678901-234b-5c67-8d9e-01234f56g"
}