如何使用在线图片制作广告创意?
How to using online-image to create Ad Creative?
如何使用online-image/imagelink制作广告素材?比如http://images.kuaizitech.com/jpg/xxx.jpg
因为一开始,我们的程序化创意平台系统会生成一系列图片;
那我们就用FB marketingAPI推广告吧
流程如下:
预订广告需要创意领域,
然后创建 AdCreative 需要 image_hash 字段,
最后 广告创意 需要 @<IMAGE_PATH>
.
标签:image_hash,online-image/a图片link,创意
如果您查看 Facebook Marketing API 的 AdCreative 文档(截至撰写本文时为 v2.5):-
https://developers.facebook.com/docs/marketing-api/reference/ad-creative
有一个字段image_url
。指定而不是 image_hash
.
如果您转到文档的 'Creating->image_url' 部分:-
"A URL for the image for this creative. You should not use image URLs returned from the FB CDN but instead have the image hosted on your own servers. The image specified at the URL will be saved into the ad account's image library and cannot exceed 8 MB in size. One of these three fields should be specified: image_file
, image_hash
, or image_url
."
希望这对您有所帮助。 :)
如何使用online-image/imagelink制作广告素材?比如http://images.kuaizitech.com/jpg/xxx.jpg
因为一开始,我们的程序化创意平台系统会生成一系列图片; 那我们就用FB marketingAPI推广告吧
流程如下:
预订广告需要创意领域,
然后创建 AdCreative 需要 image_hash 字段,
最后 广告创意 需要 @<IMAGE_PATH>
.
标签:image_hash,online-image/a图片link,创意
如果您查看 Facebook Marketing API 的 AdCreative 文档(截至撰写本文时为 v2.5):-
https://developers.facebook.com/docs/marketing-api/reference/ad-creative
有一个字段image_url
。指定而不是 image_hash
.
如果您转到文档的 'Creating->image_url' 部分:-
"A URL for the image for this creative. You should not use image URLs returned from the FB CDN but instead have the image hosted on your own servers. The image specified at the URL will be saved into the ad account's image library and cannot exceed 8 MB in size. One of these three fields should be specified: image_file
, image_hash
, or image_url
."
希望这对您有所帮助。 :)