I used Report Service to get account structure, I request with all column
and it returned keyword count more than it should be, I found 1 keyowrd with
same keywordid return twice in result, the properties all same but budget
value(Daily Budget), I tryed to remove the column Daily Budget, then I get
Can anyone tell me why I'm getting this error while adding a
LocationExtension to a campaign? The encoded location is pulled
directly from the AdWords GeoLocationService, so I'm not sure why it
would be invalid.
The request object I'm sending looks something like this (I don't have
the actual SOA
Hi Tony,
The AdWords API PHP client library is currently not compatible with
nuSoap. The library is open source however, so you have the
opportunity to add this feature:
http://code.google.com/p/google-api-adwords-php/
Best,
- Eric Koleda, AdWords API Team
On Jun 9, 5:37 pm, thetonyleone wr
Hi,
A minimum job size was introduced in v201003:
"Since v201003, a job may have no fewer than 100 mutate operations
in total."
http://code.google.com/apis/adwords/v2009/docs/reference/BulkMutateJobService.BulkMutateJob.html
The BulkMutateJobService is most useful when performing a large nu
Hi All,
That is correct, after the report is defined (ReportDefinition ADDed)
a request to the reportdownload enpoint will generate and return the
report immediately. Real data won't be returned in the sandbox, but
you should get a row for each matching entity.
Best,
- Eric Koleda, AdWords API T
Hi All,
Reports in v201003 can be run in the sandbox, and unlike the v13
reports will return real rows of data. The stats will all be zero
however, since ads don't run in the sandbox.
Best,
- Eric Koleda, AdWords API Team
On Jun 9, 10:03 am, Alex Parij wrote:
> You can't generate reports on sa
Hi,
The TargetingIdeaService can be used to get keyword ideas:
http://adwordsapi.blogspot.com/2009/11/discover-v2009-getting-ideas-with.html
Estimated CPC values must be retrieved from the v13
TrafficEstimatorService though:
http://adwordsapi.blogspot.com/2008/07/traffic-estimator-service-
Hi Chris,
Please see the following thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/3b4147ce7c819c1e/
Best,
- Eric Koleda, AdWords API Team
On Jun 9, 11:59 am, Chris wrote:
> I'd like to know if there`s a possibility to collect information about
> certain keywords tha
Hi,
Please see the following thread for more information:
http://groups.google.com/group/adwords-api/browse_thread/thread/c28c21e1d7a2a837/df651da58a50fe31#df651da58a50fe31
Best,
- Eric Koleda, AdWords API Team
On Jun 8, 6:28 am, yaniv wrote:
> Hello
> i want to get an exact results for any
Hi,
Please also check that your email address doesn't contain any special
characters and isn't extremely long, as these may cause some problems.
Best,
- Eric
On Jun 9, 5:52 am, ramonpoli wrote:
> it is in that way, I have no idea why I'm getting this exception,
> these are my auth.ini parameter
Hello,
I am trying to start doing some tests for a .net console App and when
I try to add my first campaign I have been getting this error but it
has been impossible to find the cause of it; I am using the .net
library that google provides for free(google-api-adwords-dotnet);
problem is that as so
Hi,
If you look closely at the error, the trigger is the
KeywordMatchTypeSearchParameter. That parameter isn't compatible with
getBulkKeywordIdeas, since the method will only return BROAD match
results. I'll work with the documentation team to make sure that the
restriction is included in the do
Please help me here, I have no idea how to get getBulkTargetIdeas to
work without erroring out. I've had no problems getting keywords from
a simple get, but I can't get getBulkTargetIdeas to work
I am trying to call getBulkTargetIdeas to get related keywords in bulk
but I keep getting errors
[me
Hi Yuuki,
The current ReportDefinitionService beta doesn't support different
aggregation types. Currently all statistics will be aggregated over
the entire span of the report, like the v13 Summary aggregation type.
There are plans to support additional types of aggregation, but I
don't have any e
Hi Illya,
The conversion value field is not yet available in the v201003
ReportDefinitionService beta.
Best,
- Eric Koleda, AdWords API Team
On Jun 8, 3:55 am, illya wrote:
> we want to implement a report on a keyword base and what we need is a
> "convvalue"(that was available in V13), that Sta
Hi Roman,
The sandbox environment is wiped about once a week, and is announced
on the forum and twitter feed. In the mean time, you can rename your
deleted campaigns so that there aren't name conflicts.
Best,
- Eric Koleda, AdWords API Team
On Jun 7, 10:02 pm, Roman Gonzalez wrote:
> I'm tryin
Hi,
Please ensure that the clientEmail header uses the format client_#
+em...@address.com, where # is a value 1 through 5. More information
about using the sandbox is available here:
http://www.youtube.com/watch?v=cqVtUdB975M&feature=PlayList&p=9CA736F591727260&playnext_from=PL&index=6
Best,
Hi,
Unfortunately billing information is not available in the API.
Best,
- Eric Koleda, AdWords API Team
On Jun 8, 10:05 am, sonka sonka wrote:
> *in Payments section
>
>
>
> > is located in Billing section)? Daily used money I can get from
> > reports. But how can I get money which paid from c
Hi Ondrej,
Monthly budgets have been deprecated and are no longer available for
use. We'll update the documentation to make this clearer.
Best,
- Eric Koleda, AdWords API Team
On Jun 4, 5:37 am, Podolinek wrote:
> Hello,
> I'm just going through the AdWords API documentation and I don't
> unde
I'm using production environment to request the service (not
sandbox).
The developer token is in the "APPROVED" state. But i'm always getting
the error message "The developer token is invalid".
I have checked the credentials before posting.
Some advise?
Here is the conversation with server.
Reques
Hello everybody, i have a small question. Is there a way that adwords
can directly send me the statistique's by adgroups total ?
A small example :
$tab;
$tab[0] = id number 1;
$tab[1] = id number 2;
$tab[2] = id number 3;
$adGroupService= $user->GetAdGroupService();
Sending:
http://schemas.xmlsoap.org/soap/
envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/
encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:tns="https://adwords.google.com/api/adwords/cm/v200909";>
91zmsEnqwQ84WAgJQldn9A
###
Red
Hi,
As mentioned I'm a newbie to this api.
While implementing a reporting job using the .NET example I got empty
reports from the sanbox (unlike google's statement here:
http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#reportservice)
So I tried to working with the real a
Hello,
I can't find any references in the documentation - I am wondering if
it
is possible to call the balance of a particular account(s) using
v200909?
Thanks.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
htt
Hi i have a recording studio and id like to know why my ads appears on
a specific website for searches which do not have any pertinence with
my ads. I know i received clicks for searches like restaurants,
bolts,measuring instruments, plates. I am sure that among my keywords
there are none that can
It doesn't change nothing in my proyect
On Jun 10, 4:25 am, Malks wrote:
> I put the ini_set just after the require_once in the examples.
>
> I don't need the ini_set if I am running the examples from the command
> line but do if I'm running the examples from a web page under Apache/
> Drupal. A
26 matches
Mail list logo