Hi Keith, Try zero-padding your date fields. So instead of passing "2005-9-6", use "2005-09-06". Barring that, a valid "dateTime" field may also require the...
28
rks10x
Sep 12, 2005 7:16 pm
I am trying very hard to set the bid for my listings and failing miserably. Can someone give me an example that works?...
29
Yahoo! Search Marketi...
ysm_monkey
Sep 12, 2005 7:28 pm
Hey Keith, What errors are you getting? If you can post the sample XML (don't include your user/pass/key!!) being posted, plus the response XML, that'd help a...
30
michael_s_lee
Nov 4, 2005 3:35 pm
Hi all, I'm trying to request a Search Term Summary report. I've run this request successfully in the past, but today when I try to run the report, I'm getting...
31
Yahoo! Search Marketi...
ysm_monkey
Nov 4, 2005 10:09 pm
Hi Mike, When you say "run the same report through the web interface", do you mean DTC or the DTCXML post form? If the former, you are not doing anything...
32
Matt Plummer
ysm_monkey
Nov 4, 2005 10:12 pm
Please direct all API questions to the group, not to individuals. Enhanced Local Listings are not managed by the Search Marketing (formerly Overture) team, so...
33
simkhjo
Nov 14, 2005 4:50 pm
Hello, I noticed that when I do a SearchTermActivity report it will return separate results based on bid, rank, and match type. I am wondering if there is a...
34
Yahoo! Search Marketi...
ysm_monkey
Nov 14, 2005 11:30 pm
Did you try the 'SearchTermActivityDetailAggregate' report? This should give you one-row-per-term without the bid/rank breakout. As for the "report of all...
35
simkhjo
Nov 15, 2005 7:40 pm
Thanks for the reply. The method I came up with is the following: 1) Do a SearchTermActivityDetailAggregate report to gather unique search terms within the...
36
Yahoo! Search Marketi...
ysm_monkey
Nov 16, 2005 2:35 am
Hi, I'm not sure why you'd do this. You are are using the Aggregate report to get keywords, then using the "detail" report to get the stats, but get more data...
37
simkhjo
Nov 16, 2005 4:38 pm
Thanks again for the help. The reason I cannot use just the Aggregate report is because it combines all stats into the date range supplied as follows: ...
38
Yahoo! Search Marketi...
ysm_monkey
Nov 16, 2005 6:00 pm
Ah, gotcha. Sounds like you are using the best method for what you need then. How often are you looking up historical data? Are you able to cache/store this...
39
simkhjo
Nov 16, 2005 7:42 pm
Yeah, I'm saving the historical data to a database. At first I was trying for the entire history of the account (using an out of range start date ie: 2001),...
40
ekruszew
Nov 18, 2005 7:14 pm
Hey there developers: A few months ago, the Yahoo! Publisher Network launched a new self-serve platform that gives small- and medium-sized web sites easy ...
41
ziggy-millam240@...
Jan 9, 2006 4:02 pm
Thought i would share something with ya'll. Great fun and it does actually work. Met my girl on here, http://www.lookuplovehere.info/phue and so far it's been...
42
Woody
woodywoodyuk
Jan 10, 2006 12:11 pm
Hi all, I am a developer and I am try to port my Google API code so that it will also work with Overture. When I do stuff in Google I use an ID this ID is...
43
Yahoo! Search Marketi...
ysm_monkey
Jan 10, 2006 6:02 pm
Hi Simon, I think the confusion comes from a misunderstanding about how the Yahoo! system fundamentally differs from Google. Categories are only containers in...
44
ziggy-millam240@...
Jan 18, 2006 2:02 pm
Thought i would share something with ya'll. Great fun and it does actually work. Met my girl on here, http://www.followmeherenow.info/usvk and so far it's been...
45
stranger198011
Jan 30, 2006 2:44 pm
What does this mean? @Rate Limit Exceeded: Total Cap@...
46
Yahoo! Search Marketi...
ysm_monkey
Jan 30, 2006 5:54 pm
Hi, That means you exceeded your daily "total cap" limit on usage for that command. The total cap is the maximum number of times you can submit that command...
47
stranger198011
Jan 31, 2006 12:44 pm
... that ... submit ... Hi, Today it`s helps :) Thanks... Do you know how many queries per day trial account allow?...
48
senor_ysm
Jan 31, 2006 5:24 pm
... Your rate limits should be detailed in the Advertiser Web Services agreement you signed with us. Hope this helps....
49
senor_ysm
Jan 31, 2006 5:27 pm
Your rate limits should be detailed in the Advertiser Web Services agreement you signed with us. Hope this helps....
50
stranger198011
Feb 2, 2006 4:53 pm
Hi! When I send: <Actions accountId="<existing ID>"> <CreateAccount name="develop" market="UK" /> </Actions> server response me: permission denied....
51
senor_ysm
Feb 2, 2006 5:21 pm
... The CreateAccount command might not be enabled for the program you signed onto. In order to check permissions for your license key, please email our...
52
E_MANIGKANDAN
Feb 3, 2006 7:30 am
I am looking for a way to send a POST to the x-secure.overture.com server from C#.NET Anything would help. Thanks Mani...
53
Yahoo! Search Marketi...
ysm_monkey
Feb 3, 2006 5:34 pm
Hi Mani, We can't really help you with programming language specific issues around making HTTP posts. For such issues, I'd suggest a good book or web...
54
simkhjo
Feb 3, 2006 9:02 pm
Hello, I need to write a script that has the ability to update the destination URL for every single listing that an account contains. Basically I want to tag...
55
Yahoo! Search Marketi...
ysm_monkey
Feb 6, 2006 5:24 am
Hi again. There certainly is an update call. For this case, you want to use the SetListingTDU call. TDU means "title, description, url". You don't have to...
56
evital143
Feb 16, 2006 5:28 am
Anyone get a response using coldfusion? <cfscript> // Build XML XMLstr = '<?xml version="1.0" encoding="UTF-8"?> <DTCRequest...