Hello, You're definitely not using v11 of the AdWords API. If you were, all your requests would fail with a SOAP fault explaining that you're accessing an unsupported version. If you want to confirm this, try turning on full SOAP tracing and see which URL your SOAP requests are being sent to and the namespace used in those requests.
I can't comment on why your own codebase might not match the official CPAN Perl module--perhaps the person who was working on the code before you made some modifications to your copy of the module to support v12 rather than waiting for the official update. Cheers, -Jeff Posnick, AdWords API Team On Sep 22, 6:02 pm, hwangfucius <[EMAIL PROTECTED]> wrote: > I downloaded V12 and compared with V11 and saw differences in them. > > I am using Perl version of V12 (from CPAN). > > Here is the extract from Service.pm on my source tree. > > Readonly my $default_api_version => 'v11'; > Readonly my $user_agent => "Google::Adwords v1.9.3"; > Readonly my $endpoint => 'https://adwords.google.com/api/ > adwords'; > Readonly my $endpoint_sandbox => 'https://sandbox.google.com/api/ > adwords'; > Readonly my $default_timeout => 35; # HTTP timeout in seconds > > Also, in V12, ConversionOptimizerSettings.pm was added but my source > tree does not have this. > There are also other differences. > > Is it possible that V12 also supports V11? > > Is there a way that I can check if I am really use V12? > > Thanks, > > HS > > On Sep 22, 2:55 pm, AdWords API Advisor <[EMAIL PROTECTED]> > wrote: > > > Hello, > > > AdWords API v11 was shut down on the date that was announced. If > > you're currently accessing the AdWords API's SOAP services, it's with > > v12. > > > What makes you think you're still on v11? > > > Cheers, > > -Jeff Posnick, AdWords API Team > > > On Sep 22, 5:22 pm, hwangfucius <[EMAIL PROTECTED]> wrote: > > > > Hi, Google. > > > > I am a new to this search engine marketing field and am now in charge > > > of integrating Google Adwords API. > > > > I have seen a notice saying that Google will discontinue Google > > > Adwords API V11 on August 26. > > > However, it looks like our company still use V11 and V11 is apparently > > > still supposed. > > > I am trying to propose our manager to upgrade our API to use V12. > > > But, what is Google's time line that will really discontinue V11? > > > > Basically I am trying to find out how urgent this API migration would > > > be to our company. > > > > Thanks, > > > > HS --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
