Hi! I got the DotNet Client Library from http://code.google.com/apis/adwords/docs/clients.html and the examples about v13 works fine for me, but i can't execute any method from v200906, I get some diferent errors according to method that I call.
When I called the v200906.GetActiveCriteria method, I got the following error Gets all active non-negative criteria in an account. Failed to retrieve active criterion in this Account. Exception says "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ " When I called the v200906.AddAdGroup method, I got the following error Create an Adgroup in a given Campaign Failed to create ad group. Exception says "com.google.net.rpc.RpcException: APPLICATION_ERROR;Account has been deleted for clientEmail ;AppErrorCode=2;StartTimeMs=1247058422730;ServerTimeSec=0.6446387767791748;TCP;CliLog=256;SrvLog=256;ReqSecLevel=integrity;RespFormat=UNCOMPRESSED;/ AdGroupService.mutate;LastReqID=734e6ced1c4e2254;LastGlobalID=bd8634cf28743188;Server=10.199.166.34:25406" Press [Enter] to continue I did not find any documentation about this errors, anyone get the same error? On Jul 2, 12:00 pm, AdWords API Advisor <[email protected]> wrote: > Hello Rohit, > > (Most of) Our official client libraries have already been updated to > work with the new release, v200906. They're available from > > http://code.google.com/apis/adwords/docs/clients.html > > The PHP and Ruby client libraries are still being worked on, and > should be released in the near future. I'd recommend that you use one > of the official client libraries rather than standalone sample code, > as you'll have a much better development experience. If you do want to > see standalone code for v200906, though, you can find it linked to > from the bottom of the page mentioned above. > > "Change history" functionality is something we pre-announced as a > v2009 feature in our initial Sandbox announcement: > > http://adwordsapi.blogspot.com/2009/04/hello-all-as-we-mentioned-in-o... > > It has not yet been implemented as of v200906, and my understanding is > that it remains on the list of forthcoming features. > > There's no specific method for performing recursive updates native to > the v2009 API. You'd still have to implement logic for determining > what objects to update in your code. As mentioned in our v2009 Launch > blog post, asynchronous calls have not yet been implemented. > > What you refer to as dynamic keyword insertion is not a feature of > the AdWords API, but rather of the basic AdWords system. I don't have > any information about future plans for additional features. > > The current release of v2009 is considered beta. I don't have any > information to share about if and when it will be marked as final, > though I can say that many iterations of the legacy API were > officially considered beta but were still used in production systems. > > Cheers, > -Jeff Posnick, AdWords API Team > > On Jul 1, 6:38 pm, rohitc <[email protected]> wrote: > > > Hi Doug & The AdWords Team: > > > Congratulations on the Update. Have a couple of questions on the > > upgrade... > > > 1. Are there any code samples available for v2009 or is this only > > available after the 'registration process' goes through and our account > > (s) are accepted? > > The existing code examples archive still refers to v13 API. In > > particular, we'd like to see how the functionality around reporting > > has changed. > > > 2. Is there an API that gives facilitates minimal navigation across > > the entire structure to iterate over objects that have 'changed only' > > since a last sync date? > > If yes, could you post an example or pointers to API docs for this? > > > 3. Is there any API to recursively update values across the campaign > > structure? > > e.g. update all keywords recursively within a campaign or adgroup? > > If yes and if this is an asynchronous call, is there a notification > > service that alerts us when this long running task is completed? > > > 4. Are there any new DKIs e.g. like existing DKIs = {keyword} > > {creative} etc available that may be used in ad text and keyword url > > substitutions? > > > 5. The docs athttp://code.google.com/apis/adwords/v2009/docs/state > > that v2009 is in BETA. > > When is the API v2009 expected to be upgraded from BETA to FINAL? > > Or is the product release FINAL but the docs still in BETA? > > > Let me know; thank you. > > > - Rohit > > > On Jun 30, 8:19 am, AdWords API Advisor <[email protected]> > > wrote: > > > > Hello All, > > > > The AdWords API Team is pleased to announce the launch of AdWords API > > > v2009 in production! There are a lot of details regarding the launch, > > > so please check out our blog post for the full scoop: > > > > http://adwordsapi.blogspot.com/2009/06/adwords-api-v2009-launch.html > > > > -The AdWords API Team --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords 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 -~----------~----~----~----~------~----~------~--~---
