question | answer | category |
is there any way for your application to use and rotate accounts? And proxies? | You can use !login{username1|passw1} keyword (input it anywhere in your ad's body) to specify what account to use for selected ad.
Add something like the following into the ad's body to rotate accounts
!rotate{!login{username1|passw1}| !login{test@gmail.com|passw1|+19173331122|pop.gmail.com|test@gmail.com|passw2}| !login{username3|passw3}|…} You should put this code in the body or the html body.
You can use
!rotate{
!login{username1|passw1}|!login{username1|passw1}|!login{username1|passw1}|
!login{username2|passw2}|!login{username2|passw2}|!login{username2|passw2}
}
To rotate accounts every 3 posts
Here is example how to rotate accounts synchronously with Geo proxies
!rotate{ !login{username1|passw1}!proxy{23.123.32.11:8080}| !login{username2|passw2}!proxy{23.123.32.12:8080:proxyusername:proxypassword}}
You can set separate account and proxy server for each city this way.
You can also input !proxy{1.1.1.1:11} keyword(s) in the Options (or phone) column under Accounts tab to use account only for specified city/campaign/proxy
Use !skip_proxy{} keyword in your ad's body to skip proxy if it fails. | general |
What do I enter in the ad body to point to the CL accounts rotater vs. the email rotater? | Use !login{username|passwd} keyword if you want to point to the CL account directly from your ad. You can also input phone number for the account ? For example !login{username|passwd|+19173331122} | general |
Craigslist seems to have added "Preferred method of contact" is there a code for using category set up yet? | Use these keywords anywhere in the ad's body:
!checkbox{contact_phone_ok|True} to check "by phone" (or !checkbox{contact_phone_ok|False} to uncheck it)
!checkbox{contact_text_ok|True} to check "by text"
!checkbox{see_my_other|True} to check "include "more ads by this user" link"
!checkbox{contact_ok|True} to check "ok for others to contact you about other services, products or commercial interests"
!text{contact_phone|19173331122} fills phone field (it is used also for phone verification if it is required). Replace 19173331122 with your own phone number. You can also make them variable, for example, !text{contact_phone|!rotate{19173331122|19173331133|19173331144}}
!text{contact_name|John Doe} fills conatact name field
Add !radio{radio|real email} (or !radio{Email Inquiries|Anonymous}) into the ad's body or uncheck 'Do not display an email address in ad' checkbox under ads tab to display real email. (!radio{radio|mail relay} code is for "use craigslist mail relay (recommended)" and !radio{radio|no replies} code is for "no replies to this email, please")
!radio{Email Inquiries|Yes} code is for "Show my email address in the ad."
and !radio{Email Inquiries|No} code is for "I don't want to receive any email inquiries." | general |