Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $account = new AdAccount('ACT_ID');
  2.  
  3. $pixels = $account->getAdsPixels(array(
  4. AdsPixelFields::NAME,
  5. AdsPixelFields::ID,
  6. AdsPixelFields::LAST_FIRED_TIME
  7. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement