Search the web
Sign In
New User? Sign Up
yws-searchmarketing · Yahoo! Search Marketing Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 264 - 295 of 1087   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
264
Hi group ... New .Net developer here. I have found the .Net workaround bundle in the download sections and have incorporated it into my project to get...
don.frazier
Offline Send Email
Nov 3, 2006
3:56 pm
265
This is the actual XML send/received for my request. getMasterAccountLocation() seems to work as I get back a URL prefix for the services. Anything else gives...
don.frazier
Offline Send Email
Nov 6, 2006
4:51 pm
266
Hi Don, The problem is that you are trying to use a service not currently supported in the Sandbox. Please check out the documentation section of the...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Nov 6, 2006
5:45 pm
267
<blush>Harumph .... I somehow overlooked the "not" and just saw the "available"</blush> Thanks... I'll keep moving on. ... section of ... ...
don.frazier
Offline Send Email
Nov 6, 2006
7:09 pm
268
I second the request for a report that shows daily keyword performance. It looks like I will have to submit a request day by day to get this. Adcenter and...
don.frazier
Offline Send Email
Nov 7, 2006
3:55 pm
269
For clarity... A MasterAccount has unlimited Accounts. Each account has the SAME MarketID and it cannot be changed. From Documentation: Currently, the market...
johanincubeta
Offline Send Email
Nov 9, 2006
1:04 pm
270
I'd bet that if it does change, there will be plenty of notice. For now, you have to code with the understanding that this is how it works today... Hope that...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Nov 9, 2006
7:00 pm
271
I'm getting the following compilation error: Value of type 'com.yahooapis.locationservice.Security' cannot be converted to 'com.yahooapis.campaign.Security'. ...
verde160
Offline Send Email
Nov 9, 2006
10:15 pm
272
Perhaps telling us which language you're using would help get an answers. If you are using .NET, I suggest you try the download bundle in the download area. ...
don.frazier
Offline Send Email
Nov 10, 2006
4:33 pm
273
I'm using VB.NET. Where can I find the download bundle you are referring to? Does it explain how to create the common interface? Also, are you saying that I...
verde160
Offline Send Email
Nov 10, 2006
5:32 pm
274
http://ysm.techportal.searchmarketing.yahoo.com/downloads.asp You will need to sign in to access it. It's at the bottom of the list. If you use this (it's...
don.frazier
Offline Send Email
Nov 10, 2006
5:56 pm
275
I'm using the getReportOutputUrl() API function in VB.NET to get my reports in XML format. Everything looks fine except I'm not getting the keywords broken...
verde160
Offline Send Email
Nov 15, 2006
12:50 am
277
What is the reportType you are reqeusting? Is it by adgroup?...
don.frazier
Offline Send Email
Nov 15, 2006
8:53 pm
279
It's the AdKeywordSummary report. ... getting...
verde160
Offline Send Email
Nov 15, 2006
10:07 pm
280
There is no way to add excluded words per keyword in the UI, at least not the *new* UI. The new platform only supports excluded words at the Account and Ad...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Nov 15, 2006
10:14 pm
281
I'm using the getReportOutputUrl() API function in VB.NET to get my AdKeywordSummary report in XML format. Everything looks fine except I'm not getting the...
verde160
Offline Send Email
Nov 27, 2006
4:31 pm
282
I want to be able to pull a report that contains statistics broken down by Keyword, Ad, and Tactic ID (sponsored or content). I can't find one listed. The...
verde160
Offline Send Email
Nov 27, 2006
5:53 pm
283
There are no reports in the new system that provide tactic breakdown by keyword. Content Match is enabled at the Ad Group or higher level, so only Ad Group...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Nov 27, 2006
6:08 pm
284
Right, I know that I can't enable Content Match at this level but I still should be able to get the sponsored and content "statistics" at the Keyword/Ad level....
verde160
Offline Send Email
Nov 27, 2006
6:41 pm
285
You can track Content Match at the Ad Group level. The keywords in that Ad Group should be thematically similar so that your Ad Group represents some sort of a...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Nov 27, 2006
7:17 pm
286
Unfortunately, our current account is set up with only one adgroup per campaign and many keywords per adgroup so I have to use the AdKeywordSummary report to...
verde160
Offline Send Email
Nov 27, 2006
7:38 pm
287
Great question. Any aggregations that include the keyword don't include Content Match data. This includes the AdKeywordSummary report. Thanks, -Y!SM Monkey...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Nov 28, 2006
3:20 am
288
I just pulled an AdKeywordSummary and AdKeyword summary report with the same date range using the API. For some reason, the numImpr, ctr, and averagePostion...
verde160
Offline Send Email
Nov 28, 2006
6:54 pm
289
Can you give a better example of some of the data? And are you using the sandbox or production (which endpoint)? I think I follow what you are saying but...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Nov 28, 2006
8:18 pm
290
Here's AdKeywordSummary: <totals> <analytics numImpr="9799" numClick="161" ctr="0.01643024798448821" cpc="0.24559006211180123" numConv="0" clickConvRate="0.0" ...
verde160
Offline Send Email
Nov 28, 2006
8:56 pm
291
Remember that the AdSummary can contain Content Match data, but AdKeywordSummary would not. I have to assume the "extra" 29 impressions came from CM. That...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Nov 29, 2006
12:01 am
292
Thanks! I wasn't sure if the AdKeywordSummary report combined search and content or not. =) ... impressions ... exact, ... ctr="0.01643024798448821" ... ...
verde160
Offline Send Email
Nov 29, 2006
12:45 am
293
I want to use startDate and endDate instead of dateRange since I need to have the ability to pull reports with a very specific date range. However, every time...
verde160
Offline Send Email
Nov 29, 2006
10:42 pm
294
I think the problem is that you are sending ambiguous times. Date/time objects need to be in UTC, specifying your timezone offset. If you are in the Pacific...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Nov 30, 2006
12:45 am
295
Yes, but according to the API documentation, I need to set startDate and endDate which are of the Date type. I can't set them to a string like you've...
verde160
Offline Send Email
Nov 30, 2006
1:18 am
Messages 264 - 295 of 1087   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help