Dear friends,
I’m working with kakaomoment, the creatives-display part (Ad creation: Display creative | Kakao Developers Ad creation: Display creative)
When I’m trying to create Kakao Bizboard via API, I;m trying to do with this
{
"adGroupId": xxxxx,
"format": "IMAGE_BANNER",
"imageFileUrl": "http://ec2-13-125-198-32.ap-northeast-2.compute.amazonaws.com/kakao/resources/image-temp/50458dc8-1e82-4df0-80c1-dc1a9dfe8d06.png",
"altText": "banner",
"mobileLandingUrl": "http://ec2-13-125-198-32.ap-northeast-2.compute.amazonaws.com/kakao/resources/image-temp/50458dc8-1e82-4df0-80c1-dc1a9dfe8d06.png"
}
The image that I’m using follows the description of the API doc like this
, but I got the error.
{
"msg": "KakaoMomentException",
"code": -813,
"extras": {
"detailCode": 75002,
"detailMsg": "업로드 가능한 이미지 사이즈가 아닙니다."
}
}
Can anyone help me to resolve this problem?
Or may anyone give me a valid image to use when using this API?
Thanks in advance