EXPERIMENT_LIMIT_EXCEEEDED

2010-10-04 Thread schismatosis
I just tried to add an experiment to a campaign via the API and was
returned this error Making a thread for two reasons.


1. The spelling of the error is obviously... not correct.


2. We have no experiments on any campaigns... Is there something that
needs to be changed about our account to allow an experiment to be
setup?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: How does one setup Adwords Campaign Experiments/ACE via API?

2010-10-04 Thread schismatosis
Thanks, trying to get through this in Ruby right now...


Two questions though, both related:


If you create a duplicate adgroup that is to be 100% control, and leave
the original adgroup 100% :


1. Do you need to add experimentData with experimentDeltaStatus set
to "CONTROL_ONLY" to the original adgroup?


2. Will the new adgroup have the same "quality score" as the old one,
since it has no history? What about if you just add a regular
experiment to an old adgroup - are these really functionally the same?
What I know of adwords and history/"quality score" makes me very
hesitant to believe that this is really an acceptable way of doing
things, even though it is suggested in the documentation as a way to
handle the current reporting limitations.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Retrieving the CustomerSyncService

2010-09-27 Thread schismatosis
I checked the java API examples since they seem to be more current than
the ruby ones, and there is nothing about the CustomerSync service
contained therein.


However, the API docs have it as being available in v201008:
http://code.google.com/apis/adwords/docs/reference/latest/CustomerSyncService.html



Any ideas?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: How does one setup Adwords Campaign Experiments/ACE via API?

2010-09-27 Thread schismatosis
Thanks, that might be helpful enough for now... will post again if I
have problems translating to ruby.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: How does one setup Adwords Campaign Experiments/ACE via API?

2010-09-27 Thread schismatosis
Thanks, that might be helpful enough for now... will post again if I
have problems translating to ruby.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Retrieving the CustomerSyncService

2010-09-24 Thread schismatosis
There is no example code for this at all in the ruby gem. Guessing at
the standard nomenclature to retrieve the service, I tried



@customer_sync_srv = @adwords.get_service('CustomerSync', API_VERSION)

AdWords::Error::Error: Version 201008 does not contain service
Customer_Sync


but that gives the error above. 'Customer_Sync' didn't work either.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


How does one setup Adwords Campaign Experiments/ACE via API?

2010-09-24 Thread schismatosis
The example code for the ruby gem says



# This example creates an experiment using a query percentage of 10,
which
# defines what fraction of auctions should go to the control split
(90%) vs.
# the experiment split (10%), then adds experimental bid changes for
criteria
# and ad groups.


However if you look at the code it's pretty clear that the second half
of this (then adds experimental crtieria) is not done in the
example; all the code does is create an experiment and does nothing to
populate it.


Searching the rest of the docs was pretty fruitless for me as well,
though perhaps I am looking in the wrong place?


I checked out the python code as well just in case it was only the ruby
examples that were missing substantive chunks but apparently there is
no sample code at all for the 201008 services yet for python.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en