Method: PPC::API::Baidu::Creative.all
- Defined in:
- lib/ppc/api/baidu/creative.rb
.all(auth, group_ids) ⇒ Object
31 32 33 34 35 |
# File 'lib/ppc/api/baidu/creative.rb', line 31 def self.all( auth, group_ids ) body = { ids: group_ids, idType: 5, creativeFields: CreativeType.values} response = request( auth, Service, 'getCreative', body ) process(response, 'groupCreatives' ){|x| reverse_type( x ) } end |