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...
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...
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...
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...
For clarity... A MasterAccount has unlimited Accounts. Each account has the SAME MarketID and it cannot be changed. From Documentation: Currently, the market...
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...
I'm getting the following compilation error: Value of type 'com.yahooapis.locationservice.Security' cannot be converted to 'com.yahooapis.campaign.Security'. ...
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. ...
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...
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...
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...
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...
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...
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...
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...
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....
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...
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...
Great question. Any aggregations that include the keyword don't include Content Match data. This includes the AdKeywordSummary report. Thanks, -Y!SM Monkey...
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...
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...
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...
Thanks! I wasn't sure if the AdKeywordSummary report combined search and content or not. =) ... impressions ... exact, ... ctr="0.01643024798448821" ... ...
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...
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...
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...