Hi Eric
Thanks for the response.But still my problem is remained unsolved.
My objective is
1>I need to fetch all the campaigns of each clients of an MCC account
2>I need to make the report for each of the clients of that MCC
account.
Now I concentrate to solve the 1st problem.
I commented the
//'
Hi All,
This week we released new versions of some of our client libraries,
introducing a variety of bug fixes, unit tests, and enhancements. New
versions are available for the following languages:
Java: http://code.google.com/p/google-api-adwords-java/
PHP: http://code.google.com/p/google-a
Hi Ralph,
The sandbox does allow for ADD operations. We typically see this
error when the request is made as the MCC user, when a clientEmail
isn't specified. Can you double check that you are specifying your
client account correctly in the headers?
Best,
- Eric Koleda, AdWords API Team
On Jan
Hi Shane,
The v200909 TargetingIdeaService encapsulates the functionalty of the
v13 KeywordToolService and SiteSuggestionService. However, this
service doesn't provide estimated data, including CPC, position, etc.
A separate service will exist for that information, similar to the v13
TrafficEstim
Hi Bobby,
The match type specified in the RelatedToKeywordsSearchParameter only
influences the way that keywords ideas are generated, but it doesn't
restrict the match type of the returned ideas. If you only want to
have certain match types returned you must use the
KeywordMatchTypeSearchParamete
Hi,
We've gotten feedback from the developers that it is currently
difficult to retrieve the reason field from the ApiError since in
statically typed languages you must first cast the error. I think the
reflection tactic you've outlined in version 2 is a good work around
for this problem. If you
Hi Nicklas,
Other users are seeing success with around 1000 operations per
request:
http://groups.google.com/group/adwords-api/browse_thread/thread/6a44d62d3e4e0398/
Best,
- Eric
On Jan 22, 4:10 am, Nicklas wrote:
> Hi Eric,
> Are there any updates on the UNEXPECTED_INTERNAL_API_ERROR in
Hi Peng,
There have been some reports of timeouts happening for large requests,
and it is something the core engineering team is looking in to. For
the time being I would recommend sending your operations in smaller
batches to avoid these timeouts.
Best,
- Eric Koleda, AdWords API Team
On Jan 2
Hi,
I believe the problem here is that you are running the report in the
sandbox. All statistics in the sandbox are fake and the report
service will always return an empty report. Try this request in
production and you should get back the correct data.
Best,
- Eric Koleda, AdWords API Team
On
Hi Dane,
Unfortunately we are a little light on example for perl, but I believe
schedule_report.pl should be enough to get you started. As for the
server error, I believe this was a transient error due to an internal
connection issue. Please try again and let me know if you experience
any proble
Hi Pete,
This is a known issue and the engineers are aware of the problem.
These entries aren't keywords, and you can safely ignore them.
Best,
- Eric Koleda, AdWords API Team
On Jan 22, 4:02 am, pete wrote:
> Hi
>
> When I create a Keyword Structure report for one of our clients, I get
> 340 o
Hi Hans,
Thank you for bringing this to our attention. Let me follow up with
the core engineering team to get more information regarding this
limit.
Best,
- Eric Koleda, AdWords API Team
On Jan 21, 6:12 pm, HK wrote:
> In v13, the max length for a keyword's destinationUr was 1024, at
> least t
I am testing a large scale campaign/ad/agroup rollout using sandbox
(v200909) and am getting this error
FaultException: [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @
operations[
0]]
Does sandbox not allow for testing ADD operations?
--
You received this message because you are subscrib
Hi Eric,
Thanks for reply. Follow up question...is there a service in either
the v13 or v2009 APIs that can return similar Position and CPC results
to what is found using the Keyword Tool?
Shane
On Jan 22, 8:18 am, AdWords API Advisor
wrote:
> Hi Shane,
>
> I think the primary reason for this
I'm making a web service call to the Keywords tool with the matchType
of BROAD specified. However, I am returned duplicate keywords of all
different matchTypes. This is obviously a problem given Google
penalizes you for having duplicate keywords.
Here's my log:
Request:
...
Hi,
The best way to get this information is through the ReportService:
http://code.google.com/apis/adwords/docs/developer/ReportService.html
The report type to use would be the Keyword Performance Report:
http://code.google.com/apis/adwords/docs/developer/adwords_api_report_keyword.html
T
Hi J,
The best way to debug this is to enable logging (described in the
README) and then look at the SOAP XML request and response.
Best,
- Eric Koleda, AdWords API Team
On Jan 21, 5:38 am, jlbandeira wrote:
> I guys,
>
> I'm new to AdWords APi and I'm trying to get all the campaigns
> associat
Hi Shane,
I think the primary reason for this discrepancy is that you are
comparing data from two different types of sources. If you are using
the TrafficEstimatorService then you should use the Traffic Estimator
web interface:
https://adwords.google.com/select/TrafficEstimatorSandbox
In my t
Hi Ralph,
This error appears to be caused by a problem getting sockets in
windows:
http://www.paessler.com/support/kb/questions/48
Best,
- Eric Koleda, AdWords API Team
On Jan 21, 7:05 am, Ralph Heimburger <1stpo...@gmail.com> wrote:
> not sure what is causing this but it happened last night:
Hi,
The requirements for the AdWords API PHP client library can be found
in the README file:
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/README
Best,
- Eric Koleda, AdWords API Team
On Jan 21, 5:01 am, ipsita rout wrote:
> I have already installed nusoap.php in my ser
Hi Kevin,
There isn't a feature in the API that explicitly triggers approval
checking. My guess is that you need to update the keywords to have
them checked for approval again. You may want to investigate further
at the AdWords Help Center:
http://adwords.google.com/support/aw/?hl=en
Best,
-
Hi all,
I am wondering what exception handling using v2009 should be
implemented.
(I use Java.)
For example,
Version 1:
public String getErrorReason(ApiError error) {
if (error instanceof AdError) {
// return reason.
} else if (error instanceof AdExtensionError) {
// re
Hi Eric,
Are there any updates on the UNEXPECTED_INTERNAL_API_ERROR in
production? Is there any workaround for this error? Your talking about
using smaller batches, how small do you recommend?
Thanks,
Nicklas
On 5 Jan, 23:49, AdWords API Advisor
wrote:
> Hi Ralph,
>
> I've done some more res
Hi, we successd using the AdGroupCriterionServiceInterface to modify 1000
keywords, but failed to modify 3000 keywords.
Is there anybody have this problem?
--
Regards
Peng Guo
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to
Hi Jeya
This is Ipsita
I have done the exact thing u asked for.Before using the below code
you should keep your account information in 'Account_info.php' file.
require_once('soapclientfactory.php');
require_once('Account_Info.php');
$campaign_service = SoapClientFactory::GetClient($namespace . '/
I wrote the following code
$sandbox = 1;
# Provide AdWords login information.For security reason I have not given the
Proper adword information.But in my code i used the proper information.
$email = "MCC gmail";
$password = "MCC Gmail's password";
$useragent = "Ipsita Test Sample";
$applicationToke
schedule_report.pl gives this non-informative error message:
Report job failed validation due to the following error: The following
SOAP fault occurred:
faultcode: soapenv:Server.generalException
faultstring: An internal error has occurred. Please retry your
request.
--
You received this me
I am thinking that using the webinterface to schedule the keyword
report to run daily, and the API to download the report - but how do I
download a specific report - are there any perl examples available?
--
You received this message because you are subscribed to the Google Groups
"AdWords API F
I use perl.
I succesfully used most testscripts.
problem 1)
I would like to download the cost within a given period of keywordX in
adgroupY in CampaignZ
problem 2)
I would like to set the destination url and CPC of keywordX in
adgroupY in CampaignZ
any code examples?
regards
Dane
--
You recei
Hi
When I create a Keyword Structure report for one of our clients, I get
340 odd keywords with a match type of "BoomUserList".
What is this?
pete
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to adwor
Unbelievably the client has now pulled the campaign and removed the
Login from Ad Words so I can't check.
Sigh...
Thank you very much for your help - if I ever see this type of issue
again, I'll try the "gmail" (or vice versa) variant.
Regards
pete
--
You received this message because you ar
31 matches
Mail list logo