Uploaded image for project: 'AdMaxLocal'
  1. AdMaxLocal
  2. AML-3898

Display url derives from target url if we are not providing primary display url and display url.

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

      { "monthlyBudget": 67, "distribution": "BING" }

      ]
      }

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

      { "baId": 11524, "locationId": 4047, "distribution": "BING", "targetUrl": "http://onlytarget.com", "displayUrl": "http://onlytarget.com" }

      ],
      "distributionBudgets": [

      { "monthlyBudget": 67, "distribution": "BING" }

      ]
      }

        Attachments

          Activity

            People

            • Assignee:
              atul.sanagar Atul Sanagar (Inactive)
              Reporter:
              atul.sanagar Atul Sanagar (Inactive)
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: