Hi Eric,
thank you for your reply but I need a more precise explaination of
this functionality in order to get the best results for generating
campaigns - the lack of knowledge on this topic is not an option for
me.
I did the following test:
* I picked a keyword and tested 3 combinations
** sourc
Hi,
how we get the suggested keyword in new version v2009.
will getKeywordVariations method work here.
reply me ASAP
--
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 un
local business ad publish is failing.
it's giving error UNSUPPORTED_OPERATION.
let me suggest what changes need to publish local business ad.
--
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-...@
Hi,
is there an equivalent of v13's way of retrieving the consumed quotas
for the current API-Session ?
APIlityClients::getClients()->getOverallConsumedUnits();
Yet, I've only found the InfoService where you can only specify a date
to retrieve the consumed quoats for a timespan, but not for the
c
Hi,
I am having trouble posting a GBP £ sign as the currency symbol for an
ad paramater.
If i try to send the HTML encoded character "£" i get a error
responce of:
operations[0].operand.insertionText; trigger:'£230',
If i try to send a non encoded £ sign i get the following:
SOAP-ERROR: Encoding:
I have yet to see anyone replying to all the valid questions and
frustrations posted in this forum. After MUCH trial and error, here
is how to filter by country. This example show global searches and
searches within the US.
//---
// Credentials
$user = new A
> I know there are costs to use the API. Before I sign up to google API
> I would like to have an estimate what the API cost per day per
> campaign would be to retrieve this data. Has anyone an idea?
That should be possible with the InfoService via the InfoSelector.
http://code.google.com/intl/fr
The v13 ReportService should work but you will have to change others
services reported on this page :
http://code.google.com/intl/fr/apis/adwords/v2009/docs/
On 2 mar, 09:54, leetee wrote:
> Hi,
>
> I have built an application using v13 which only uses the
> ReportService. From what ihaev read a
hi,
could you give us an estimation when you guys think ReportService will
be ready?
thanks !
On 3 Mar, 14:52, TompiT wrote:
> The v13 ReportService should work but you will have to change others
> services reported on this page
> :http://code.google.com/intl/fr/apis/adwords/v2009/docs/
>
> On
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.
This is the API error message whe
Hi,
I've been watching the tutorial at:
http://www.youtube.com/watch?v=cqVtUdB975M&annotation_id=annotation_389875&feature=iv
on how to use the sandbox. At the end of this tutorial a page with
additional resources and information
ist displayed. Yet when I visit all these resources, they are all
a
Hello,
I have updated over 50 keywords' cpc via BulkMutateJobService.
The job was completed sucessfully. I also checked that manually and
all the max cpc values were correctly changed.
In Adwords UI, Change History view however presents me with less then
10 changes.
Is it proper functionality or
Hi
I'm getting a lot of ad rejections when I use the BulkMutateJobService
so I would like to validate the ads first to make sure there are no
policy violations. I looked at the docs on the new validateOnly header
and it seems this would do the trick but I can figure out how I should
use it with a
There's a new validateOnly header you can use - this post has more
info:
http://adwordsapi.blogspot.com/2009/12/discover-v2009-validateonly-header.html
On Mar 2, 4:38 pm, Zoroaster wrote:
> v13's Criterion Service had a method called "checkCriteria()" to
> ensure your criteria were valid so you
I have tried everything and i have used each clientid which i could
find in my mcc, but i still can't login with a clientid.I use the PHP
client library and i always get this error:
AuthenticationError.CUSTOMER_NOT_FOUND
How can i login with a clientid??
--
You received this message because you
Hello,
I'm using AdGroupService v200909 to fetch some AdvertGroups by
campaignId. I set my selector and call the get method. Then i get
array of AdGroups. Everything seems good. But.
AdGroup entity has a campaignId property. This property value is
different than campaignId in selector. How is it
Hi -
Excuse me if this has already been asked but I am having a hard time
understanding how the Java client library handles v2009 ClientLogin
authentication (or doesn't).
I've seen the numerous posts and tutorials on using and choosing
between ClientLogin/Oauth, etc...
but I see no tie-ins to the
I am using Wordstream to manage our Google adwords account. When I
attempt to "post" changes from Wordstream, I get a "you need more API
credits" pop-up. How do I purchase credits?
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to
Hello,
I tried to get a fresh copy of Google Adwords api V200909 for Perl.
After decompressing it, I followed the instructions in the README
file.
I got a fresh copy of Typemap as well.
I applied the soap_wsdl_patches.pl on the Tyepmap after decompressing
and restoring it. I then followed the instr
Hi Raghuram,
I don't have any information on why the date fields were changed to a
string, but the format is MMDD.
Best,
- Eric Koleda, AdWords API Team
On Feb 28, 12:24 am, Ram wrote:
> Enddate of a Campaign is changed to type "String" in API v2009. Is the
> format always "mmdd"? Why w
My guess is that this was changed to avoid any time zone issues. SOAP
clients tend to treat timezones differently, add that the timezone is
related to the adwords account, this made things pretty complicated
when it comes to have valid start dates/end dates.
--
You received this message because y
I'm getting a RESPONSE_SIZE_LIMIT_EXCEEDED error eventhough I am only
requesting a Get on a single Ad Group.
SOAP::Transport::HTTP::Client::send_receive: POST
https://adwords.google.com/api/adwords/cm/v200909/AdGroupAdService
HTTP/1.1
Accept: text/xml
Accept: multipart/*
Accept: application/soap
C
Hi,
In the v200909 API placement ideas can be generated by the
TargetingIdeaService. Unfortunately it isn't possible to get
placement ideas by categories at this time. This is something we hope
to make available in a future version, but unfortunately I don't have
any timelines for when that woul
Hi,
You are using the KeywordMatchTypeSearchParameter correctly, however
you aren't including it in the searchParameters of the selector:
$targetingIdeaSelector->searchParameters =
array($relatedToKeywordSearchParameter);
Include $keywordMatchType in this array to have the parameter used.
Bes
Hi,
A fix for this problem was deployed late on Friday the 26th. Let us
know if you see any further issues.
Best,
- Eric
On Mar 1, 9:12 am, Pascal wrote:
> It just started working again for us. It was effectivly down from
> 18.2. until earlier this morning.
> I had no chance to check for param
Hi Julian,
Ad parameter values aren't transferred automatically to Analytics, and
your idea of putting the param values in the destination URL sounds
like
it should work fine.
Best,
- Eric Koleda, AdWords API Team
On Mar 1, 10:56 am, Julian Harris wrote:
> Hi all,
>
> I wanted to check that in
Hi Jarboy,
The Search Query Performance Report doesn't provide a way to tie a
search query to a specific keyword. You can use the MatchType column
to get more information about how search term matched your keywords.
Best,
- Eric Koleda, AdWords API Team
On Mar 1, 11:36 am, jarboy wrote:
> Hi,
Hi Christopher,
Do you have the requestId header that was returned with this error? I
can use this to look up more information about the request and why it
failed.
Best,
- Eric Koleda, AdWords API Team
On Mar 1, 11:40 am, Dhammiko wrote:
> Hello all, I have a question about my API developer ke
Hi Reed,
The examples in that project have been updated for v200909, but the
changes are minor and those requests should be compatible with v200909
as well. I'm not sure if there are plans to maintain the SOAP XML
examples, but I'll follow up with the team.
Best,
- Eric Koleda, AdWords API Team
Hi Marek,
I believe the values are:
Other => 0
Purchase/Sale => 1
Signup => 2
Lead => 3
View of a key page => 4
Best,
- Eric
On Mar 2, 3:59 am, mariek wrote:
> I see 5 categories in interface (reporting/conversions tab) . Please
> write me ids for each of them (I prepared form for You :)) .
>
Hi,
Your request is not formatted correctly. Please see the following
sample request:
http://code.google.com/p/adwords-api-xml-samples/source/browse/trunk/src/v13/add_campaign.xml
Best,
- Eric Koleda, AdWords API Team
On Mar 2, 5:45 am, mingycarat wrote:
> I am new to adwords & am trying o
Hi,
The rate sheet for the API is available here:
http://code.google.com/apis/adwords/docs/developer/adwords_api_ratesheet.html
Best,
- Eric Koleda, AdWords API Team
On Mar 2, 4:32 am, lve wrote:
> I have some campaigns running in google adwords. I manage these with
> the the adwords editor.
Hi,
Have you set up billing on the MCC account that you used to sign up
for your developer token? This usually involves adding a credit card
to the account, and during this process the AdWords API terms and
conditions will be presented to you.
Best,
- Eric Koleda, AdWords API Team
On Mar 2, 10:
Hi Chandra,
Do you have the SOAP XML request and response that demonstrates this
problem?
Best,
- Eric
On Mar 2, 11:36 am, Chandra Bhandaru
wrote:
> Eric,
>
> I stopped seeing this error for a while and now it started back again.
>
> The recent occurrence was when I tried to set AdParams in San
Hi,
When setting campaign geo targets you must ensure that the geo targets
do not overlap or contain each other. Including the country FR
automatically includes all of the provinces within it.
Best,
- Eric Koleda, AdWords API Team
On Mar 2, 11:42 am, jean robert wrote:
> I have this error : TA
Hi,
Thanks for bringing this to our attention. I've raised this to the
attention of our documentation team and it should be corrected
shortly.
Best,
- Eric
On Mar 2, 11:56 am, "Ivo.bathke" wrote:
> hi
> just to let you know:
> in the docs it says: Note: to REMOVE use SET and mark status to
> D
Hi,
Please see my response on your original thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/32c15b406720657b/
Best,
- Eric Koleda, AdWords API Team
On Mar 3, 2:01 am, Ashraf Akl wrote:
> Hello
> I post this topic before but no one reply me, so i post it again with
>
Hi Dian,
As I mentioned before, the match type of the source keyword doesn't
affect the match type, and therefore statistics, of the returned
keywords. If you ignore the match type of the source keyword from
your tests you can see the statistics only change based on the match
type of the returned
Hi,
In the v2009 version of the API you need to use the
TargetingIdeaService:
http://adwordsapi.blogspot.com/2009/11/discover-v2009-getting-ideas-with.html
Best,
- Eric Koleda, AdWords API Team
On Mar 3, 4:31 am, "freesystems.t...@gmail.com"
wrote:
> Hi,
>
> how we get the suggested keyword
Hi,
Local Business Ads are not supported in the v2009 version of the API.
Instead you must use Location Extensions:
http://adwordsapi.blogspot.com/2009/12/discover-v2009-location-extensions.html
Best,
- Eric Koleda, AdWords API Team
On Mar 3, 4:33 am, "freesystems.t...@gmail.com"
wrote:
> lo
Hi Manuel,
That function was a part of the Apility library, not the core API.
This functionality hasn't been built into the new AdWords API PHP
client library. You can keep track of this yourself by calling
$service->GetLastUnits() after each call to the API.
Best,
- Eric Koleda, AdWords API Tea
Hi Andy,
I was able to send the unencoded pound sign successfully in my
request. Do you have the SOAP XML request and response that
demonstrates this problem?
Best,
- Eric Koleda, AdWords API Team
On Mar 3, 7:04 am, Andy wrote:
> Hi,
> I am having trouble posting a GBP £ sign as the currency s
42 matches
Mail list logo