kenfuzed
06-13-2007, 11:56 AM
I just heard back from the AuctionAds folks regarding categories, and the good news is that there is a way to define a category. The following is their response. I will be implementing this myself to see how it works.
Yes, and AuctionAds is excited to announce that we now offer category targeted ads!
For example if you want your ads to show from just the Digital Art arts category this is now possible.
It is a little tricky so here is how you implement:
First you need to find the category ID (this is the most tricky part). For instance, if you wanted to just show ads from the Digital Art category (http://art.listings.ebay.com/Digital-Art_W0QQfromZR4QQsacatZ20118QQsocmdZListingItemLis tQQssPageNameZdcpArtTextNonFeat) you would have to go to that category first. Just above the first auction you will see an Advanced Search link (not the one all the way at the top of the page), click on that. The advanced search page should look like…
http://art.search.ebay.com/ws/search/RefineSearch?from=R4&fsoo=2&fsop=2&sacat=20118&sofindtype=1
You will see from the URL that the category number for the Digital Art section is 20118.
To implement this into your AA’s script the format is as follows.
auctionads_ad_kw = "category: category# keyword";
or
auctionads_ad_kw = "category: 20118 framed";
Same rules apply for multiple keywords like:
auctionads_ad_kw = "category:116082 keyword; category:12354 keyword2; category:363634
keyword3";
We are still testing the functionality so if you experience any issues please let me know.
Yes, and AuctionAds is excited to announce that we now offer category targeted ads!
For example if you want your ads to show from just the Digital Art arts category this is now possible.
It is a little tricky so here is how you implement:
First you need to find the category ID (this is the most tricky part). For instance, if you wanted to just show ads from the Digital Art category (http://art.listings.ebay.com/Digital-Art_W0QQfromZR4QQsacatZ20118QQsocmdZListingItemLis tQQssPageNameZdcpArtTextNonFeat) you would have to go to that category first. Just above the first auction you will see an Advanced Search link (not the one all the way at the top of the page), click on that. The advanced search page should look like…
http://art.search.ebay.com/ws/search/RefineSearch?from=R4&fsoo=2&fsop=2&sacat=20118&sofindtype=1
You will see from the URL that the category number for the Digital Art section is 20118.
To implement this into your AA’s script the format is as follows.
auctionads_ad_kw = "category: category# keyword";
or
auctionads_ad_kw = "category: 20118 framed";
Same rules apply for multiple keywords like:
auctionads_ad_kw = "category:116082 keyword; category:12354 keyword2; category:363634
keyword3";
We are still testing the functionality so if you experience any issues please let me know.

