Hi
Our google adword api for campaign creation and was running fine yet but now we are getting below error with every ad creation. [ImageError.UNEXPECTED_SIZE @ operations[0].operand.ad.marketingImages[0].asset.assetId, ImageError.ASPECT_RATIO_NOT_ALLOWED @ operations[0].operand.ad.marketingImages[0].asset.assetId] (Detail can be get from attachment). Please note our images are meeting required specifications and was uploading successfully till few days back. *Version Google adwords - 4.2. (v201809)* Your help/advice is needed for resolution , Thanks In advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4190ec9c-32e8-48b6-8431-3be6a4595786n%40googlegroups.com.
:<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?> <soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\"> <soap:Header> <ResponseHeader xmlns=\"https://adwords.google.com/api/adwords/cm/v201809\"> <requestId>0005d8ae04727a4602ab464b80016113</requestId> <serviceName>AdGroupAdService</serviceName> <methodName>mutate</methodName> <operations>1</operations> <responseTime>962</responseTime> </ResponseHeader> </soap:Header> <soap:Body> <soap:Fault> <faultcode>soap:Client</faultcode> <faultstring>[ImageError.UNEXPECTED_SIZE @ operations[0].operand.ad.marketingImages[0].asset.assetId, ImageError.ASPECT_RATIO_NOT_ALLOWED @ operations[0].operand.ad.marketingImages[0].asset.assetId]</faultstring> <detail> <ApiExceptionFault xmlns=\"https://adwords.google.com/api/adwords/cm/v201809\"> <message>[ImageError.UNEXPECTED_SIZE @ operations[0].operand.ad.marketingImages[0].asset.assetId, ImageError.ASPECT_RATIO_NOT_ALLOWED @ operations[0].operand.ad.marketingImages[0].asset.assetId]</message> <ApplicationException.Type>ApiException</ApplicationException.Type> <errors xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:type=\"ImageError\"> <fieldPath>operations[0].operand.ad.marketingImages[0].asset.assetId</fieldPath> <fieldPathElements> <field>operations</field> <index>0</index> </fieldPathElements> <fieldPathElements> <field>operand</field> </fieldPathElements> <fieldPathElements> <field>ad</field> </fieldPathElements> <fieldPathElements> <field>marketingImages</field> <index>0</index> </fieldPathElements> <fieldPathElements> <field>asset</field> </fieldPathElements> <fieldPathElements> <field>assetId</field> </fieldPathElements> <trigger/> <errorString>ImageError.UNEXPECTED_SIZE</errorString> <ApiError.Type>ImageError</ApiError.Type> <reason>UNEXPECTED_SIZE</reason> </errors> <errors xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:type=\"ImageError\"> <fieldPath>operations[0].operand.ad.marketingImages[0].asset.assetId</fieldPath> <fieldPathElements> <field>operations</field> <index>0</index> </fieldPathElements> <fieldPathElements> <field>operand</field> </fieldPathElements> <fieldPathElements> <field>ad</field> </fieldPathElements> <fieldPathElements> <field>marketingImages</field> <index>0</index> </fieldPathElements> <fieldPathElements> <field>asset</field> </fieldPathElements> <fieldPathElements> <field>assetId</field> </fieldPathElements> <trigger/> <errorString>ImageError.ASPECT_RATIO_NOT_ALLOWED</errorString> <ApiError.Type>ImageError</ApiError.Type> <reason>ASPECT_RATIO_NOT_ALLOWED</reason> </errors> </ApiExceptionFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope>
