Hi,

i'm working with *Display Network* and i'm getting this error (
*ImageError.LAYOUT_PROBLEM*) when I try to upload the logo file to Google

AdWordsSession session = GetConnection.getSession(accountId as Long)
MediaServiceInterface mediaService = adWordsServices.get(session, 
MediaServiceInterface.class);

Image image = new Image();
image = (Image) mediaService.upload((Media[]) [image].toArray())[0];

After searching in the internet I discovered that the problem is caused 
because the image include much white space. In fact my logo had lot of 
white.

My question is if are there other any possible reasons that throw this 
error (*ImageError.LAYOUT_PROBLEM*) besides the "much white space", for 
example (I'm making it up) too much black space, or certain colors are not 
allowed

Thank you very much!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/82000625-1e20-49e8-a077-a59e5a2c540d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to