Coder Social home page Coder Social logo

Comments (5)

vsrboth avatar vsrboth commented on July 18, 2024

@dklimkin I won't be able to commit the changes to this repo.

There is a coding problem whilst sending POST request for the location extension with CustomerFeedService. Hope to hear from you soon.

from google-api-ads-ruby.

mcloonan avatar mcloonan commented on July 18, 2024

Can you provide more details on the error you're seeing? What version of the library are you using? What exactly are you trying to do? What's the specific error?

from google-api-ads-ruby.

vsrboth avatar vsrboth commented on July 18, 2024

@mcloonan , kindly find the following detail:

I was following this example on adding a location extension [https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201502/extensions/add_google_my_business_location_extensions.rb].

Here is the line of codes that caused an errors while sending POST request:

  • :placeholder_types => PLACEHOLDER_TYPE_LOCATION
    This one supposed to be :placeholder_types => [PLACEHOLDER_TYPE_LOCATION] based on the api guideline for placeholderTypes [https://developers.google.com/adwords/api/docs/reference/v201502/CustomerFeedService.CustomerFeed]
  • lhsOperand
    In Ruby, this should be lhs_operand.
  • :lhsOperand => { :xsi_type => 'ConstantOperand', :type => 'BOOLEAN', :boolean_value => true }
    This supposes to be lhs_operand: [{ ....}] based on the api guideline [https://developers.google.com/adwords/api/docs/reference/v201502/CustomerFeedService.Function#lhsOperand]

from google-api-ads-ruby.

mcloonan avatar mcloonan commented on July 18, 2024

Thank you for the detailed descriptions. My apologies that this slipped through! I will make sure this gets fixed.

from google-api-ads-ruby.

vsrboth avatar vsrboth commented on July 18, 2024

@mcloonan there is still an error prone. Kindly fix this one asap.

:lhs_operand => { :xsi_type => 'ConstantOperand', :type => 'BOOLEAN', :boolean_value => true }

=> this supposes to be

:lhs_operand => [ { :xsi_type => 'ConstantOperand', :type => 'BOOLEAN', :boolean_value => true } ]

[https://developers.google.com/adwords/api/docs/reference/v201502/CustomerFeedService.Function#lhsOperand]

from google-api-ads-ruby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.