Numbers seem to be updating within our account, but for several hours
we have not been able to get any new data via the API.
Just wondering if it is us, or if other's are having problems too?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is
How does one reister for a API acount and developers token? I have looked
every where, and have not found aqny thing close to a registration site!
Please explain?
Daniel Parker
email; parker.danie...@gmail.com
--
=~=~=~=~=~=~=~=~=~=~
According to the documentation
http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html
"Policy Checks
Policy checking is modified in the sandbox such that only repeated
punctuation will trigger a policy violation."
This appeared to work in v13 however we are having trouble m
Hi,
I am trying to test some code that deals with the conversion optimizer
bidding strategy.
I get the expected errors
CANNOT_CREATE_CAMPAIGN_WITH_CONVERSION_OPTIMIZER on create or
CONVERSION_TRACKING_NOT_ENABLED when doing a bidding transition.
Any hint on how to bypass those checks in the sand
Anyone, please help.
Thanks,
NS
On Apr 14, 11:21 am, NS wrote:
> Hello Everybody,
>
> I was trying to update Language, Geo and network targets on a campaign
> but I don't want to update all of those. I want to update just the one
> which has been modified in the UI. So if the user modified only
Hi,
When I try to mutate the AdExtensionOveride with SET operation, I get
the error stating "[OperatorError.OPERATOR_NOT_SUPPORTED @
operations[0]]"
Does it mean, I can only ADD or REMOVE but not SET?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13
Hi!
I’m new in Google API.
When I’m trying to test the SampleWebSite example(from Google) I have
received the following error:
Request
---
POST /api/adwords/cm/v200909/CampaignService
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client
Protocol 2.0.50727.3603)
VsDebuggerCaus
Hi,
I don't have any information about the accuracy of these categories.
The documentation for the categories just went live:
http://code.google.com/apis/adwords/v2009/docs/codelists/keyword_categories.html
Enjoy,
- Eric
On Apr 13, 8:39 pm, Crawl About wrote:
> thanks for the reply.
>
> Any
Hi,
Thank you for the explanation and suggestion. I'll bring this up with
the core engineering team and see what they think of the idea.
Best,
- Eric
On Apr 14, 1:55 pm, dshevnock wrote:
> I guess I am more questioning why it "automatically" returns a list of
> all updated objects. Would it no
Hi Suraiya,
Are you referring to AdSchedule.status?
http://code.google.com/apis/adwords/docs/developer/AdSchedule.html#status
In the v200909 version of the API it is not possible to enable or
disable an ad schedule. All AdScheduleTargets are active, and to
disable them you need to remove them
Hi,
The StatsSelector doesn't have a network field, and doesn't support
segmenting by network type:
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.StatsSelector.html
The only way to get this information is to use the ReportService and
include the AdWordsType (aka Ad
Hi,
There are many ways to get an ApiException thrown. For example, you
could create a campaign without specifying a budget, etc.
Best,
- Eric
On Apr 13, 7:05 pm, BeeGeez wrote:
> v200909 .NET
>
> On Apr 13, 12:44 pm, AdWords API Advisor
>
>
>
> wrote:
> > Hi,
>
> > The AdWords API has versio
Hi,
The totalNumEntries contains the total number of items returned across
all pages.
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.TargetingIdeaPage.html#totalNumEntries
The get method is generic, returning keyword or placement ideas using
combinations of sour
Hi,
We are working on releasing a simple application that will allow you
to visually browse the contents of your AdWords sandbox accounts.
There is no version of the AdWords web interface however that will
work with a sandbox account.
Best,
- Eric Koleda, AdWords API Team
On Apr 14, 4:17 am, Ale
Hi J,
All sandbox accounts start empty, and so you will need to add
campaigns before you can retrieve any. To do this, use the mutate()
method with operations that use the ADD operator.
Best,
- Eric
On Apr 13, 4:24 pm, J wrote:
> How do I create campaigns in sandbox account? Do I need to use m
Hey Eric, Thank you for the response. Emailed to you guys with the
subject: "Followup From Forum Thread"
On Apr 13, 5:36 pm, AdWords API Advisor
wrote:
> Hi Brandon,
>
> I apologize for the long delay in getting your tokens approved.
> Please send the email address of the account you registered w
Hello Everybody,
I was trying to update Language, Geo and network targets on a campaign
but I don't want to update all of those. I want to update just the one
which has been modified in the UI. So if the user modified only
Network Target I just pass one Operation, NetworkTargetOperation in
the mut
Thanks for your help Eric.
We have modified our software to cache AdWordsUser per account. We are
not caching services, but it seems as that doesn't make much
difference, because once AdWordsUser is authenticated (it has
authToken) subsequent calls to getService don't make web service calls
and co
I guess I am more questioning why it "automatically" returns a list of
all updated objects. Would it not be much more efficient if we could
pass along a flag that allows us to opt-in for a returned list of
those objects? If our software needs to go and update 5,000 criterion
bids (and the bids are
I resolved this issue...
On Apr 14, 12:42 pm, Greg Heidel wrote:
> I am having trouble getting any Python API call to succeed and I am
> not getting any useful error information returned.
>
> Here is the result of running an example program:
>
> C:\Research\Python\Libraries\awapi_python_lib_10.0.
I am having trouble getting any Python API call to succeed and I am
not getting any useful error information returned.
Here is the result of running an example program:
C:\Research\Python\Libraries\awapi_python_lib_10.0.1\examples\v200909>
\python26\python get_geo_location_info.py
Traceback (most
Hi Eric,
Thanks a lot for your reply.
I am doing exactly what you mentioned here but I do not see anything
in any of the returned data structure that is equivalent to the v13
campaign schedule status (we store that in the database). Use of
v200909 campaign serving status (even after some mapping ad
Hi Suraiya,
In the v200909 version of the API you can use CampaignService.get()
method with an empty selector to get all the campaigns in the
account. To get the ad scheduling for the Campaign you need to use
the CampaignTargetService.get() method to retrieve the
AdScheduleTargetList for the camp
Hi Jonathan,
It will throw a BiddingError.BID_TOO_HIGH_FOR_DAILY_BUDGET error.
Best,
- Eric Koleda, AdWords API Team
On Apr 13, 2:47 pm, Jonathan Beebe wrote:
> What happens if I use the API to set the bid of an AdGroup or Keyword
> to be larger than the Budget? Does it throw an error? Or will
What is the meaning of the QuotaCheckError.ACCOUNT_INACCESSIBLE
error? We're receiving it for several API calls, but only for a
particular API developer token.
Thanks in advance,
Gerard
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on A
I need to create a new AdWordsUser object in certain cases in my
code. I am using a private variable that may or may not already
contains a valid AdWordsUser. If it does, I want to dispose it.
Unfortunately, this is no dispose function for this class. What's the
best way to delete the variable i
As stated in the blog (and many times on this list) you can continue to
use the v13 services that have not yet been ported to v200909, even
after the initial sunset.
See:
http://adwordsapi.blogspot.com/2010/04/14-days-left-to-migrate-to-v2009.html
"The only v13 services that will remain access
Any updates on how the API determines the order of the TargetingIdea
results for the Get call? I know that it has been mentioned that it is
in relevance order but I would appreciate an update on what criteria
is determining relevance, if one is available.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
I am trying to reuse the same AdWordsUser object until my username/
password changes since I eventually get a login exception when I
create a new one with each method call, even if the username doesn't
change. To do this, I need to inspect my current AdWordsUser object
and inspect the username/pas
Hi,
In addition, when adding new items using the ADD operator, you need to
retrieve the ids of the created items.
Best,
- Eric Koleda, AdWords API Team
On Apr 14, 8:06 am, Ales Sturala wrote:
> Because AdWords in some rare cases changes your data. For example,
> when creating or changing name o
Hi Guys,
I have been using the Adwords v13 API for some time now to pull
reports.
I use CampaignService to get a list of all active campaigns for a
client.
I then use the ReportService to pull a tailored report for each
campaign.
Having read the documentation online I see that there is still no
Hi David,
This is a known issue and something we are in the process of
resolving. In the mean time you can keep track of the start and end
date set on the StatsSelector and use those values.
Best,
- Eric Koleda, AdWords API Team
On Apr 13, 11:31 am, David Levy wrote:
> Hi
>
> I am migrating my
Hi,
Please see my response on the following thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/6a59016fe6f411ce/
Best,
- Eric Koleda, AdWords API Team
On Apr 13, 7:54 am, pilldesign wrote:
> Is there a planned date for report service migration to version
> v2009 ?
>
> T
Hi Maurice,
To change your AdWords API budget you need to log in to the MCC
account that owns your developer token and navigate to "My account" =>
"AdWords API Center".
Best,
- Eric Koleda, AdWords API Team
On Apr 13, 6:00 am, Maurice van der Meer wrote:
> Hi!
>
> When using the keywords api to
Hi Alexander,
The ReportService is not yet available in the v2009 version of the
API, and therefore isn't part of the v13 sunset taking place on April
22nd. You can continue using the v13 ReportService, but you should
make sure you monitor the AdWords API blog for announcements about
future relea
HI,
i am not sure if this is the expected behavior in v2009 or not, but when i
am trying to retrieve all ads that are available in an adgroup.
but i am only able to retreive the adgroups that are not deleted.
i was able to retrieve them in v13 version. is this behavior changed in
v2009 or is thi
Because AdWords in some rare cases changes your data. For example,
when creating or changing name of a campaign, it trims a white space
and double spaces in the name:
" mycampaign" -> "my campaign"
The returned data is the exact form of how it is stored.
On Apr 13, 8:24 pm, dshevnock wro
Hello Sai,
each campaign mutate operation will cost 0.05, so if you have 10
operations, it would be 0.5 quota units, rounded to 1 quota unit.
If you get an error from the API the cost depends on the type of
error:
If the cause of error is on your side (e.g. policy violation or
missing required fi
Maybe so you can verify if the changes actually took place?
Or save the returned object to a local database?
There are plenty of possible applications.
Regards,
- Christian
On 13 Apr., 20:24, dshevnock wrote:
> Out of curiosity, why do the mutate operations (such as
> AdGroupService.mutate, AdG
bump
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
As far as I know, one of the AdWords API guys is building such a tool,
where you can browse your Sandbox account. I don't know the progress,
though.
On Apr 13, 9:55 pm, BVMedia wrote:
> Hey All,
>
> I've been tasked with porting over our existing V13 system to V200909
> and I have to say it's one
There is no sandbox UI. Good luck!
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=
42 matches
Mail list logo