Advertisement
Guest User

Untitled

a guest
May 28th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. {
  2. "config": {
  3. "qqlQuery": "SELECT profileId AS dim1, interactionRate AS dim2, shares AS dim3 FROM facebookOwnPosts",
  4. "metaData": [
  5. {
  6. "dim2": {
  7. "label": "Interaction Rate"
  8. },
  9. "dim3": {
  10. "label": "Shares"
  11. }
  12. }
  13. ]
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement