I am using Adwords API to create ad campaigns graphics Adwords.
The images are 300x250.
With the method getSitesByTopics get the sites suggested.
But I need to restrict this list to those sites that accept ads of
300x250.
I wonder if there is any way to get information from the ad formats
accepted by a location (URL).
My idea is to go over the result from getSitesByTopics, by each URL
and request the ads formats and discard the sites which not allow
graphic ads on 300x250
How can I do it?
greetings, Susana.