Hi,

I'm using adwords4r and deploying on heroku. Using the sandbox, I get
this error

AdWords::Error::GoogleInternalError ():

So far all I am doing is adding a campaign, What specifically is
causing this? code below :

   operation = {
      :operand => {
        :name => 'Sample Campaign - %s' % Time.new,
        :status => 'PAUSED',
        # The 'module' method being called here provides a shortcut to
the
        # module containing the classes for this service. This helps
us avoid
        # typing the full class name every time we need to create an
object,
        # e.g. AdWords::V200906::CampainService::ManualCPC
        # It also makes it easier to migrate code between API
versions.
        :biddingStrategy => campaign_srv.module::ManualCPC.new,
        :budget => {
          :period => 'DAILY',
          :amount => {
            :microAmount => 50000000
          },
          :deliveryMethod => 'STANDARD'
        }
      },
      :operator => 'ADD'
    }


    response = campaign_srv.mutate([operation])


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to