Guest User

Untitled

a guest
Jun 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. if not scrub_client_data:
  2. try:
  3.  
  4. if not bid_request.lineitemID:
  5. if 'creative_id' in notify:
  6. bid_request.creativeID = notify['creative_id']
  7. if 'client_id' in notify:
  8. bid_request.clientID = notify['client_id']
  9.  
  10. bid_request.pub_revenue = notify["pub_revenue"]
  11. bid_request.creativeID = notify["creative_id"]
Add Comment
Please, Sign In to add comment