-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running into duplicate ads issue #62
Comments
I got same issue when tried to repost today. Have to modify the title and description in xml file and manual post. |
Yes I got one of my ads up using the method above. Also to note, one account I had no ads up for 2 days and I reposted the same unedited payload from before with no issue. Maybe Kijiji is trying to "remember" deleted ads for a day or two? |
@jackm @jidping @thanksforkijijimanager Facing the same problem for 4 days. Ads are flagged as duplicates. Have you found any permanent fix? |
Same problem |
same issue |
Increase delay between reposts & try again |
Kijiji has likely changed their duplicate ad detection algorithm. The wait time between deleting an ad and reposting it again is probably not sufficient anymore for preventing duplicate ad detection. I've also confirmed that reposted ads are now being detected as duplicates and are deleted by Kijiji immediately after they are posted. Changing the title and/or description (non-whitespace changes) does avoid duplicate ad detection. |
@SashaDesigN By default the app is set to run the repost every 3 Minutes. What delay value did you find working? |
Not sure if a delay will work. I’ve removed all posts and re-uploaded
payload after 24h and still the listings are flagged as duplicate. Solution
wise, maybe we can get some wildcard characters in the title and
description to make it appear more unique rather than duplicate. For
example, reserve ~7 characters in the title and ad and connect it to a list
of words to keep changing from every repost. Words such as firm price, good
condition, still available etc would work well I think.
…On Sun, Aug 27, 2023 at 14:46 jerry2key ***@***.***> wrote:
Increase delay between reposts & try again
@SashaDesigN <https://github.com/SashaDesigN> By default the app is set
to run the repost every 3 Minutes. What delay value did you find working?
—
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW2MOU3WUW7OYV2JZQ764ATXXOIZ7ANCNFSM6AAAAAA3TN44CQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
A 5 minute delay seems to be working on my end. Edit: 5 minute delay is no longer successful. Not sure why it worked the first time. |
Sweet where do we change this value?
…On Sun, Aug 27, 2023 at 14:59 Adam McKay ***@***.***> wrote:
A 5 minute delay seems to be working on my end.
—
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW2MOU6BEY3ORGFD4SNEWELXXOKHLANCNFSM6AAAAAA3TN44CQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
kijiji_manager/views/ads.py set |
Yes, delay doesn't work. We might need to revise the plugin to include a wildcard characters. |
Titles too aren't silver bullet, but idm it works for most cases unless account got flagged. |
did it posted services ads for you? |
@SashaDesigN Minimal title revisions, like switching a words around and adding a few commas works in 100% of cases when re-listing duplicate ads. I can't figure out what's causing some ads to repost without issues, even without making any Title modifications. Cannot find a correlation between the Age of ad or frequency of reposts and chance of it being nuked as duplicate. I feel the issue somewhat internal, possibly kijiji has server side cache issues. Ad nuking is too random. There is strange occurrence I have noticed, kijiji oftentimes shows deleted ads in search. For example some ads that were deleted like 3-5 days ago still show in search, but if you click on them, the message display that the 'ad has been removed'. Kijiji search got issues. |
@jerry2key yup that's the duplicate issue for sure, ad even appears in user public profile, but when click on it it says listing already gone. Was so for last year for sure. Im` interesting does this lib allows services ads nowadays or buy.sell only? |
@SashaDesigN Didn't test with Service category ads, only Buy/Sell category. |
Any updates on this? |
@christomitov I found that my repost success rate has improved over past week, at most 30%-35% of ads get flagged and deleted. Yet, I still cannot find a definite correlation between the factors causing the Duplicate removal. Something that I noticed tho, the ads that are reposted on daily basis, are more likely to be marked as duplicates relative to ads that are reposted every 3-5 days. Note: Kijiji still has a server-side caching issues where even in kijij's site search it shows past ads that have been deleted coupled of days ago. |
Yeah I have seen this happen in the past maybe for a day or two with the Kijiji search showing deleted ads causing this issue but never going on for this long! Maybe it has something to do with the September sell contest? Any update on this issue? |
For sell contest - yes can be, the same we will see at black Fri and end of
the year. Spike of traffic, but this year we have new KJ policies
additionally - looks like they really want's to people stop reposting and
use more paid ads cause too need some $M in advance this year.
пн, 11 сент. 2023 г. в 14:53, thanksforkijijimanager <
***@***.***>:
… Yeah I have seen this happen in the past maybe for a day or two with the
Kijiji search showing deleted ads causing this issue but never going on for
this long! Maybe it has something to do with the September sell contest?
Any update on this issue?
—
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSVE2L73IUAIC6X3O3SFQ3XZ33R5ANCNFSM6AAAAAA3TN44CQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Few more updates on past few weeks.
Potential workaround: It would be awesome if we could add multiple titles for each product The titles are somewhat different and with 99% certainty will not trigger an ad nuke. |
They are just pushing more people onto Facebook Marketplace. Recently I have more luck selling there. And they let me repost effortlessly every week. |
Yup - experiencing this same issue and it's become an absolute chore to re-post ads now. Hate having to do it manually. I think I'm just going to transition to full-time FB Marketplace and only use Kijiji for higher-ticket items. |
Any update on this? |
No sure if this is related to this topic, but just today I started getting "Unable to parse text: mismatched tag" error when trying to log-in to kijiji accounts. @jackm @SashaDesigN @thanksforkijijimanager |
I have not yet had the time to implement an automated solution for this, however in the mean time you can use this method:
You will need to repeat all of these steps each time you wish to repost ads. |
I've setup a hacky workaround until somebody with more experience can figure out something more permanent. In ads.py I've updated the
Basically, the function will try to find the suffix in the ad title. If the suffix exists, it will remove it. If the suffix doesn't exist, it will add it. It has been working for a couple weeks now, but it's not a good long-term solution. You also won't be able to repost multiple times per day (you will still violate the duplicate ad policy). Also, pay particular attention to the I didn't want to create a branch, because it's not a good long-term solution, but it does save having to manually edit xmls. |
@adm-gis Thank you for getting me started, here's my likely even worse, but more repostable version of what you made:
|
slightly off topic here but is there a way to add tags to the ads in the xml? |
Is this going to be resolved eventually? |
Pushed new release v0.2.4 which includes a new algorithm to modify the ad title before reposting it. It uses @adm-gis method of adding or removing a suffix from the ad title, combined with @QwertyCoolMT method of using a randomized suffix so that it is not immediately so obvious. |
Hello and once again thanks for kijiji manager to all those involved!
I am noticing I am unable to repost ads on different accounts.
Ad gets removed instantly by Kijiji and got email from them saying it is a duplicate.
This is has been on-going for a couple days and even waited several hours before uploading payload while the ad was removed.
No matter which category the ad is posted in (services, buy and sell, cars, etc, etc) issue occurs.
Tried it with a new ad, existing ads same issue
Is anyone having the same issue?
Thanks!
The text was updated successfully, but these errors were encountered: