Re: Retrieve ImageAd by ImageAd id

2012-07-11 Thread Tal Ater
How very *not*-elegant... But it works perfectly. You're a life-saver! Cheers, Tal Ater t...@talater.com On Wednesday, July 11, 2012 2:54:43 PM UTC+3, Dorian Kind wrote: > > Hi Tal, > > The ImageAd type inherits the field "id" from type Ad, which you can use > in your selector's predicate as "

Re: Retrieve ImageAd by ImageAd id

2012-07-11 Thread Dorian Kind
Hi Tal, The ImageAd type inherits the field "id" from type Ad, which you can use in your selector's predicate as "Id" (notice the different capitalization). Cheers, Dorian On Monday, July 9, 2012 5:19:58

Retrieve ImageAd by ImageAd id

2012-07-09 Thread Tal Ater
After creating a new ImageAd, I save its id to my database, and can then later use that id with adToCopyImageFrom. How can I retrieve ImageAds from the API by that ImageAd id? Do I use the selector and predicates? Is there another way to fetch data besides the selector/predicate? I managed to