Hi Eric
This is an extract from my code :
use Google::Adwords::AdService;
use SOAP::Lite +trace => [qw/ debug method fault /]; #global debug for
SOAP calls
#
# charge config for connect to web services
#
$main::_CONFIG->{root}= '' if ( !defined $main::_CONFIG->{root});
my $rh_ad_service = Google
Hello
I want add more 20 campaigns in my account. Is it possible?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubs
Hi Damian,
There have been reports of this problem in the past, and in my
experience the results from the AdWords API always match those of the
Keyword Tool web interface:
https://adwords.google.com/select/KeywordToolExternal.
At this time it isn't clear why certain seed keywords are omitted by
I am new to Adwords Api,
I would like to build up a keyword tool with Adwords API
I have found a tool online here and I have liked it, I want to build a
similar tool in PHP and MySQL,
http://www.contextsolutions.net/google/keywords/variation-finder
I want to build up a HTML text box, and so th
I have just switched over to v200909 and have the same issue as I
store my credentials in web.config. Previously, the AdWordsUser class
had a constructor to pass in headers created from data in web.config
(or anywhere other than App.config). There does not appear to be an
option to do this and we
hi there,
i use the AdWords API PHP Client Library and try to get a campaign
list like in the examples but i get that error:
AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED
with v13 the client worked
the php code is like in the examples
any help appreciated
here is the log:
[Oct 26 2009 13
Hi,
Thank you for bringing this to our attention. Please create a bug for
this issue on the AdWords API .NET Client Library issue tracker:
http://code.google.com/p/adwords-api-dotnet-samples/issues/list. The
maintainers of that library will follow up with you there.
Best,
- Eric Koleda, AdWord
Eric,
Thanks for your response, but I think you misread my concern.
> Although there is not yet full feature parity between v13 and v2009,
> keep in mind that you can use the two versions simultaneously, and our
> client libraries make it easy to do so.
Hmmm, then what is the meaning of 'Sunset
Hi,
This appears to be simply a case of wrong username and password. Can
you successfully log into GMail with those credentials?
On a side note, it looks like you are using the APIlity PHP Client
Library. This library, and the version of the AdWords API it
interfaces with (v13), are scheduled
Hi Nicolas,
It looks like the problem is that you are using the type "int" for the
ad group ID, when the API calls for a "long":
http://code.google.com/apis/adwords/docs/developer/AdService.html#getAllAds.
This type mismatch is causing the method signatures not to match.
On another note, I see t
Hi Allvin,
Unfortunately it is not possible to have more than 20 campaigns per
account. Can you consolidate your campaigns at all? If not you can
create more AdWords accounts and link them to your same MCC account.
Best,
- Eric Koleda, AdWords API Team
On Oct 26, 7:38 am, allvin wrote:
> Hel
Thank you Eric, I will try evrything you told me.
Nicolas
On Oct 26, 3:59 pm, AdWords API Advisor
wrote:
> Hi Nicolas,
>
> It looks like the problem is that you are using the type "int" for the
> ad group ID, when the API calls for a
> "long":http://code.google.com/apis/adwords/docs/developer/A
Hi Bikram,
Google provides a similar tool for free: the Search-Based Keyword
Tool: http://www.google.com/sktool/. There is also a corresponding
service in the v200909 API called TargetingIdeaService:
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.html.
Best,
- Eri
Hi,
Thanks for bringing this to our attention. At the moment the AdWords
API PHP Client Library is only compatible with PHP version 5.2.7 or
higher. We are working on enabling support for older versions of PHP,
and you can follow the progress here:
http://code.google.com/p/google-api-adwords-ph
Hi all,
Now I am trying to make a connection to the v200909 version instead of
the v13 version. The connection works but when I request data I get an
error The request failed with HTTP status 405: Method Not Allowed At
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse
(SoapClientM
Can AdWords API be used to export (download) list of adds to file in
CSV or other format?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to adwords-api@go
ah i see
im currently on 5.2.0-8+etch11
since that is debian etch max.
thanks for the info
ill upgrade my dev-server (should have done weeks ago ;))
On 26 Okt., 16:29, AdWords API Advisor
wrote:
> Hi,
>
> Thanks for bringing this to our attention. At the moment the AdWords
> API PHP Client Lib
Thanks Eric, I will try me question in that forum. :)
On Oct 26, 10:40 am, AdWords API Advisor
wrote:
> Hi Damian,
>
> There have been reports of this problem in the past, and in my
> experience the results from the AdWords API always match those of the
> Keyword Tool web
> interface:https://ad
I was trying the enclosed (.Net) code example, which gave me the exact
same error. So maybe it is a problem in the .Net api.
public void Run(AdWordsUser user)
{
InfoService infoService = (InfoService)user.GetService
(AdWordsService.v200909.InfoService);
//
Yes you can, by use of the AdGroupAdService (v200909). If you are
looking for an export as an report, you could use the previous
version.
On Oct 26, 4:39 pm, tarest wrote:
> Can AdWords API be used to export (download) list of adds to file in
> CSV or other format?
--~--~-~--~~--
Hi Daniel,
Do you have the SOAP XML logs from such a request? This may provide
more information about the source of the issue.
Best,
- Eric Koleda, AdWords API Team
On Oct 26, 11:51 am, DanielB wrote:
> I was trying the enclosed (.Net) code example, which gave me the exact
> same error. So ma
Hi,
As Daniel mentioned, there are ways to get Ad data using the AdWords
API. The only format currently supported is XML, but it is possible
to convert this to CSV, etc. If you are OK with a manual process, the
AdWords Editor desktop application also supports this:
http://www.google.com/intl/en
Hi Jack,
The core engineering team got back to me and this issue has been
resolved. Are you still seeing this behavior?
Best,
- Eric Koleda, AdWords API Team
On Sep 17, 2:23 pm, AdWords API Advisor
wrote:
> Hi Jack,
>
> Thank you for bringing this issue to our attention. The problem
> appear
Hi,
I am looking at some soap fault response using v2009, seems the soap
fault error details returned containa reason element, but no error
code. I am wondering if there is a mapping document between the error
codes used in v13 and the specific api errors used in v2009?
Thanks,
--~--~-~--
24 matches
Mail list logo