Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

yws-searchmarketing · Yahoo! Search Marketing Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 264 - 295 of 1164   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#264 From: "don.frazier" <don_frazier_2004@...>
Date: Fri Nov 3, 2006 3:54 pm
Subject: Re: Error adding WSDL Web References in .net 2.0
don.frazier
Send Email Send Email
 
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 underway.

Is there any word on when the production wsdls will be updated so I
can generate my own classes from them?

#265 From: "don.frazier" <don_frazier_2004@...>
Date: Mon Nov 6, 2006 4:44 pm
Subject: E1036 From getmasterAccount
don.frazier
Send Email Send Email
 
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 me the E1036 error.  I am
using the .NET bundle from the download area. e.g. EWService.  Any
ideas on what might be wrong?  (I added line breaks for readability.)

Actual XML of request/response for getMasterAccountLocation()

-----SoapRequest
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Header>
   <Security xmlns="http://schemas.xmlsoap.org/ws/2002/07/secext">
    <UsernameToken xmlns="">
     <Username>my name</Username>
     <Password>mypassword</Password>
    </UsernameToken>
   </Security>
   <license xmlns="http://marketing.ews.yahooapis.com/V1">xxxxxxxx-
xxxx-xxxx-xxxx-xxxxxxxxxxxx</license>
   <masterAccountID
xmlns="http://marketing.ews.yahooapis.com/V1">9999999</masterAccountI
D>
  </soap:Header>
  <soap:Body>
   <getMasterAccountLocation
xmlns="http://marketing.ews.yahooapis.com/V1" />
  </soap:Body>
</soap:Envelope>
-----SoapResponse
<?xml version='1.0' encoding='UTF-8'?>
  <soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
                 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance">
   <soap:Header>
    <yns:remainingQuota
xmlns:yns="http://marketing.ews.yahooapis.com/V1">4946</yns:remaining
Quota>
    <yns:commandGroup
xmlns:yns="http://marketing.ews.yahooapis.com/V1">Marketing</yns:comm
andGroup>
    <yns:timeTakenMillis
xmlns:yns="http://marketing.ews.yahooapis.com/V1">17</yns:timeTakenMi
llis>
    <yns:sid xmlns:yns="http://marketing.ews.yahooapis.com/V1">sk1-
sbxadservices-002:Mon Nov 06 08:16:48 PST 2006</yns:sid>
   </soap:Header>
   <soap:Body>
    <getMasterAccountLocationResponse
xmlns="http://marketing.ews.yahooapis.com/V1">
     <out
xmlns="http://marketing.ews.yahooapis.com/V1">https://sandbox.marketi
ng.ews.yahooapis.com/services</out>
    </getMasterAccountLocationResponse>
   </soap:Body>
  </soap:Envelope>

Actual xml request/response from getMasterAccount

-----SoapRequest at 11/6/2006 8:16:48 AM
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Header>
   <Security xmlns="http://schemas.xmlsoap.org/ws/2002/07/secext">
    <UsernameToken xmlns="">
     <Username>my name</Username>
     <Password>my secret</Password>
    </UsernameToken>
   </Security>
   <license xmlns="http://marketing.ews.yahooapis.com/V1">xxxxxxxx-
xxxx-xxxx-xxxx-xxxxxxxxxxxx</license>
   <masterAccountID
xmlns="http://marketing.ews.yahooapis.com/V1">9999999</masterAccountI
D>
  </soap:Header>
  <soap:Body>
   <getMasterAccount
xmlns="http://marketing.ews.yahooapis.com/V1"><masterAccountID>999999
9</masterAccountID></getMasterAccount>
  </soap:Body>
</soap:Envelope>
-----SoapResponse at 11/6/2006 8:16:48 AM
<?xml version='1.0' encoding='UTF-8'?>
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
                xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <soap:Header>
   <yns:sid xmlns:yns="http://marketing.ews.yahooapis.com/V1">sk1-
sbxadservices-002:Mon Nov 06 08:16:48 PST 2006</yns:sid>
  </soap:Header>
  <soap:Body>
   <soap:Fault>
    <faultcode>soap:Client</faultcode>
    <faultstring>The following operation is not available: Service -
MasterAccountService, Operation - getMasterAccount.</faultstring>
    <detail>
     <yns:ApiFault xmlns:yns="http://marketing.ews.yahooapis.com/V1">
      <yns:code
xmlns:yns="http://marketing.ews.yahooapis.com/V1">E1036</yns:code>
      <yns:message
xmlns:yns="http://marketing.ews.yahooapis.com/V1">The following
operation is not available: Service - MasterAccountService,
Operation - getMasterAccount.</yns:message>
     </yns:ApiFault>
    </detail>
   </soap:Fault>
  </soap:Body>
</soap:Envelope>

#266 From: "Yahoo! Search Marketing Monkey" <plummerm@...>
Date: Mon Nov 6, 2006 5:31 pm
Subject: Re: E1036 From getmasterAccount
ysm_monkey
Send Email Send Email
 
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 technology portal for more details:

http://ysm.techportal.searchmarketing.yahoo.com/docs/sandbox/index.asp

-Y!SM Monkey


don.frazier wrote:
> 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 me the E1036 error.  I am
> using the .NET bundle from the download area. e.g. EWService.  Any
> ideas on what might be wrong?  (I added line breaks for readability.)
>
> Actual XML of request/response for getMasterAccountLocation()
>
> -----SoapRequest
> <?xml version="1.0" encoding="utf-8"?>
> <soap:Envelope
> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
>                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>                xmlns:xsd="http://www.w3.org/2001/XMLSchema">
>  <soap:Header>
>   <Security xmlns="http://schemas.xmlsoap.org/ws/2002/07/secext">
>    <UsernameToken xmlns="">
>     <Username>my name</Username>
>     <Password>mypassword</Password>
>    </UsernameToken>
>   </Security>
>   <license xmlns="http://marketing.ews.yahooapis.com/V1">xxxxxxxx-
> xxxx-xxxx-xxxx-xxxxxxxxxxxx</license>
>   <masterAccountID
> xmlns="http://marketing.ews.yahooapis.com/V1">9999999</masterAccountI
> D>
>  </soap:Header>
>  <soap:Body>
>   <getMasterAccountLocation
> xmlns="http://marketing.ews.yahooapis.com/V1" />
>  </soap:Body>
> </soap:Envelope>
> -----SoapResponse
> <?xml version='1.0' encoding='UTF-8'?>
>  <soap:Envelope
> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
>                 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-
> instance">
>   <soap:Header>
>    <yns:remainingQuota
> xmlns:yns="http://marketing.ews.yahooapis.com/V1">4946</yns:remaining
> Quota>
>    <yns:commandGroup
> xmlns:yns="http://marketing.ews.yahooapis.com/V1">Marketing</yns:comm
> andGroup>
>    <yns:timeTakenMillis
> xmlns:yns="http://marketing.ews.yahooapis.com/V1">17</yns:timeTakenMi
> llis>
>    <yns:sid xmlns:yns="http://marketing.ews.yahooapis.com/V1">sk1-
> sbxadservices-002:Mon Nov 06 08:16:48 PST 2006</yns:sid>
>   </soap:Header>
>   <soap:Body>
>    <getMasterAccountLocationResponse
> xmlns="http://marketing.ews.yahooapis.com/V1">
>     <out
> xmlns="http://marketing.ews.yahooapis.com/V1">https://sandbox.marketi
> ng.ews.yahooapis.com/services</out>
>    </getMasterAccountLocationResponse>
>   </soap:Body>
>  </soap:Envelope>
>
> Actual xml request/response from getMasterAccount
>
> -----SoapRequest at 11/6/2006 8:16:48 AM
> <?xml version="1.0" encoding="utf-8"?>
> <soap:Envelope
> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
>                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>                xmlns:xsd="http://www.w3.org/2001/XMLSchema">
>  <soap:Header>
>   <Security xmlns="http://schemas.xmlsoap.org/ws/2002/07/secext">
>    <UsernameToken xmlns="">
>     <Username>my name</Username>
>     <Password>my secret</Password>
>    </UsernameToken>
>   </Security>
>   <license xmlns="http://marketing.ews.yahooapis.com/V1">xxxxxxxx-
> xxxx-xxxx-xxxx-xxxxxxxxxxxx</license>
>   <masterAccountID
> xmlns="http://marketing.ews.yahooapis.com/V1">9999999</masterAccountI
> D>
>  </soap:Header>
>  <soap:Body>
>   <getMasterAccount
> xmlns="http://marketing.ews.yahooapis.com/V1"><masterAccountID>999999
> 9</masterAccountID></getMasterAccount>
>  </soap:Body>
> </soap:Envelope>
> -----SoapResponse at 11/6/2006 8:16:48 AM
> <?xml version='1.0' encoding='UTF-8'?>
> <soap:Envelope
> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
>                xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
>  <soap:Header>
>   <yns:sid xmlns:yns="http://marketing.ews.yahooapis.com/V1">sk1-
> sbxadservices-002:Mon Nov 06 08:16:48 PST 2006</yns:sid>
>  </soap:Header>
>  <soap:Body>
>   <soap:Fault>
>    <faultcode>soap:Client</faultcode>
>    <faultstring>The following operation is not available: Service -
> MasterAccountService, Operation - getMasterAccount.</faultstring>
>    <detail>
>     <yns:ApiFault xmlns:yns="http://marketing.ews.yahooapis.com/V1">
>      <yns:code
> xmlns:yns="http://marketing.ews.yahooapis.com/V1">E1036</yns:code>
>      <yns:message
> xmlns:yns="http://marketing.ews.yahooapis.com/V1">The following
> operation is not available: Service - MasterAccountService,
> Operation - getMasterAccount.</yns:message>
>     </yns:ApiFault>
>    </detail>
>   </soap:Fault>
>  </soap:Body>
> </soap:Envelope>
>
>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>

#267 From: "don.frazier" <don_frazier_2004@...>
Date: Mon Nov 6, 2006 6:58 pm
Subject: Re: E1036 From getmasterAccount
don.frazier
Send Email Send Email
 
<blush>Harumph .... I somehow overlooked the "not" and just saw
the "available"</blush>

Thanks... I'll keep moving on.

--- In yws-searchmarketing@yahoogroups.com, "Yahoo! Search Marketing
Monkey" <plummerm@...> wrote:
>
> 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 technology portal for more details:
>
>
http://ysm.techportal.searchmarketing.yahoo.com/docs/sandbox/index.as
p
>
> -Y!SM Monkey
>

#268 From: "don.frazier" <don_frazier_2004@...>
Date: Tue Nov 7, 2006 3:50 pm
Subject: Re: EWS Reports
don.frazier
Send Email Send Email
 
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 adwords already have this capability.

The KeywordSummary report is great.  It just needs to be updated to
include

<row date="2006-11-07">< the rest is ok></row>

--- In yws-searchmarketing@yahoogroups.com, "msoohoo3" <msoohoo@...>
wrote:
>
> Hi,
>
> We're looking for a report that includes keyword data aggregated
daily
> for a date range.  The closest we can find is the keyword summary
> report except we'd have to run the report for every day in our
date
> range.  That's not ideal, so if there's another option, that'd be
> better.
>

#269 From: "johanincubeta" <johan.p@...>
Date: Thu Nov 9, 2006 12:53 pm
Subject: MarketID
johanincubeta
Send Email Send Email
 
For clarity...

A MasterAccount has unlimited Accounts.
Each account has the SAME MarketID and it cannot be changed.

From Documentation:
Currently, the market ID is the same for all accounts under a given
master account. To determine which market ID to use, use the
AccountService and the getAccount operation to look up the market ID
for other accounts under the master account (specified by
MasterAccountID).

It says "Currently".
Is it going to change?

Thanks

#270 From: "Yahoo! Search Marketing Monkey" <plummerm@...>
Date: Thu Nov 9, 2006 6:53 pm
Subject: Re: MarketID
ysm_monkey
Send Email Send Email
 
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 helps,
-Y!SM Monkey

johanincubeta wrote:
> For clarity...
>
> A MasterAccount has unlimited Accounts.
> Each account has the SAME MarketID and it cannot be changed.
>
> From Documentation:
> Currently, the market ID is the same for all accounts under a given
> master account. To determine which market ID to use, use the
> AccountService and the getAccount operation to look up the market ID
> for other accounts under the master account (specified by
> MasterAccountID).
>
> It says "Currently".
> Is it going to change?
>
> Thanks
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>

#271 From: "verde160" <brian@...>
Date: Thu Nov 9, 2006 10:11 pm
Subject: problem converting Security object from one service to another
verde160
Send Email Send Email
 
I'm getting the following compilation error:

Value of type 'com.yahooapis.locationservice.Security' cannot be
converted to 'com.yahooapis.campaign.Security'.

Since I'm intializing my Security object using the LocationService, I'm
having problems assigning it to the SecurityValue property of a
CampaignService object.  Anyone know how to get around this error
without initializing a Security object for EVERY service and using that
particular object depending on which service is being coded against?

Thanks in advance,

Brian

#272 From: "don.frazier" <don_frazier_2004@...>
Date: Fri Nov 10, 2006 4:24 pm
Subject: Re: problem converting Security object from one service to another
don.frazier
Send Email Send Email
 
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.

For myself, I created an interface that lists the common
properties.  Then through the magic of partial classes in .NET 2.0,I
extended the base services with my API. THen I created a
simple "Initialize(PanamaService service)" function that takes the
service you want to initialize.

Fairly painless after you do the initial setup.  Works for adcenter
and adwords too.

--- In yws-searchmarketing@yahoogroups.com, "verde160" <brian@...>
wrote:
>
> I'm getting the following compilation error:
>
> Value of type 'com.yahooapis.locationservice.Security' cannot be
> converted to 'com.yahooapis.campaign.Security'.
>
> Since I'm intializing my Security object using the
LocationService, I'm
> having problems assigning it to the SecurityValue property of a
> CampaignService object.  Anyone know how to get around this error
> without initializing a Security object for EVERY service and using
that
> particular object depending on which service is being coded
against?
>
> Thanks in advance,
>
> Brian
>

#273 From: "verde160" <brian@...>
Date: Fri Nov 10, 2006 5:19 pm
Subject: Re: problem converting Security object from one service to another
verde160
Send Email Send Email
 
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 need to initialize both objects that have
the common property?

--- In yws-searchmarketing@yahoogroups.com, "don.frazier"
<don_frazier_2004@...> wrote:
>
> 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.
>
> For myself, I created an interface that lists the common
> properties.  Then through the magic of partial classes in .NET
2.0,I
> extended the base services with my API. THen I created a
> simple "Initialize(PanamaService service)" function that takes the
> service you want to initialize.
>
> Fairly painless after you do the initial setup.  Works for adcenter
> and adwords too.
>
> --- In yws-searchmarketing@yahoogroups.com, "verde160" <brian@>
> wrote:
> >
> > I'm getting the following compilation error:
> >
> > Value of type 'com.yahooapis.locationservice.Security' cannot be
> > converted to 'com.yahooapis.campaign.Security'.
> >
> > Since I'm intializing my Security object using the
> LocationService, I'm
> > having problems assigning it to the SecurityValue property of a
> > CampaignService object.  Anyone know how to get around this error
> > without initializing a Security object for EVERY service and
using
> that
> > particular object depending on which service is being coded
> against?
> >
> > Thanks in advance,
> >
> > Brian
> >
>

#274 From: "don.frazier" <don_frazier_2004@...>
Date: Fri Nov 10, 2006 5:52 pm
Subject: Re: problem converting Security object from one service to another
don.frazier
Send Email Send Email
 
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 C#), you won't have the problem you describe.

If Panama had valid WSDLs supported by wsdl.exe, you can create
shared common types in your interface using the /sharetypes
parameter.

The common interface I described was a product of my imagination to
solve the problem for other web services (like adcenter and adwords).

--- In yws-searchmarketing@yahoogroups.com, "verde160" <brian@...>
wrote:
>
> 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 need to initialize both objects that
have
> the common property?
>
> --- In yws-searchmarketing@yahoogroups.com, "don.frazier"
> <don_frazier_2004@> wrote:
> >
> > 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.
> >
> > For myself, I created an interface that lists the common
> > properties.  Then through the magic of partial classes in .NET
> 2.0,I
> > extended the base services with my API. THen I created a
> > simple "Initialize(PanamaService service)" function that takes
the
> > service you want to initialize.
> >
> > Fairly painless after you do the initial setup.  Works for
adcenter
> > and adwords too.
> >
> > --- In yws-searchmarketing@yahoogroups.com, "verde160" <brian@>
> > wrote:
> > >
> > > I'm getting the following compilation error:
> > >
> > > Value of type 'com.yahooapis.locationservice.Security' cannot
be
> > > converted to 'com.yahooapis.campaign.Security'.
> > >
> > > Since I'm intializing my Security object using the
> > LocationService, I'm
> > > having problems assigning it to the SecurityValue property of
a
> > > CampaignService object.  Anyone know how to get around this
error
> > > without initializing a Security object for EVERY service and
> using
> > that
> > > particular object depending on which service is being coded
> > against?
> > >
> > > Thanks in advance,
> > >
> > > Brian
> > >
> >
>

#275 From: "verde160" <brian@...>
Date: Wed Nov 15, 2006 12:46 am
Subject: Tactic ID not show in AdKeywordSummary report
verde160
Send Email Send Email
 
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 down by Tactic ID (sponsored vs. content).  Is
there a way to get performance by Ad/Keyword/Tactic ID?

#277 From: "don.frazier" <don_frazier_2004@...>
Date: Wed Nov 15, 2006 8:45 pm
Subject: Re: Tactic ID not show in AdKeywordSummary report
don.frazier
Send Email Send Email
 
What is the reportType you are reqeusting?  Is it by adgroup?

--- In yws-searchmarketing@yahoogroups.com, "verde160" <brian@...>
wrote:
>
> 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 down by Tactic ID (sponsored vs. content).  Is
> there a way to get performance by Ad/Keyword/Tactic ID?
>

#279 From: "verde160" <brian@...>
Date: Wed Nov 15, 2006 9:55 pm
Subject: Re: Tactic ID not show in AdKeywordSummary report
verde160
Send Email Send Email
 
It's the AdKeywordSummary report.

--- In yws-searchmarketing@yahoogroups.com, "don.frazier"
<don_frazier_2004@...> wrote:
>
> What is the reportType you are reqeusting?  Is it by adgroup?
>
> --- In yws-searchmarketing@yahoogroups.com, "verde160" <brian@>
> wrote:
> >
> > 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 down by Tactic ID (sponsored vs. content).  Is
> > there a way to get performance by Ad/Keyword/Tactic ID?
> >
>

#280 From: "Yahoo! Search Marketing Monkey" <plummerm@...>
Date: Wed Nov 15, 2006 10:04 pm
Subject: Re: how can I get ExcludedWords for each Keyword?
ysm_monkey
Send Email Send Email
 
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 Group level, both in the UI and API.

Hope that helps,
-Y!SM Monkey

verde160 wrote:
> I found an API function to get all the excluded words for each
> AdGroup.  However, since I can create excluded words for each Keyword
> in the Yahoo UI, there MUST be a way to retrieve this information in
> the API.  How?
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>

#281 From: "verde160" <brian@...>
Date: Mon Nov 27, 2006 4:27 pm
Subject: AdKeywordSummary: Tactic ID not shown in report
verde160
Send Email Send Email
 
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 keywords broken down by Tactic ID (sponsored vs.
content). Is there a way to get performance by Ad/Keyword/Tactic ID?

#282 From: "verde160" <brian@...>
Date: Mon Nov 27, 2006 5:43 pm
Subject: Tactic ID: need report that shows Keyword, Ad, and Tactic ID
verde160
Send Email Send Email
 
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 old DTC-XML API had a report that breaks down the
information to this level (AccountActivityDetail) so I'm assuming the
new API would have the same ability.  Which report has this
information?

#283 From: "Yahoo! Search Marketing Monkey" <plummerm@...>
Date: Mon Nov 27, 2006 6:02 pm
Subject: Re: Tactic ID: need report that shows Keyword, Ad, and Tactic ID
ysm_monkey
Send Email Send Email
 
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 and higher level reports can have tactic breakdowns.

Thanks,
-Y!SM Monkey

verde160 wrote:
> 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 old DTC-XML API had a report that breaks down the
> information to this level (AccountActivityDetail) so I'm assuming the
> new API would have the same ability.  Which report has this
> information?
>
>
>
>
> Yahoo! Groups Links
>
>
>

#284 From: "verde160" <brian@...>
Date: Mon Nov 27, 2006 6:33 pm
Subject: Re: Tactic ID: need report that shows Keyword, Ad, and Tactic ID
verde160
Send Email Send Email
 
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.  Otherwise, how do I know how Content is
performing?

--- In yws-searchmarketing@yahoogroups.com, "Yahoo! Search Marketing
Monkey" <plummerm@...> wrote:
>
> 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 and higher level reports can have tactic breakdowns.
>
> Thanks,
> -Y!SM Monkey
>
> verde160 wrote:
> > 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 old DTC-XML API had a report that breaks down the
> > information to this level (AccountActivityDetail) so I'm assuming
the
> > new API would have the same ability.  Which report has this
> > information?
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
>

#285 From: "Yahoo! Search Marketing Monkey" <plummerm@...>
Date: Mon Nov 27, 2006 6:51 pm
Subject: Re: Re: Tactic ID: need report that shows Keyword, Ad, and Tactic ID
ysm_monkey
Send Email Send Email
 
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 concept.  This is more in tune
with the idea of Content Match.  Individual keywords are not good
drivers for CM traffic and so reporting at the keyword/tactic level is
not supported.

Hope this helps,
-Y!SM Monkey

verde160 wrote:
> 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.  Otherwise, how do I know how Content is
> performing?
>
> --- In yws-searchmarketing@yahoogroups.com, "Yahoo! Search Marketing
> Monkey" <plummerm@...> wrote:
>> 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 and higher level reports can have tactic breakdowns.
>>
>> Thanks,
>> -Y!SM Monkey
>>
>> verde160 wrote:
>>> 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 old DTC-XML API had a report that breaks down the
>>> information to this level (AccountActivityDetail) so I'm assuming
> the
>>> new API would have the same ability.  Which report has this
>>> information?
>>>
>>>
>>>
>>>
>>> Yahoo! Groups Links
>>>
>>>
>>>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>

#286 From: "verde160" <brian@...>
Date: Mon Nov 27, 2006 7:28 pm
Subject: Re: Tactic ID: need report that shows Keyword, Ad, and Tactic ID
verde160
Send Email Send Email
 
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 get statics per Keyword/Ad.  Do you know
if the statics for the AdKeywordSummary report is only Sponsored
statistics or is it Sponsored/Content combined?

--- In yws-searchmarketing@yahoogroups.com, "Yahoo! Search Marketing
Monkey" <plummerm@...> wrote:
>
> 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 concept.  This is more in
tune
> with the idea of Content Match.  Individual keywords are not good
> drivers for CM traffic and so reporting at the keyword/tactic level
is
> not supported.
>
> Hope this helps,
> -Y!SM Monkey
>
> verde160 wrote:
> > 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.  Otherwise, how do I know how Content is
> > performing?
> >
> > --- In yws-searchmarketing@yahoogroups.com, "Yahoo! Search
Marketing
> > Monkey" <plummerm@> wrote:
> >> 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 and higher level reports can have tactic
breakdowns.
> >>
> >> Thanks,
> >> -Y!SM Monkey
> >>
> >> verde160 wrote:
> >>> 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 old DTC-XML API had a report that breaks down the
> >>> information to this level (AccountActivityDetail) so I'm
assuming
> > the
> >>> new API would have the same ability.  Which report has this
> >>> information?
> >>>
> >>>
> >>>
> >>>
> >>> Yahoo! Groups Links
> >>>
> >>>
> >>>
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
>

#287 From: "Yahoo! Search Marketing Monkey" <plummerm@...>
Date: Tue Nov 28, 2006 2:49 am
Subject: Re: Re: Tactic ID: need report that shows Keyword, Ad, and Tactic ID
ysm_monkey
Send Email Send Email
 
Great question.

Any aggregations that include the keyword don't include Content Match
data.  This includes the AdKeywordSummary report.

Thanks,
-Y!SM Monkey

verde160 wrote:
> 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 get statics per Keyword/Ad.  Do you know
> if the statics for the AdKeywordSummary report is only Sponsored
> statistics or is it Sponsored/Content combined?

#288 From: "verde160" <brian@...>
Date: Tue Nov 28, 2006 6:42 pm
Subject: totals discrepancy in reports
verde160
Send Email Send Email
 
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 are different (but close) while numClick, cpc, and cost
match EXACTLY in the totals XML node.  Aren't ALL the totals values
supposed to match exactly if I'm using the same date range no matter
what report I pull.  If not, can someone explain why?

#289 From: "Yahoo! Search Marketing Monkey" <plummerm@...>
Date: Tue Nov 28, 2006 7:06 pm
Subject: Re: totals discrepancy in reports
ysm_monkey
Send Email Send Email
 
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 would like to see some examples first.

Thanks,
-Y!SM Monkey

verde160 wrote:
> 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 are different (but close) while numClick, cpc, and cost
> match EXACTLY in the totals XML node.  Aren't ALL the totals values
> supposed to match exactly if I'm using the same date range no matter
> what report I pull.  If not, can someone explain why?
>
>
>
>
> Yahoo! Groups Links
>
>
>

#290 From: "verde160" <brian@...>
Date: Tue Nov 28, 2006 8:44 pm
Subject: Re: totals discrepancy in reports
verde160
Send Email Send Email
 
Here's AdKeywordSummary:
<totals>
   <analytics numImpr="9799" numClick="161" ctr="0.01643024798448821"
cpc="0.24559006211180123" numConv="0" clickConvRate="0.0"
revenue="0.0" roas="0.0" cost="39.54"
averagePosition="4.659863251352179" />
</totals>


Here's AdSummary:
<totals>
   <analytics numImpr="9828" numClick="161" ctr="0.01638176638176638"
cpc="0.24559006211180123" numConv="0" clickConvRate="0.0"
revenue="0.0" roas="0.0" cost="39.54"
averagePosition="4.653540903540904" />
</totals>


--- In yws-searchmarketing@yahoogroups.com, "Yahoo! Search Marketing
Monkey" <plummerm@...> wrote:
>
> 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 would like to see some examples first.
>
> Thanks,
> -Y!SM Monkey
>
> verde160 wrote:
> > 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 are different (but close) while numClick, cpc, and
cost
> > match EXACTLY in the totals XML node.  Aren't ALL the totals
values
> > supposed to match exactly if I'm using the same date range no
matter
> > what report I pull.  If not, can someone explain why?
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
>

#291 From: "Yahoo! Search Marketing Monkey" <plummerm@...>
Date: Tue Nov 28, 2006 11:27 pm
Subject: Re: Re: totals discrepancy in reports
ysm_monkey
Send Email Send Email
 
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 would also explain the very close, but not exact,
ctr, avg position, etc.

HTH,
-Y!SM Monkey

verde160 wrote:
> Here's AdKeywordSummary:
> <totals>
>   <analytics numImpr="9799" numClick="161" ctr="0.01643024798448821"
> cpc="0.24559006211180123" numConv="0" clickConvRate="0.0"
> revenue="0.0" roas="0.0" cost="39.54"
> averagePosition="4.659863251352179" />
> </totals>
>
>
> Here's AdSummary:
> <totals>
>   <analytics numImpr="9828" numClick="161" ctr="0.01638176638176638"
> cpc="0.24559006211180123" numConv="0" clickConvRate="0.0"
> revenue="0.0" roas="0.0" cost="39.54"
> averagePosition="4.653540903540904" />
> </totals>
>
>
> --- In yws-searchmarketing@yahoogroups.com, "Yahoo! Search Marketing
> Monkey" <plummerm@...> wrote:
>> 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 would like to see some examples first.
>>
>> Thanks,
>> -Y!SM Monkey
>>
>> verde160 wrote:
>>> 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 are different (but close) while numClick, cpc, and
> cost
>>> match EXACTLY in the totals XML node.  Aren't ALL the totals
> values
>>> supposed to match exactly if I'm using the same date range no
> matter
>>> what report I pull.  If not, can someone explain why?
>>>
>>>
>>>
>>>
>>> Yahoo! Groups Links
>>>
>>>
>>>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>

#292 From: "verde160" <brian@...>
Date: Wed Nov 29, 2006 12:34 am
Subject: Re: totals discrepancy in reports
verde160
Send Email Send Email
 
Thanks!  I wasn't sure if the AdKeywordSummary report combined search
and content or not.  =)

--- In yws-searchmarketing@yahoogroups.com, "Yahoo! Search Marketing
Monkey" <plummerm@...> wrote:
>
> 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 would also explain the very close, but not
exact,
> ctr, avg position, etc.
>
> HTH,
> -Y!SM Monkey
>
> verde160 wrote:
> > Here's AdKeywordSummary:
> > <totals>
> >   <analytics numImpr="9799" numClick="161"
ctr="0.01643024798448821"
> > cpc="0.24559006211180123" numConv="0" clickConvRate="0.0"
> > revenue="0.0" roas="0.0" cost="39.54"
> > averagePosition="4.659863251352179" />
> > </totals>
> >
> >
> > Here's AdSummary:
> > <totals>
> >   <analytics numImpr="9828" numClick="161"
ctr="0.01638176638176638"
> > cpc="0.24559006211180123" numConv="0" clickConvRate="0.0"
> > revenue="0.0" roas="0.0" cost="39.54"
> > averagePosition="4.653540903540904" />
> > </totals>
> >
> >
> > --- In yws-searchmarketing@yahoogroups.com, "Yahoo! Search
Marketing
> > Monkey" <plummerm@> wrote:
> >> 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 would like to see some examples first.
> >>
> >> Thanks,
> >> -Y!SM Monkey
> >>
> >> verde160 wrote:
> >>> 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 are different (but close) while numClick, cpc,
and
> > cost
> >>> match EXACTLY in the totals XML node.  Aren't ALL the totals
> > values
> >>> supposed to match exactly if I'm using the same date range no
> > matter
> >>> what report I pull.  If not, can someone explain why?
> >>>
> >>>
> >>>
> >>>
> >>> Yahoo! Groups Links
> >>>
> >>>
> >>>
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
>

#293 From: "verde160" <brian@...>
Date: Wed Nov 29, 2006 10:38 pm
Subject: BasicReportRequest: startDate and endDate changed when report is returned
verde160
Send Email Send Email
 
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 get my report back, the dateStart and dateEnd
fields are set to the previous day.  For instance, if startDate
= '11/1/2006' and endDate = '11/1/2006', my report returns...

dateStart="2006-10-31-0800"
dateEnd="2006-10-31-0800"

Does that mean the statistics are for 10/31?  How do I set the
startDate and endDate to just 11/1?

#294 From: "Yahoo! Search Marketing Monkey" <plummerm@...>
Date: Thu Nov 30, 2006 12:15 am
Subject: Re: BasicReportRequest: startDate and endDate changed when report is returned
ysm_monkey
Send Email Send Email
 
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 Timezone, you'd say:
    startDate='2006-11-01T00:00:00-08:00'
    endDate='2006-11-01T23:59:59-08:00'

Just sending '2006-11-01', and letting Yahoo servers assume you meant
UTC would put you at '2006-10-31T16:00:00-00:00'.

Hope that helps,
-Y!SM Monkey

verde160 wrote:
> 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 get my report back, the dateStart and dateEnd
> fields are set to the previous day.  For instance, if startDate
> = '11/1/2006' and endDate = '11/1/2006', my report returns...
>
> dateStart="2006-10-31-0800"
> dateEnd="2006-10-31-0800"
>
> Does that mean the statistics are for 10/31?  How do I set the
> startDate and endDate to just 11/1?
>
>
>
>
> Yahoo! Groups Links
>
>
>

#295 From: "verde160" <brian@...>
Date: Thu Nov 30, 2006 1:10 am
Subject: Re: BasicReportRequest: startDate and endDate changed when report is returned
verde160
Send Email Send Email
 
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 specificed.  I mentioned '11/1/2006' as an example...it's
not really a string, it's a Date.

--- In yws-searchmarketing@yahoogroups.com, "Yahoo! Search Marketing
Monkey" <plummerm@...> wrote:
>
> 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 Timezone, you'd say:
>    startDate='2006-11-01T00:00:00-08:00'
>    endDate='2006-11-01T23:59:59-08:00'
>
> Just sending '2006-11-01', and letting Yahoo servers assume you
meant
> UTC would put you at '2006-10-31T16:00:00-00:00'.
>
> Hope that helps,
> -Y!SM Monkey
>
> verde160 wrote:
> > 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 get my report back, the dateStart and
dateEnd
> > fields are set to the previous day.  For instance, if startDate
> > = '11/1/2006' and endDate = '11/1/2006', my report returns...
> >
> > dateStart="2006-10-31-0800"
> > dateEnd="2006-10-31-0800"
> >
> > Does that mean the statistics are for 10/31?  How do I set the
> > startDate and endDate to just 11/1?
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
>

Messages 264 - 295 of 1164   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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