Google My Business Locations

2017-03-20 Thread Adrian Blanco
Hi guys, I'm trying to retrieve all my locations extensions in my Google My Business account, but I can't find any documentation about retrieve this kind of locations. Where can I find the Java example method to retrieve this locations? Thank you Regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

[CustomerExtensionSetting] Add and assign CalloutExtensions

2017-03-08 Thread Adrian Blanco
Hello, I have a question about the behaviour of extensions at account level. I'm using CustomerExtensionSettingOperation to create callout extensions with the Operator.ADD, the operation is success and I can see in the adwords client that my callout extensions has been created successfully in

Re: Adwords Extensions (SiteLinks)

2016-09-12 Thread Adrian Blanco
Hello, Did you update the supported operations for BatchJobService?, I mean, it seems that CampaignExtensionSettingOperation is already supported for BatchJobService. So I will be able to create callouts or sitelink extensions for my campaigns with the BatchJobService? Regards. -- -- =~=~=~

Re: Adwords Extensions (SiteLinks)

2016-09-12 Thread Adrian Blanco
Hi Vishal, Did you update the supported operations for BatchJobService ? , I mean, it seems that CampaignExtensionOperation is already supported for BatchJobService. Regards. El jueves, 28 de julio de 2016, 22:08:13 (UTC+2), Vishal Vinayak (Adwords API Team) escribió: > > Hi Adrian, > > Tha

[BatchJobService] Platform Bid Adjustment

2016-08-09 Thread Adrian Blanco
Hello, Up to now I'm able to create bid adjustment for mobile platform, but now I'm trying to create Bid Adjustment for tablet and desktop Platforms through BatchJobService in test account, I sent the operations properly, like mobile adjustment, but with different platform ID. The response from

Adwords Extensions (SiteLinks)

2016-07-28 Thread Adrian Blanco
Im trying to create a massive operation creating sitelink extensión at campaign / adgroup level thorugh BatchJobService, im getting an internal error and my job is canceled. I have seen in https://developers.google.com/adwords/api/docs/guides/batch-jobs#supported_operations, that CampaignEx

Batch Job Service Template Ad Same Adgroup

2016-06-17 Thread Adrian Blanco
Hi, I'm trying to create template ads in the same batch job, my process is doing reasonably well but the problem is when i'm creating many template ads (419) for the same adgroups. I mean I'm sending two or more operations for the same adgroup. When this happens, the batch job service status c

Re: Html5 Bundle Template

2016-06-15 Thread Adrian Blanco
I solved the problem. The issue was the path when I added the new files to the bundle. I removed the slash preceded my path when I added my files, and then it works properly. El miércoles, 15 de junio de 2016, 4:42:43 (UTC+2), Peter Oliquino escribió: > > Hi Adrian, > > Thank you for the inform

Re: Html5 Bundle Template

2016-06-14 Thread Adrian Blanco
I send you the information about the error. The point of this feature is to have an html like this : Hotel at {#jsProperties.city_name} And inject with a js of properties the name of the city, so I repackage the ZIP of the client with the tags and a js of properties and then trigger the error.

Html5 Bundle Template

2016-06-13 Thread Adrian Blanco
Im trying to create Html5 Ad Template (419) through adwords API. I'm getting MediaBundleError.INVALID_PATH each time. For every bundle, I access to it, and I modify in runtime some values of index.html and index.js. Any ideas? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find