Re: Creating Mobile App Engaement Ads in bulk

2015-08-28 Thread sebastian . lamelas
I started a new question with these new problems here . El viernes, 28 de agosto de 2015, 12:21:27 (UTC-3), sebastia...@despegar.com escribió: > > I also have a problem when creating "App Engagem

Re: Creating Mobile App Engaement Ads in bulk

2015-08-28 Thread sebastian . lamelas
I also have a problem when creating "App Engagement Text Ads". Apparently the "Call to Action" field is loaded correctly but when shown in the preview it is not refresh accordingly. I attach an image this post so you can understand the problem. In the image, where it says "INSTALL" it should sa

Re: Creating Mobile App Engaement Ads in bulk

2015-08-28 Thread sebastian . lamelas
Hello again, I am having a problem after I upload "App Engagement Image Ads" and "App Engagement Text Ads", >From th AdWords UI I can see they are created but the preview can no longer be shown when I click "View full size display ad." I attach an image to this post with the error message I am g

Re: Creating Mobile App Engaement Ads in bulk

2015-08-21 Thread sebastian . lamelas
Hi Josh, OK, I see we are finally talking about the same use case. I tried using *originAdId* and now it seems to work (although when I had the error I posted before I was doing the exact same thing and got an " InternalApiError.UNEXPECTED_INTERNAL_API_ERROR"; maybe it was another problem from

Re: Creating Mobile App Engaement Ads in bulk

2015-08-20 Thread Josh Radcliff (AdWords API Team)
Hi, I finally get it. :) The key points are: 1. For the Image app engagement ad (455) and Image app install ad (432)

Re: Creating Mobile App Engaement Ads in bulk

2015-08-20 Thread sebastian . lamelas
El jueves, 20 de agosto de 2015, 8:45:50 (UTC-3), sebastia...@despegar.com escribió: > > Hi Josh, > > I noticed in your code that you are setting the adAsImage >> >> field, >> and that's t

Re: Creating Mobile App Engaement Ads in bulk

2015-08-20 Thread sebastian . lamelas
Hi Josh, I noticed in your code that you are setting the adAsImage > > field, > and that's the only place where you use an *Image* object. However, I'm > pretty sure that the *adAsImage* fi

Re: Creating Mobile App Engaement Ads in bulk

2015-08-19 Thread Josh Radcliff (AdWords API Team)
Hi seb, Thanks for sending more details to me privately. I noticed in your code that you are setting the adAsImage field, and that's the only place where you use an *Image* object. However,

Re: Creating Mobile App Engaement Ads in bulk

2015-08-18 Thread Josh Radcliff (AdWords API Team)
Hi seb, Based on the logs I found, it looks like you are trying to create a *TemplateAd* with template ID 455. If so, could you elaborate on why an image is relevant here? The template fields for 455 do not inc

Re: Creating Mobile App Engaement Ads in bulk

2015-08-18 Thread sebastian . lamelas
Hi Josh, My program fails right after calling AdGroupAdServiceInterface#mutate(AdGroupAdOperation[]) and I don't get a response. I can send you the serialized Exception if you want (I could not attach it to this post). El martes, 18 de agosto de 2015, 9:56:53 (UTC-3), Josh Radcliff (AdWords AP

Re: Creating Mobile App Engaement Ads in bulk

2015-08-18 Thread Josh Radcliff (AdWords API Team)
Hi seb, Could you send over the *requestId* from the response in that failed request? That will help me track down the root cause of the exception. Thanks, Josh, AdWords API Team On Tuesday, August 18, 2015 at 8:52:41 AM UTC-4, seb wrote: > > Hi Josh, > I am trying to do what you said but I get

Re: Creating Mobile App Engaement Ads in bulk

2015-08-18 Thread sebastian . lamelas
Hi Josh, I am trying to do what you said but I get the following error: Exception in thread "main" AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.Inter

Re: Creating Mobile App Engaement Ads in bulk

2015-08-13 Thread Josh Radcliff (AdWords API Team)
Hi seb, Have you tried using the TemplateAd.originAdId field to copy the image from the first *TemplateAd*? Using that approach, you could supply the *Image.data* directly on the first ad,

Creating Mobile App Engaement Ads in bulk

2015-08-12 Thread sebastian . lamelas
Hello, I have a couple of questions regarding the creation of Mobile App Engagement Ads. 1) As of my understanding, the AdWords Editor does not allow you to upload many Mobile App Engagement Ads in a bulk. Is that so? 2) Because of this limitation, we are going to use the AdWords API. Mobile A