87 reputation
7
bio website
location
age
visits member for 1 year, 5 months
seen May 13 at 15:50
stats profile views 12

Mar
22
comment Running the Python Code on Hadoop Failed
...sorry... just run dos2unix mapper.py, assuming you have dos2unix installed. And then the same for your reducer.py. You could grep for the dos new line to confirm it's there before and gone afterwards: [stackoverflow.com/questions/73833/…. Also, if this is your problem then you might consider changing how your editor saves files. E.g. if you use Eclipse the default is for dos-style new lines
Mar
22
comment Running the Python Code on Hadoop Failed
dos2unix mapper.py
Mar
14
answered Running the Python Code on Hadoop Failed
Feb
21
answered facebook ad_status and adgroup_status
Nov
15
awarded  Announcer
Oct
19
comment Facebook Ads Api: Create paused adgroup/ad
Also, I am able to set status to paused just after having created it. I.e. while the status is 4, pending review.
Oct
19
comment Facebook Ads Api: Create paused adgroup/ad
Making me do some work here, huh :). I'm getting the same result so maybe you should file a bug... or a "new feature request". Of course, the short-term fix is to create it and immediately pause it. Then again, I've seen some google evidence that paused adgroups might not get approved. Alternatively, if you have some flexibility in where to stick the adgroups you could put them in new campaigns which are paused. Creating paused campaigns works for us.
Oct
17
comment Facebook Ads Api: Create paused adgroup/ad
Could you post your api call and the response? Hard to guess what's going on since your description sounds like you're doing things correctly.
Apr
25
answered LWP::UserAgent get(): is there a default size for the `read_size_hint` option
Mar
5
awarded  Commentator
Mar
5
comment Automating retrieval of page metrics from Facebook
Lol - oh well...
Feb
28
comment Automating retrieval of page metrics from Facebook
Chiat - if this solved your problem could you select the answer as having solved your problem? This helps other users who are experiencing the same problem.
Feb
28
answered Is there a trick to editing the status of an Ad Group?
Feb
27
comment Automating retrieval of page metrics from Facebook
The owner of the pages has to authorize your application to access the insights data. Also, you might have to make the account associated with the application a page administrator of the page you're interested in. The scope=offline_access privilege doesn't require the user to log in daily. Note that you can separate the access_token from your C# code by making get calls in your browser, ie: graph.facebook.com/insights/...?access_token=...
Feb
27
comment Automating retrieval of page metrics from Facebook
Check out the answer here: facebook.stackoverflow.com/a/8729576/1081914
Feb
27
answered Automating retrieval of page metrics from Facebook
Feb
21
answered Is facebook insights using graph API working right now?
Feb
6
accepted No paging field for campaign_id level requests
Jan
18
comment Ads api: request only those creatives that are currently used
Just saw that FB now allows pulling creatives by adgroup and/or campaign: "Pro tip: It is now possible to get all of the ad creatives for an ad campaign or adgroup by the following method: /<campaign_id>/adcreatives /<adgroup_id>/adcreatives The docs have been updated with these new connections."
Jan
17
comment No paging field for campaign_id level requests
Will do, of course I first have to get registered as a Facebook developer which I couldn't figure out how to do. Nearest I could find would be to create a new app, which I don't want to do. I emailed our Facebook contact and we see if they can help.