Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Not a Bug
-
Affects Version/s: Apollo
-
Fix Version/s: Apollo
-
Component/s: Other / Misc.
-
Labels:None
-
Sprint:Sprint 10
Description
Display url derives from target url if we are not providing primary display url and display url.
Steps:
1. Send request having
{
"merchantUuid": "b0cc5a34-8daa-11e2-9903-5bc1b81c5b56",
"primaryDestinationUrl": "http://www.example.com",
"campaignList": [
{ "baId": 11524, "locationId": 4047, "distribution": "BING", "targetUrl": "http://onlytarget.com" } ],
"distributionBudgets": [
]
}
Observe the response:
{
"deploymentId": "d7528e79-6eda-46dd-a6ad-47a4650e22dd",
"state": "PROCESSING",
"creatorId": "3535fffa-b112-4502-9ef5-c423cdf32d0a",
"merchantUuid": "b0cc5a34-8daa-11e2-9903-5bc1b81c5b56",
"primaryDestinationUrl": "http://www.example.com",
"primaryDisplayUrl": "http://www.example.com",
"campaignList": [
],
"distributionBudgets": [
]
}