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 a
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
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.
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
=~=~=~=~=~=~=~=~=~=~
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
=~=~=~=~=~=~=~=~=~=~
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 t
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