We are passing gclid values back to Google but we are getting this type of error:
/home/marlon/.rvm/rubies/ruby-1.8.7-head/lib/ruby/1.8/net/smtp.rb:577:in `initialize': wrong argument (NilClass)! (Expected kind of OpenSSL::SSL::SSLContext) (TypeError)
from /home/marlon/.rvm/rubies/ruby-1.8.7-head/lib/ruby/1.8/net/smtp.rb:577:in `new'
from /home/marlon/.rvm/rubies/ruby-1.8.7-head/lib/ruby/1.8/net/smtp.rb:577:in `original_tlsconnect'
from /home/marlon/.rvm/gems/ruby-1.8.7-head@cj/gems/mail-2.5.4/lib/mail/core_extensions/smtp.rb:14:in `tlsconnect'
from /home/marlon/.rvm/rubies/ruby-1.8.7-head/lib/ruby/1.8/net/smtp.rb:562:in `do_start'
from /home/marlon/.rvm/rubies/ruby-1.8.7-head/lib/ruby/1.8/net/smtp.rb:525:in `start'
from /home/marlon/.rvm/gems/ruby-1.8.7-head@cj/gems/mail-2.5.4/lib/mail/network/delivery_methods/smtp.rb:112:in `deliver!'
from /home/marlon/.rvm/gems/ruby-1.8.7-head@cj/gems/mail-2.5.4/lib/mail/message.rb:248:in `deliver!'
from ./lib/notifier.rb:20:in `error'
from script.rb:33
Starting...
Importing commission from CJ.
.
0 commissions imported.
Exporting conversions to Adwords.
Our database is reporting this:
AdsCommon::Errors::HttpError - HTTP Error occurred: HTTP error (404): <html><body>No service was found.</body></html>
Our adwords_api.yml script which we use for passing of the gclid values: https://www.dropbox.com/s/xhmjvka6shmzb5a/Screenshot%202015-02-25%20at%209.32.18%20AM.png?dl=0
I'd appreciate your assistance.
Marlon