Advertisement
gelolabe

Untitled

Jul 20th, 2017
8,848
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {
  2. "method": "get",
  3. "params": {
  4. "SelectionCriteria": { / BidsSelectionCriteria /
  5. "KeywordIds": [(long), ... ],
  6. "AdGroupIds": [(long), ... ],
  7. "CampaignIds": [(long), ... ],
  8. "ServingStatuses": [( "ELIGIBLE" | "RARELY_SERVED" ), ... ]
  9. }, / required /
  10. "FieldNames": [( "KeywordId" | ... | "AuctionBids" ), ... ], / required /
  11. "Page": { / LimitOffset /
  12. "Limit": (long),
  13. "Offset": (long)
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement