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



137
138
139
# File 'lib/ppc/operation.rb', line 137

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

#delete_creative(ids) ⇒ Object



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

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

#get_creative(ids) ⇒ Object



133
134
135
# File 'lib/ppc/operation.rb', line 133

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

#update_creative(creatives) ⇒ Object



141
142
143
# File 'lib/ppc/operation.rb', line 141

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