Hace una semana aproximadamente, se desactivaron herramientas que utilizaban muchos programas desarrollados para seo, debido a la migración de la versión v13 del api a la v200909. Todas las herramientas que no se hayan actualizado, dejarán de funcionar. Los servicios eliminados son:
CampaignService
AdGroupService
CriterionService
AdService
InfoService
KeywordToolService
SiteSuggestionService
El resto de servicios, seguirán funcionando igual.
Por otro lado, la nueva versión ofrece estos servicios y muchos más, pero encapsulados en distintas funciones. Las principales mejoras de la nueva versión son:
* Asynchronous bulk job support: Use BulkMutateJobService to build, schedule, and retrieve jobs that can operate on thousands of campaign objects.
* Location extension support: Use CampaignAdExtensionService to augment your text ads with information about your business’s physical location. You can also override location extensions on a per-ad basis using AdExtensionOverrideService For more information about how ad extensions work, read the AdWords Help Center overview.
* Keyword and placement ideas: Use TargetingIdeaService to generate new keyword and placement ideas for your campaign ads.
* API usage retrieval: Use InfoService to get information about your API usage, such as the amount spent on an operation in the past month or the number of API units available.
* Ad parameters: Use AdParamService to perform on-the-fly updates to parameterized snippets of ad text.
Os dejo el fuente aquí con las mejoras y los cambios de la api actual.
