Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. # Welcome to the Shape Forge
  2. #
  3. # Use this for writing, validating, and
  4. # testing the Shape API.
  5. #
  6. # Type queries into this side of the screen, and you will
  7. # see intelligent typeaheads aware of available data and
  8. # live syntax and validation errors highlighted within the text.
  9. #
  10. # To bring up the auto-complete at any point, just press Ctrl-Space.
  11. #
  12. # Press the run button above, or Cmd-Enter to execute the API call, and the result
  13. # will appear in the pane to the right.
  14.  
  15. { clients {
  16. name_client
  17. budgets {
  18. name_budget
  19. campaigns {
  20. name_campaign
  21. status
  22. type_network
  23. type_channel
  24. clicks
  25. impressions
  26. average_cpc
  27. ctr
  28. cost
  29. conversions
  30. all_conversion_rate
  31. average_position
  32. }
  33. }
  34. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement