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 |
What I was hoping for was a function that would just go into the account and 'renew' ads regardless of whether or not they were in the AutoPoster. Is that possible? | Yes, use "Renew all ads" button for this under Accounts tab. Or create a new campaign with the renewallads campaign name (or deleteallads campaign name) and post/schedule it (don't forget to enable cl accounts under Accounts tab or input your account 'More Options' settings tab).
You can also use renewallads#any_text_here campaign names to have multiple renewallads (deleteallads) campaigns
All ads in selected cl accounts under Accounts tab will be renewed (or deleted if It is deleteallads campaign name). Ads will be reposted if repost button is available and repost checkbox is checked under Post tab.
You can use !maxpage{2} keyword in the ad's body of renewallads campaign (or in Options column of cl account) to renew ads only from first 2 pages of your cl account (default value is 1 page)
!param{filter_date=2022/10} keyword to filter only October posts (or !param{filter_date=-1} for previous month)
!maxmonths{2} keyword to renew ads only within 2 months
!repost_only{} keyword to repost ads only with repost link available
!maxads{2} keyword in the ad's body of renewallads campaign to renew only the first 2 ads of each cl account you selected (or input !maxads{2} in the Options column to apply individual account’s settings)
Another special campaign for accounts is importallads. Create a new campaign with the importallads campaign name and post it to import ads from your selected cl accounts. You can also input links to your live ads on craigslist.org in the ad's body to import them too.
You can use !login{username1|passw1} keyword(s) in these special campaigns to override the accounts under Accounts tab. You can create a campaign to renew one or more individual account this way
Please go here https://claposter.com/kb.aspx?dep=!log
NOTE: You can change the accounts order by resorting accounts under Accounts tab. Fill for example comment column and click on its header to sort by your comments. | general |
Is there a way to specify CL accounts, campaigns, and time delay when running "renewallads"? | You can specify CL accounts in the ad's body with the !login{} keyword. You can also use !rotate{}!random{} keywords etc | general |
Also to when limit exceeded on craigslist, how will it no when to activate the accounts back again? | You need to check accounts again under Accounts tab if you don't use !login{} keyword. If you use it then CLAPoster will try to post with the accounts again only after stopping it and posting again (or on the next scheduler post if you run it with scheduler) | general |
can I assign a proxy to use for each individual city? i.e. ( everytime I post in LosAngeles it will call on proxy IP 1.1.1.1:8080 and everytime i post in chicago it will use proxy IP 1.1.1.2:8080 etc...)? | Yes, there are !citymatch{City(s)|your additional text for this city(s)} and !proxy{1.1.1.1:8080} keywords that can do this. It modifies the ad content and/or its properties depending of the posting area.
Input
!citymatch{Los Angeles|!proxy{1.1.1.1:8080}} (this will work for any of the 6 cites within Los Angeles)
!citymatch{chicago|!proxy{1.1.1.2:8080}}
keywords in your ad's body for this.
You can also add any other text or keywords, for example !login{} keyword for your cl account, i.e.
!citymatch{Los Angeles|!proxy{1.1.1.1:8080}!login{laemail@demo.com|lapassword}}
You can also input !citymatch{*|!skip_cl{}} to skip posing if there is no match.
There is also !categorymatch{} keyword that works the same way but for categories instead of cities
There is also 'Autoselect city by IP' option in the "Global Settings" section (it is under Settings tab). You can also use search filter above its table for quick search there for Autoselect
You also can create separate ad for each country and input your proxy under "More Options" tab (it is under Ads tab). You can also use search filter on the top left corner for quick search there for proxy. | general |