Module: PPC::Operation::Creative_operation

Included in:
Account, Group
Defined in:
lib/ppc/operation.rb

Overview

+++++ Creative opeartion funcitons +++++ #

Instance Method Summary collapse

Instance Method Details

#add_creative(creatives) ⇒ Object



149
150
151
# File 'lib/ppc/operation.rb', line 149

def add_creative( creatives )
  call('creative').add( @auth, creatives )
end

#delete_creative(ids) ⇒ Object



157
158
159
# File 'lib/ppc/operation.rb', line 157

def delete_creative( ids )
  call('creative').delete( @auth, ids )
end

#get_creative(ids) ⇒ Object



145
146
147
# File 'lib/ppc/operation.rb', line 145

def get_creative( ids )
  ::PPC::Opeartion::get_obj( ids, 'creative')
end

#update_creative(creatives) ⇒ Object



153
154
155
# File 'lib/ppc/operation.rb', line 153

def update_creative( creatives )
  call('creative').update( @auth, creatives )
end