ACCESSTRADE-Support

Creative APIs

Get Image Creatives

}

#### Create Custom Creative
* POST /v1/publishers/me/sites/{siteId}/campaigns/{campaignId}/creatives/custom
  * campaignId: a merchant campaign ID
  * siteId: a publisher site ID
* [Publisher API Authentication required](/api/how-do-i-authenticate-publisher-api-requests.html)
* Request:

{ “landingUrl”: “http://landing.url.com”, “imageUrl”: “http://google.com”, “anchorText”: “google”, “name”: “test123”, “subIds”: [ { “name”: “test_sub_id_1”, “value”: “foo” }, { “name”: “test_sub_id_2”, “value”: “bar” } ] }

* Response:
  * 200 OK   

{ “id”: 2313, “name”: “test123”, “affiliateLink”: “https://click.accesstra.de/go/QhW1RSIK”, “textLink”: “<a href="http://click.accesstrade.co.id/adv.php?rk=00000m000002&test_sub_id_1=foo&test_sub_id_2=bar">google<img src="http://imp.accesstrade.co.id/img.php?rk=00000m000002" width="1" height="1" border="0" alt="" /></a>”, “imageLink”: “<a href="http://click.accesstrade.co.id/adv.php?rk=00000p000002&test_sub_id_1=foo&test_sub_id_2=bar" target="_blank"><img src="http://imp.accesstrade.co.id/img.php?rk=00000p000002" border="0"/></a>”, “isGoogleAdsUrlsVisible”: true } ```