image ad extension creation not possible

2023-12-04 Thread Adam Muszalik
Hello Api Team! In the past we used the feed services to create image ad extensions at campaign level. Some time ago it stopped working and the info was that this is depricated and read-only. I checked the documentation and found following sample from V15 (we are using V13 right now): https

RE: Google Image Ad issue

2022-09-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Meri, Thank you for raising this concern to the Google Ads API Forum. To have a clearer view, could you please provide the complete API request and response logs with request ID and request header that generated on your end where we can see the said error? If you haven't yet, logging can be

Google Image Ad issue

2022-09-30 Thread Meri Sahakyan
Hi, I'm trying to create Image ad using .Net library of Google Ads Api. The image that I'm uploading have 300x300 px , and 190KB sizes. Anyway, I get "IMAGE_TOO_LARGE" error. Why? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Image Ad Url for Responsive Display Ads is Missing Through BQ Transfer

2022-09-13 Thread 'Fang Yeh' via Google Ads API and AdWords API Forum
Dear all, I have set up data transfer for Google Ads report into BigQuery tables. It's a default API by GCP. However, in the ImageAdUrl column, the values for Responsive Display Ads are all empty. Does this mean we have to code via Google Ads Report API to get the Image Ad Url? Or is th

Re: Max length of image ad URLs

2022-04-19 Thread Eva Suárez
Thank you very much for your response. On Tuesday, April 19, 2022 at 11:53:46 AM UTC+2 adsapi wrote: > Hi Eva, > > In addition to my earlier response, while a character limit is not defined > for the API, the final url allows a value of 2,084 bytes for its limit as > per this guide >

RE: Max length of image ad URLs

2022-04-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eva, In addition to my earlier response, while a character limit is not defined for the API, the final url allows a value of 2,084 bytes for its limit as per this guide. Best regards, Peter Laurence Google Ads API Team ref:_00D1U1174p._5004Q2a4GXL:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Max length of image ad URLs

2022-04-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eva, Thank you for your question. For ads in general, there are currently no explicit character limits specified for their final_urls and display_url attributes. That said, these should then generally follow the limits applied at the Product level. You may then clarify with the Google Ads P

Max length of image ad URLs

2022-04-18 Thread Eva Suárez
Hello everyone, I am trying to validate input data in our app before sending a request to the Google Ads API, but I cannot find what is the maximum length for final URLs and display URLs in image ads. I know that a URL should not exceed 2000 characters, but is there a more restrictive limit in

RE: Google Ads API Image Ad Extension

2022-03-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Julius, Thank you for raising this concern to Google Ads API support team. To investigate the said error, could you provide the complete updated request and response logs with request ID and request header that generated on your end, so our team can better check the issue? This information

Google Ads API Image Ad Extension

2022-03-09 Thread Julius Decena
Good day, We are planning to implement Google Ads Image Extension in our system. We are using a sandbox account to test this functionality and we were getting an error that says it's not compatible with the campaign type. Is this error related to the fact that there are requirements for an ad

Re: Image ad create usingn API

2020-07-31 Thread Google Ads API Forum Advisor Prod
Hi, Please see here for the supported report formats. You can specify the desired one in this line: "self::runExample($session, DownloadFormat::CSV);" Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q22ZyiL:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Image ad create usingn API

2020-07-30 Thread denma test
Thanks for quick response, let me check with it. Now am looking to setup API for reporting started with campaign performance. I have done with the sample provided and report is fetching from API, i just want to convert report data into array to render in UI table. Can you please let me know how

RE: Image ad create usingn API

2020-07-30 Thread Google Ads API Forum Advisor Prod
Hi, You can follow this sample for uploading an image asset. It looks like you are setting the assetId instead of the assetData in your code. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q22ZyiL:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Image ad create usingn API

2020-07-29 Thread denma test
Sorry, actually i found the fixes, since the imageAd class extends creative class which has display URL getter setter. Now am stuck with upload image process, public function addImage(){ $session = self::setSession(); $adWordsServices = new AdWordsServices(); $assetServic

RE: Image ad create usingn API

2020-07-29 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You should be able to set the displayUrl field of the ImageAd object. If you are still having issues, please share your code as well as your complete detailed request and response logs via Reply privately to author so I can further investigate the issue. You can

Image ad create usingn API

2020-07-29 Thread denma test
Cannot create imageAd using adwords API. Am using "use Google\AdsApi\AdWords\v201809\cm\ImageAd;" it throws errors as [errorString:protected] => AdError.EMPTY_FIELD [ApiErrorType:protected] => AdError [parameterMap:Google\AdsApi\AdWords\v201809\cm\ApiError

Re: How to add image ad(Ad type) in one of the specific Ad group of campaign?

2019-11-20 Thread Sharmila Timsina
Thank you for your response. On Tue, Nov 19, 2019 at 8:10 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Sharmila > > , > > Thanks for reaching out. You could create the Image

RE: How to add image ad(Ad type) in one of the specific Ad group of campaign?

2019-11-19 Thread Google Ads API Forum Advisor Prod
Hi Sharmila, Thanks for reaching out. You could create the Image Ads by uploading image assets first and then add a multi-asset responsive display ad to an ad group. Please refer to this code example for the implementation details. Please let us know if you have any further concerns. Thanks an

How to add image ad(Ad type) in one of the specific Ad group of campaign?

2019-11-19 Thread Sharmila Timsina
Hi, I have one test Campaign under which i have created three ad groups. In each ad groups i want to create image ads using google Adwords API (PHP). Can anybody suggest me how can i achieve this using API? thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Reg: Image Ad

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi Suresh, Thank you for providing additional information about the scenario. However, my apologies as I would not be able to comment further regarding the behavior you have observed via the Google Ads UI as this is already outside of our scope. That being said, I would recommend that you reach

Re: Reg: Image Ad

2019-08-19 Thread Suresh Kumar Shenbagam
Hi Peter, Thanks for the reply. I understand that I can update the ImageAds using AdService using Adwords API. But my question is, after creating the Image Ad using AdWords JAVA API, am getting some adId for the newly created Image Ad and am persisting this adId for future purpose. After that

RE: Reg: Image Ad

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi Suresh, In the AdWords API, you should be able to update the fields of the ImageAd using the AdService.mutate() method. You need only to pass the Id of the said ad and the fields you wish to modify. After the request, the Id should remain the same. For retrieving the ImageAd details, you ca

Reg: Image Ad

2019-08-19 Thread Suresh Kumar Shenbagam
Hi, We are writing an adapter for Google Ads using Adwords Java API. I am able to create Image Ad using Adwords Java API. And I have uploaded an image to the image ad. And I know, that I cannot update the image after creation. But there are some fields which can be updated are name, final URL

RE: Getting image is not of legal dimensions exception while uploading Image Ad in Google Ads API V1

2019-07-26 Thread Google Ads API Forum Advisor Prod
Hi Kilaru, Thank you for reaching support. I would recommend to check the specific service, say ResponsiveDisplayAdInfo or GmailAdInfo for the dimensions of image supported while uploading the image via API. If you are still facing the issue, please share the complete request and response logs

Getting image is not of legal dimensions exception while uploading Image Ad in Google Ads API V1

2019-07-26 Thread 'Kilaru Indrani' via AdWords API and Google Ads API Forum
Hi, The image which I have attached was able to upload through Google Ads UI but through Google Ads API V1 getting *The image is not of legal dimensions., at mutate_operations[0].ad_group_ad_operation.create.ad.image_ad.data * exception. Regards, Indrani -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Image Ad

2019-07-02 Thread Google Ads API Forum Advisor Prod
Hello Dima, You will be able to upload the image assets using the MediaFileService. The PHP code sample to upload image assets can be found here. The upload image asset resource name can then be added to the Responsive Display Ad. The code snippet in Java should be helpful to get started. Resp

Re: Gmail Ads upload image ad

2019-07-02 Thread Google Ads API Forum Advisor Prod
Hello Reza, I understand your concern. I am contacting our team internally regarding this concern. We will get back to you soon. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UBoEel:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://goog

Re: Gmail Ads upload image ad

2019-07-02 Thread Google Ads API Forum Advisor Prod
Hello Reza, I understand your concern. I am contacting our team internally regarding this concern. We will get back to you soon. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UBoEel:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://goog

Re: Gmail Ads upload image ad

2019-07-02 Thread reza haydare
در جمعه 21 ژوئن 2019، ساعت 23:01:20 (UTC+4:30)، adsapiforumadvisor نوشته: > > Hello Diogo, > > yes, you should be able to create the gmail Image Ads using the code > shared earlier. I was able to create gmail Image Ad using that code(preview > link > <https://

Re: Image Ad

2019-07-02 Thread Dima
now we are in this step $marketing_images = []; $marketing_images[] = new AdImageAsset([ "asset" => new StringValue(["value" => "The Asset resource name of this image."]) //next step is not clear ]); $headlines = []; $headlines[] = new AdTextAsset([ "text" => new StringValue(["value" =>

Re: Image Ad

2019-07-02 Thread Dima
Google Ads Api Responsive Ads for Display Thanks вторник, 2 июля 2019 г., 9:40:38 UTC+2 пользователь adsapiforumadvisor написал: > > Hi Dima, > > Before proceeding, could you confirm if you are using the AdWords API > or the Google >

RE: Image Ad

2019-07-02 Thread Google Ads API Forum Advisor Prod
Hi Dima, Before proceeding, could you confirm if you are using the AdWords API or the Google Ads API? Also, could you confirm if my understanding is correct that what you wish to create are Responsive Ads for Display? Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UCaPNd:ref

Re: Gmail Ads upload image ad

2019-07-01 Thread Diogo Pereira
Hi, What i need is "Image ad" and not upload an image on a ad. When i create a gmail ad i have the option to upload "Image Ad" ou "HTML Ad". With code shared the ad was created is the same to "+ Gmail Ad". [image: Captura de ecrã 2019-07-01, às 18.0

Image Ad

2019-07-01 Thread Dima
Hi! Is there an instruction or an example for creating an image ad for google dislpay? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Gmail Ads upload image ad

2019-06-21 Thread Google Ads API Forum Advisor Prod
Hello Diogo, yes, you should be able to create the gmail Image Ads using the code shared earlier. I was able to create gmail Image Ad using that code(preview link). Please let me know if you have any further questions. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UBoEel:ref

Re: Gmail Ads upload image ad

2019-06-21 Thread Diogo Pereira
Hi, The campaign create was with a call to action. And what i want is only an image like this preview link

Re: Gmail Ads upload image ad

2019-06-20 Thread 'Diogo Pereira' via AdWords API and Google Ads API Forum
Hi First let me thanks the fast answer. But what i want is the services in ADS API, and not in Adwords Api. On Wednesday, 19 June 2019 21:51:06 UTC+1, adsapiforumadvisor wrote: > > Hello Diogo, > > To create Gmail Ads >

RE: Gmail Ads upload image ad

2019-06-19 Thread Google Ads API Forum Advisor Prod
Hello Diogo, To create Gmail Ads with images you can refer the code sample here in JAVA, code samples in other languages can be found here. Please let me know if you have any further questions. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UBoEel:ref -- -- =~=~=~=~=~=~=~=~=~=~=

Gmail Ads upload image ad

2019-06-19 Thread 'Diogo Pereira' via AdWords API and Google Ads API Forum
Hi, How can i upload an image ad for gmail ads? Best regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the

RE: Extracting image ad dimensions through the API

2019-02-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You may use the MediaService.get() to get the fileSize or the AssetService.get() to get the imagefilesize

Extracting image ad dimensions through the API

2019-02-11 Thread ido
Hello, I need to extract the size of an image ad (non responsive ad) through the API, with a given ad ID. I haven't found the desired field at the ad performance report. Thanks, Ido. -- The information contained in this communication and its attachments is intended solely for the use o

Re: Youtube image ad not "showing ads right now"

2018-02-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Trevor, The issue you are encountering appears to be more related to the AdWords UI and your ads' status. This being said, you may reach out to the product experts in the AdWords Community Forum for further ass

Youtube image ad not "showing ads right now"

2018-02-26 Thread Trevor Sanders
I've recently created an image ad via the AdWords API, and have entered "YouTube.com" as a managed placement. Using the old user interface, when I hover over the Status dialog next to my placement, I see "Showing ads right now?" with a red "NO" arrow. I cu

Re: Can I create an Image Ad without pushing the image binary at the same time?

2017-11-06 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Adam, Please correct me if my understanding is incorrect. From what I have understood, you want to replace the value of setData() to a URL value. If so, then our example

Can I create an Image Ad without pushing the image binary at the same time?

2017-11-06 Thread Adam McKee
Hi folks, I want to provision a new Image Ad without pushing its image binary over the wire when calling AdGroupAdService.mutate(operations). Is there a way to replace the *highlighted* portion below with a reference to a public URL that hosts the image binary and achieve the same results

Re: Example code for uploading an image ad

2017-07-27 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Rob, While there isn't an example which shows how to create an ImageAd, you can refer to the AddResponsiveDisplayAd PHP example which shows how to use an

Example code for uploading an image ad

2017-07-27 Thread Rob Rudnicki
Anyone have an example for uploading a image add using the new php SDK? I have my code from the old sdk where there were examples for image ads provided. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Re: Retrieving Gmail Image Ad through Adwords

2017-01-04 Thread 'Joyce Lava' via AdWords API Forum
Hello, Unfortunately, you could not retrieve the templateElements (like Image ) of the gmail image template ad

Retrieving Gmail Image Ad through Adwords

2017-01-04 Thread yeefei
Does the Adwords API support retrieval of Ad Creative (Images of the Gmail image ad) through API other than data related to images (ImageAdUrl, ImageCreativeHeight, ImageCreativeWidth, ImageCreativeName) I'm currently getting the information from here (https://developers.google.com/ad

Re: What should I send to the AdGroupAdService if I want to create an Image Ad?

2016-11-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Farid, You need to add an ImageAd and provide the MediaId of the image you uploaded in the Image.mediaId

What should I send to the AdGroupAdService if I want to create an Image Ad?

2016-11-04 Thread Farid el Nasire
The documentation is slightly cryptic when it comes to this field and there are no examples available anywhere. I've used the MediaService to upload an image to AdWords, I got a mediaId back, I now want to "bind it" to an ad. With a text ad I used to send the following ADD operation: {

Re: Support HD solution image for image ad?

2016-08-11 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Unfortunately, we do not have a timeline on when this feature will go into production. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAds

Re: Support HD solution image for image ad?

2016-08-10 Thread maxSonic Sun
Hi, I think this feature is heavily used by most of the adwords customer. So will it go into production in the next few months? On Thursday, August 11, 2016 at 2:50:00 AM UTC+8, Vishal Vinayak (Adwords API Team) wrote: > > Hi, > > We have added this enhancement to the feature request list but w

Re: Support HD solution image for image ad?

2016-08-10 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, We have added this enhancement to the feature request list but we don't yet have a date on when this would go into production. Please follow our blog for future updates on this feature. Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=

Support HD solution image for image ad?

2016-08-09 Thread maxSonic Sun
Hi, I tried to create the HD solution image ad for an all feature display campaign, but failed. However, in the UI page of adwords, that is a description saying that the HD solution is supported. But in the api document, unlike the one in template ads, there is no way to set the dimension

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-07-01 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello, Could you please send your SOAP logs by *Reply privately to author*? The previous issue has been solved and I'm not sure what you're faced with is the same problem. Cheers, Thanet, AdWords API Team On Friday, July 1, 2016 at 9:33:18 AM UTC+1, fingategh...@gmail.com wrote: > > Hello. > Do

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-07-01 Thread fingateghk88
Hello. Do you solve your problem? I have same problem with 'AdwordsApi::V201605::AdGroupAdService::ApiException: [ImageError.UNEXPECTED_SIZE @ operations[0].operand.ad.image.data]' Can you help me? вторник, 23 февраля 2016 г., 14:36:39 UTC+3 пользователь Thanet Knack Praneenararat (AdWord

Re: copy image ad from a different account

2016-04-28 Thread 'Yin Niu' via AdWords API Forum
Hi, I don't think you can do that. You can download the image from the original ad and upload in the other account. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://p

Re: copy image ad from a different account

2016-04-27 Thread Yuyan Hu
Hi Yin, Thanks so much for your fast reply. sorry for not making my question clear I understand that I have to create a new ad, I use AdGroupAdService to create the new image ad, I wish to reuse the image from a base ad(which is in another account) the image was not uploaded with MediaService

Re: copy image ad from a different account

2016-04-27 Thread 'Yin Niu' via AdWords API Forum
Hi Amber, You can't copy ads cross account as far as I know. You would have to create a new ad in the other account. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://

copy image ad from a different account

2016-04-27 Thread Yuyan Hu
Hi Adwords API support team, I was wondering what is the best practice to copy an image ad from one account to another? is it possible? I use adToCopyImageFrom field to copy images within a single account, would that work for cross account operation as well, since I think I saw someone in

Re: Creating Image Ad

2016-04-05 Thread 'Yin Niu' via AdWords API Forum
Hi Sreeprasad, MediaService is available in v210509. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blog

Re: Creating Image Ad

2016-04-05 Thread Sreeprasad Govindankutty
Hi Yin, You are correct that I can use media service to populate the image field. But currently I am using 201509 library and not yet upgraded. Upgrading is in our road map but just not this sprint :) Could you please tell me if there is another solution ? Thanks, Sreeprasad On Tuesday, A

Re: Creating Image Ad

2016-04-05 Thread 'Yin Niu' via AdWords API Forum
Hi Sreeprasad, When you send the ImageAd object to the AdWords API, you can populate the image field and just specify the mediaId as returned by the MediaService. Most of the rest of the fields including

Re: Creating Image Ad

2016-04-05 Thread Sreeprasad Govindankutty
Hi Yin, Thanks for the quick response. I am creating an image ad using AdGroupAd's setAd method. This accepts an ImageAd . For the image ad, one the property is media Id. Here is the Google docs link that I am referring to : https://developers.google.com/adwords/api/docs/reference/v2

Re: Creating Image Ad

2016-04-05 Thread 'Yin Niu' via AdWords API Forum
Hi, To create an imageAd, you'd need to upload the image <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201603/misc/UploadImage.java>first using MediaService, then use that media id to create an image Ad. I am not

Google image ad media id

2016-04-05 Thread Sreeprasad Govindankutty
Hi Adwords team, I am creating a google image ad using AdGroupAdServiceInterface using mutate AdGroup operation. For the image ad, I am making the media id same as reference id. But I am getting a RangeError.TOO_LOW when ever the media id < 0. 1. Is it good practice to set media id s

Creating Image Ad

2016-04-05 Thread Sreeprasad Govindankutty
Hello Google Ads API team, I have a question related to Image Ads. I am creating an image ad using Google API. I am using the reference id that is a read only provided by Google as the media Id. But when I try to create an image ad I am getting "RangeError.TOO_LOW" error on med

Re: Update Image Ad

2016-02-25 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Ezequiel, Unfortunately, the only field you are able to modify using the AdGroupAdService via API is the *status* field. Please see our blog regarding any announcements to any changes. Cheers, Anthony AdWords API Team --

Update Image Ad

2016-02-24 Thread Ezequiel Murillo
Hello, I'm aware that you can't modify most values in a given ad using the API. For image ads though, you can modify the name and the finalURL in the UI. Is this still imposible using the API, are there any plans to include this changes in the future? Cheers Ezequiel -- -- =~=~=~=~=~=~=~=~

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-23 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Rocko, Thanks for update. I'm passing this info to the person in charge. Do you have a failing SOAP log for TemplateAd creation as well? Please filter out all unrelated SOAP logs and send the log to me by *Reply privately to author*. Best, Thanet On Tuesday, February 23, 2016 at 6:54:29 PM

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-23 Thread rocko Lo
Hi Thanet, Yes, it's last one file. About the last SOAP data, we found that if we use imageId the same way we use to create imageAd, it shows same error message: "ImageError.UNEXPECTED_SIZE @ operations[0].operand.ad.image.dimensions." And we have create TemplateAd for templateId is 432 the sam

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-23 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
the *mediaId*. Best, Thanet, AdWords API Team On Tuesday, February 23, 2016 at 5:43:56 PM UTC+9, rocko Lo wrote: > > Hi Thanet, > > We followed your suggest to create IMAGE AD via set data. > > And now, I have a question that is how to use the mediaId to create a > IMAGE

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-22 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
; Best, >> Thanet, AdWords API Team >> >> On Saturday, February 20, 2016 at 8:31:36 PM UTC+9, Yu-Juei Tseng wrote: >>> >>> We try to create image ad. >>> But it get fault with use AdGroupAdService. >>> &g

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-21 Thread Yu-Juei Tseng
like developer token and customer ID. > We're investigating this issue and will get back to you once I have an > update. > > Best, > Thanet, AdWords API Team > > On Saturday, February 20, 2016 at 8:31:36 PM UTC+9, Yu-Juei Tseng wrote: >> >> We try to create im

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-21 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
ruary 20, 2016 at 8:31:36 PM UTC+9, Yu-Juei Tseng wrote: > > We try to create image ad. > But it get fault with use AdGroupAdService. > > > Yin Niu於 2016年2月19日星期五 UTC+8下午10時18分03秒寫道: >> >> Hello, >> >> Please send the SOAP response a

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-20 Thread Yu-Juei Tseng
We try to create image ad. But it get fault with use AdGroupAdService. Yin Niu於 2016年2月19日星期五 UTC+8下午10時18分03秒寫道: > > Hello, > > Please send the SOAP response as well. > > Thanks, > Yin, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-19 Thread 'Yin Niu' via AdWords API Forum
Hello, Please send the SOAP response as well. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-18 Thread Yu-Juei Tseng
His image size is 300, 250 in FULL Dimension. This is valid in image ads specs. Yin Niu於 2016年2月18日星期四 UTC+8下午10時33分53秒寫道: > > Hello, > > The error occurred because the image si

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-18 Thread 'Yin Niu' via AdWords API Forum
Hello, The error occurred because the image sizes do not meet requirements. Please check out the static image ads specs . Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-17 Thread 郭文豪
And this is our request : HTTP/1.1 200 OK Content-Type: text/xml; charset=UTF-8 Content-Encoding: gzip Date: Thu, 18 Feb 2016 04:50:11 GMT Expires: Thu, 18 Feb 2016 04:50:11 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protect

While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-17 Thread 郭文豪
Hello :D Yesterday(GMT+8 2016/02/17) we've create an image ad successfully, and today, while we are running the same test of creating an image ad with the same picture, it throws ImageError.UNEXPECTED_SIZE @ operations[0].operand.ad.image.dimensions. Following i

Re: Dynamic Remarketing display image ad layout via API

2016-01-28 Thread Anthony Madrigal
Hello, The template id 311 is not one of the supported template ad types for AdWords API . If you want to make changes to the ad, you will need to do it via the UI. If you are having issues doing so, I suggest asking the AdWo

Dynamic Remarketing display image ad layout via API

2016-01-27 Thread Anil
Hello, We have Dynamic Remarketing campaign in adwords account with some display image ads. It shows ad type as 'TemplateAd' & template id 311. In Template Element details it shows 30 field elements and last element has below details. Name -> Layout Type-> ENUM FieldText-> Optimized FieldMedia

Re: Image ad url discrepancy

2015-11-23 Thread Anthony Madrigal
Hi, I have not seen any issues like this come up before. Could you please *reply privately to author *some Ad Ids and their respective Ad Group Ids so that I can try to replicate these results on my end? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Image ad url discrepancy

2015-11-22 Thread yuval
Hi everyone, It seems that theres a discrepancy between the API and the ad hoc reports regarding Ad image urls. When using the API, segmented by adgroups, the image url returns a valid result, however, using the following query: *{* * "reportName" : "AdHoc Campaigns Report",* * "reportT

Re: Image Ad with more than 2 URL

2015-08-20 Thread Anthony Madrigal
Hey Giovanni, Unfortunately, image ads and template ads that contain images can only have *one *image for that ad. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://p

Image Ad with more than 2 URL

2015-08-19 Thread Giovanni Cortes
Is possible to create an Image Ad with, for example, 4 images and each image has a different URL? Is possible via API using template ads? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Re: How to add image ad?

2015-05-05 Thread Raghavendra Soudala (AdWords API Team)
dra, AdWords API Team. On Tuesday, May 5, 2015 at 9:56:55 AM UTC-4, ja...@safedatatech.com wrote: > > Hi. Can you tell me how to add the image ad. Is there any example into the > google ads library? > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

How to add image ad?

2015-05-05 Thread jason
Hi. Can you tell me how to add the image ad. Is there any example into the google ads library? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: error when i create image ad on group

2015-03-30 Thread Josh Radcliff (AdWords API Team)
Hi, Are you still having trouble with this request? If so, could you post your SOAP request with sensitive information removed? Thanks, Josh, AdWords API Team On Friday, March 27, 2015 at 2:50:40 PM UTC-4, dian...@everstring.com wrote: > > the errer: > > suds.WebFault: Server raised fault: 'Unm

error when i create image ad on group

2015-03-27 Thread dianqiang
the errer: suds.WebFault: Server raised fault: 'Unmarshalling Error: cvc-complex-type.2.4.a: Invalid content was found starting with element 'ns0:adGroupId'. One of '{"https://adwords.google.com/api/adwords/cm/v201409":ad, "https://adwords.google.com/api/adwords/cm/v201409":experimentData, "h

Re: adding mobile image ad to a campaign; several questions

2014-10-20 Thread Danial Klimkin
Hello Berry, Please send us the full XML response with the error *over email* ("Reply to author" button). -Danial, AdWords API Team. On Monday, October 20, 2014 2:00:17 PM UTC+4, Berry Tsakala wrote: > > 2nd and 3rd problems occured because the campaign was targeted to a > different country

Re: adding mobile image ad to a campaign; several questions

2014-10-20 Thread Berry Tsakala
2nd and 3rd problems occured because the campaign was targeted to a different country. i'm now left only with the *size *problem: the file is 8kb but reported as "FILE_TOO_LARGE On Sunday, October 19, 2014 10:08:40 PM UTC+3, Berry Tsakala wrote: > > I found on the web only a single example of

adding mobile image ad to a campaign; several questions

2014-10-19 Thread Berry Tsakala
I found on the web only a single example of using *MobileImageAd *(duplicated in several places). The latest version of this example on the web seems to be from 2011 (e.g. https://searchcode.com/codesearch/view/2598566/) i'm trying to adapt it to version='v201402' (yes, i know it's deprecated

Re: Image Ad Upload Gives a Blank Image

2014-10-18 Thread Josh Radcliff (AdWords API Team)
Hi Conor, I just ran a quick test where I created an ImageAd by specifying the following attributes: - name - url - displayUrl - image: an Image

Re: Image Ad Upload

2014-10-08 Thread Anash P. Oommen (AdWords API Team)
> See if you can replicate this one - connection getting closed is >>>>>> sometimes related to a bad ISP connection, sometimes it happens due to >>>>>> your >>>>>> calls happening when a server update is happening. >>>>>

Re: Image Ad Upload Gives a Blank Image

2014-10-08 Thread testadwords
I guess I am additionally asking if I should be able to preview the relevant ad after uploading it. Could there be a reason other than the image file being empty (which seems unlikely given that there are dimensions beneath the image name, and that the mutate method fails if the images on my lo

Image Ad Upload Gives a Blank Image

2014-10-08 Thread testadwords
When I upload some image ads to AdWords using the AdWords API, the upload is successful, and the API manages to recognise when the images are not of the correct size. Beneath the file name in the relevant AdGroup, there is a string 'A x B' indicating the dimensions of the image. However, when I

Re: Image Ad Upload

2014-10-07 Thread testadwords
gt;>>> Cheers, >>>>> Anash P. Oommen, >>>>> AdWords API Advisor. >>>>> >>>>> On Monday, September 29, 2014 5:53:10 AM UTC-4, testa...@geeks.ltd.uk >>>>> wrote: >>>>>> >>>>>> Hi Anash, >>>>>> >>>>

  1   2   >