I have a problem to implement ImageAd support. When getting service data and then trying to mutate it with action ADD, throws couple of errors.
When mediaId is not set in image array, soap call fails. I override this by adding inside image array a mediaId key with referenceId value. Actually this should require to usage of adToCopyImageFrom, but I have no idea how to do this (thats why I did the trick to just set random mediaId value). Some random message from Eric (api team) was "use normal ad when getting data" was like useless and not helpful at all, because idea is to add image ad not simple ad object. Well anyway when overriding this, another problem is called about image raw data "NullError.NULL_CONTENT @ operations[0].operand.ad.image.data". I see its binary raw data, but I have no idea how to get this data. Is it something relative to adToCopyImageFrom-thing? Also something what I noticed that I can fetch a lot of data about image ads and its dimensions, but the file size is still returned as 0 (zero). So I think it only reads the image data, but does not fetch the real image at all. Is this another adToCopyImageFrom-thingie? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
