Giter Club home page Giter Club logo

Comments (1)

devkingsejong avatar devkingsejong commented on August 29, 2024

과제용으로 만든건데 관심 가져 주셔서 감사합니다.

키워드에 대한 정보를 얻는 API명은 RelKwdStat입니다.
해당 부분 아래와 같이 호출해보시면 작동될 것이라 사료됩니다.

rel = RelKwdStat(client.BASE_URL, client.API_KEY, client.SECRET_KEY, client.CUSTOMER_ID)
t = rel.get_relkwd_stat_list('bsn-lorem-ipsum')
print(t[0])

단순 키워드 만으로 알고 싶을 경우

from Object.Estimate.RequestObject.GetExposureMiniBidObject import GetExposureMiniBidObject
ex = GetExposureMiniBidObject('PC', 'DAY', ['화분', '보험'])

from Object.Estimate.RequestObject.GetPerformanceObject import GetPerformanceObject
per = GetPerformanceObject('BOTH', False, '보험', [500, 3000, 5000])

e = est.get_performance_list('keyword', per)
print(e[1].clicks)

위와 같이 사용도 가능합니다.

from python-powernad.

Related Issues (14)

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.