Well it's not easy to help you as we don't know which services you are
using.
The first step will be to check exactly what you did with v13 then
look at the documentation below to know which services will need to be
updated to v200909.
http://code.google.com/intl/fr/apis/adwords/v2009/docs/
Here yo
Hi,
i still not able to publish localbusiness ad.
code for notmal text ad publish is
// Create text ad.
$textAd = new TextAd();
$textAd->headline = $dataArray['name'];
$textAd->description1 = $dataArray['desc1'];
$tex
I'm confused about the BulkMutateJobService.
EntityId.Type says you can specify CUSTOMER_ID.
But what is valid value for CUSTOMER_ID?
I'm trying to get this working in teh Sandbox, and as far as I can
tell, there is no 000-0 ID for the accounts, and I've tried the
email address "client_2+",
After playing with the request, I've fixed an error, only to come up
with an "UNEXPECTED_INTERNAL_API_ERROR"
I still have yet to come up with an answer to the CUSTOMER_ID value,
but I'm starting to think in the Sandbox it should be 0.
[Mar 08 2010 13:26:36.00 - INFO] POST /api/adwords/job/v2
Hi,
How can i get stats of *conversionsManyPerClick* column using V13 Report
service.
shall i use *leads (LeadCount)* column in* Report Object
*I refer following page
http://code.google.com/apis/adwords/docs/developer/adwords_api_report_keyword.html
*Please suggest me Answer ASAP*
--
--
Reg
How i will add AdScheduleTarget to campaign through php client
library (v200909).
--
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-...@googlegroups.com.
To unsubscribe from this group, send email
Hi there,
I am new to Adwords API. I am using Google Adwords API v13.
I want to display all items as they are diplayed in Google Adwords
Account (i.e. List of all client Accounts, Clicks, Impressions, Search
CTR, Content CTR, Conversion, Conv. Rate & amount spent).
Below given is my code. whenev
hi
i am trying to get all campain but got strucked due to soap exception.
i am using php ver. 5.3.1
SoapFault Object ( [message:protected] => Could not connect to host
[string:Exception:private] => [code:protected] => 0
.
[ids] => [campaignStatuses] => [statsSelector] => [paging] =
Hi,
The Adwords api script is working perfectly in my local server which
is XAMPP and the phpversion is 5.3.1. But when uploaded to the server
which is php version is 5.3.1, iam experiencing the soap error as
follows
SoapFault Object ( [message:protected] => Could not connect to host
Can any one
H'ya
I'm using AW api to generate and download Keyword / Placement
reports. I then parse the XML for my application.
My problem is that the values for cost related fields are returned
very big and they do not seem to reflect the real cost.
For example, if I use the api to download the xml the c
I loaded the api into my server and started the addcampaign.php
example file and got this error:
Fatal error: Access level to AdsSoapClient::__construct() must be
public (as in class SoapClient) in
/var/www/html/common/api2009/src/Google/Api/Ads/Common/Lib/
AdsSoapClient.php on line 497
I didn't
I'm having some issues with BulkMutateJobService. I'm running some
integration tests against the sandbox and my jobs are always PENDING
and never seem to be completed.
I wonder if I have some chance to stop or erase my current queue to
avoid having this problem. Let me know if you have any solutio
Hi everyone,
I seem to be having an issue and haven't managed to find any solutions
on google so far. I'm using the new Adwords API (v200909), and
everything works great if I use the adwords-sandbox. domain. As soon
as I try switching to adwords.google.com, I get "Invalid headers for
'https://adwo
Hi there,
I want to create a Geographic report with the help of the API.
But somehow there is no way to aggregate the data on a daily basis.
When I create a Geographic report manually then the result have a
'date' column.
The columns are:
HI,
I tried to find out the following Ad status' meaning but failed.
Could you explain the below 5 statuses in detail when each status are
showed?
AUTO_GENERATED
NOT_READY_FOR_APPROVAL
SUSPICIOUS
FORBIDDEN
DISABLED
Thank you
--
You received this message because you are subscribed to the Goog
Hi,
We have an Adwords account and would like to make use of the Adwords
API. From online documentation (http://code.google.com/apis/adwords/)
it seems we have to register for a developer token, but the 'Register
as a developer' takes a while to load and then redirects to
https://adwords.google.co
Hi,
I have a lot of campaign and groups and sometimes i have the same
keyword in diffrent groups and different campaign. And i would like to
Post text ads in a regular way. Ihave been in the paramters of the
campaign, but it's still the "best" text Ad which is shown.
Is there any problem or somet
Hi,
By default keyword performance reports will not include keywords that
did not receive any impressions over the time frame of the report. If
you want to include these keywords as well then you need to set the
DefinedReportJob.includeZeroImpression field to "true".
http://code.google.com/ap
We've been using the perl api for v13, and are trying to use the v2009
api.
However, the perl api appears broken, and we're just not getting any
response from google about when, or even if, it will be fixed.
What will happen on April 22, then? Will the v13 calls be turned off,
in spite of the fac
Hi,
Can you provide a sample SOAP XML request and response that
demonstrates this problem?
Best,
- Eric Koleda, AdWords API Team
On Mar 4, 6:54 am, Dotslash wrote:
> I have been using v200909 for some time now to get keyword suggestions
> with the monthly search counts
> but now, I am receiving
Hi Scott,
The keyword in question is "best auckland to christchurch", and exists
in your ad group but in the DELETED state. In the API this status is
held in the BiddableAdGroupCriterion.userStatus field:
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.Biddabl
Hi Mike,
There are no existing best practices around how large a BulkMutateJob
should be. The synchronous services currently allow for up to 5000
operations per request, although that limit is subject to change in
the future. So for batches of only a few thousand operations it would
most likely
While trying to get a list of ad groups by campaign id using v2009
AdGroupService we get the following error response.
EntityNotFound.INVALID_ID @ selector; trigger:'CampaignId: 33290390'.
Any pointers on where I might be going wrong?
Here is some information that might be useful:
===
Hi Peer,
In the v200909 API the only way to determine if the campaign is
eligible for conversion optimizer is to use a bidding transition
operation against the campaign while setting the validateOnly header
on the request to true. Essentially this will simulate switching the
campaign to conversio
Hi Gerard,
It appears that you dealt with this issue offline with another member
of the AdWords API Team and that the network connection is working
again. If you have any further problems please let us know.
Best,
- Eric Koleda, AdWords API Team
On Mar 4, 6:12 pm, Gerard wrote:
> Further detai
Hello all, I have a question about my API developer key.
When I log into the adwords MCC my developer token has a green
'Valid'
tag next to it.
I downloaded some perl API code from the adwords repository and
configured it with my MCC login and password and keys.
I tried going into the MCC and re
Hi,
This is the intended behavior of the REMOVE operator. The result of
removing an AdGroupCriterion will be:
- Complete removal of the AGC if it never received any impressions.
- The AGC will remain but in the DELETED status if it ever received
any impressions.
Best,
- Eric Koleda, AdWords API
Hi,
The AdWords API returns these entities with the following status
fields:
Campaign.status => Manual Status (http://code.google.com/apis/adwords/
v2009/docs/reference/CampaignService.Campaign.html#status)
Campaign.servingStatus => Serving Status (http://code.google.com/apis/
adwords/v2009/docs/
Hi Eric,
Outstanding, thank you. This is exactly what I was looking for.
Kind regards,
Scott Ferguson
On Mar 9, 7:43 am, AdWords API Advisor
wrote:
> Hi Scott,
>
> The keyword in question is "best auckland to christchurch", and exists
> in your ad group but in the DELETED state. In the API this
Hi Christopher,
The application token is no longer required when using the API, and
new signups for the API are not given an application token. However,
since you applied for an application token before this change, and
your application token wasn't approved yet, and you were passing it
with your
Hi,
The startDay/endDay controls the time frame that stats should be
aggregated for. The aggregationType controls how the data is
consolidated into rows. A "Daily" aggregation means that each keyword/
ad/etc will get one row for each day, over the timespan.
Best,
- Eric Koleda, AdWords API Team
Hi,
LocalBusinessAds cannot be created using the v200909 API:
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.LocalBusinessAd.html
"Represents Legacy Local Business Ad Legacy LBAs can be deleted or
paused/unpaused, but are not editable."
Best,
- Eric
On Mar 8, 7:3
Hi,
Your SOAP XML request appears valid, and when I run it myself I don't
receive any problems. Are you using the PHP client library (as
indicated by the user agent) or are you posting the XML directly using
curl?
Best,
- Eric Koleda, AdWords API Team
On Mar 6, 1:12 pm, slloyd wrote:
> Can som
Hi Daniel,
In production environment you can obtain your customer id in the
AdWords web interface. For the sandbox environment this id can only
be obtained by using the v13 AccountService.getAccountInfo() method.
Best,
- Eric Koleda, AdWords API Team
On Mar 8, 10:05 am, "daniel.pl...@gmail.com"
Hi,
I believe you want to use the column Transactions, which is the same
as "Conversions (many-per-click)" in the AdWords web interface.
Best,
- Eric Koleda, AdWords API Team
On Mar 5, 12:33 am, raghavarao neelam
wrote:
> Hi,
>
> How can i get stats of *conversionsManyPerClick* column using V13
HI,
I tried to find out the following Ad status' meaning but failed.
Could you explain the below 5 statuses in detail when each status are
showed?
AUTO_GENERATED
NOT_READY_FOR_APPROVAL
SUSPICIOUS
FORBIDDEN
DISABLED
Thank you
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrat
The code is not the problem. from around the 1st to about the 5th of
March I was receiving zeros as previous month search counts.
After that I slowly started seeing values that seemed plausible for
the keywords.
Is there a period that you guys upload the new stats?
On Mar 8, 8:44 pm, AdWords API
37 matches
Mail list logo