List Info

Thread: AdWords API keyword or kwSite in reponse xml




AdWords API keyword or kwSite in reponse xml
user name
2007-12-21 18:27:04
I am curious in a Keyword report why I am seeing the element
"kwSite"
when I am used to seeing  the element "keyword"
instead. I am thinking
it is related to the fact that there is a campaign in this
account
that is now advertising on the content network, but I would
like to
know for sure.  The larger issue is that when I generate a
Structure
report for this account (aggregating at the keyword) level,
the report
comes back with only a single header line (i.e. no row
data).  I
generated a Structure report for this same account before
the content
network advertising was enabled and it came back with the
expected row
data.

Thanks in advance.

    Tim Ozor

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "AdWords API Forum" group.
To post to this group, send email to adwords-apigooglegroups.com
To unsubscribe from this group, send email to
adwords-api-unsubscribegooglegroups.com
For more options, visit this group at http
://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---


AdWords API Re: keyword or kwSite in reponse xml
user name
2007-12-24 10:30:49
You are correct - that is the element name for Content Match
data.

On Dec 21, 7:27 pm, tozor <t...adlucent.com> wrote:
> I am curious in a Keyword report why I am seeing the
element "kwSite"
> when I am used to seeing  the element
"keyword" instead. I am thinking
> it is related to the fact that there is a campaign in
this account
> that is now advertising on the content network, but I
would like to
> know for sure.  The larger issue is that when I
generate a Structure
> report for this account (aggregating at the keyword)
level, the report
> comes back with only a single header line (i.e. no row
data).  I
> generated a Structure report for this same account
before the content
> network advertising was enabled and it came back with
the expected row
> data.
>
> Thanks in advance.
>
>     Tim Ozor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "AdWords API Forum" group.
To post to this group, send email to adwords-apigooglegroups.com
To unsubscribe from this group, send email to
adwords-api-unsubscribegooglegroups.com
For more options, visit this group at http
://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---


AdWords API Re: keyword or kwSite in reponse xml
user name
2007-12-26 10:07:58
>From a programming perspective, I don't understand the
reasoning
behind having different element names for the same data
elements.
Furthermore it is kind of strange to have these element
names change
simply by enabling content network advertising on a single
campaign.
I could see if the element name changed for the data in that
campaign,
but the element name changes form "keyword" to
"kwSIte" for all of the
other campaigns.

Having said that, I can easily handle this in my report
parsing code.
The larger issue as I stated is that the new V11 Structure
report is
returning an empty structure when content network
advertising is
enabled and "keyword" aggregation is specified.

    Tim


On Dec 24, 10:30 am, Reed <pow...nauticom.net> wrote:
> You are correct - that is the element name for Content
Match data.
>
> On Dec 21, 7:27 pm, tozor <t...adlucent.com> wrote:
>
> > I am curious in a Keyword report why I am seeing
the element "kwSite"
> > when I am used to seeing  the element
"keyword" instead. I am thinking
> > it is related to the fact that there is a campaign
in this account
> > that is now advertising on the content network,
but I would like to
> > know for sure.  The larger issue is that when I
generate a Structure
> > report for this account (aggregating at the
keyword) level, the report
> > comes back with only a single header line (i.e. no
row data).  I
> > generated a Structure report for this same account
before the content
> > network advertising was enabled and it came back
with the expected row
> > data.
>
> > Thanks in advance.
>
> >     Tim Ozor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "AdWords API Forum" group.
To post to this group, send email to adwords-apigooglegroups.com
To unsubscribe from this group, send email to
adwords-api-unsubscribegooglegroups.com
For more options, visit this group at http
://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---


AdWords API Re: keyword or kwSite in reponse xml
user name
2007-12-26 10:16:17
Not only does "kwSite" come back for
"keyword", I've also seen
"kwSiteType" come back for "kwType" and
"siteKwStatus" come back for
"kwStatus". I ended up writing a little section of
code to do a
replace within the XML for any of these three columns. Its
was a lot
easier to update the whole XML and then consume it after its
been
cleaned up than to have checks in loops and other various
locations.

On Dec 26, 11:07 am, tozor <t...adlucent.com> wrote:
> From a programming perspective, I don't understand the
reasoning
> behind having different element names for the same data
elements.
> Furthermore it is kind of strange to have these element
names change
> simply by enabling content network advertising on a
single campaign.
> I could see if the element name changed for the data in
that campaign,
> but the element name changes form "keyword"
to "kwSIte" for all of the
> other campaigns.
>
> Having said that, I can easily handle this in my report
parsing code.
> The larger issue as I stated is that the new V11
Structure report is
> returning an empty structure when content network
advertising is
> enabled and "keyword" aggregation is
specified.
>
>     Tim
>
> On Dec 24, 10:30 am, Reed <pow...nauticom.net> wrote:
>
>
>
> > You are correct - that is the element name for
Content Match data.
>
> > On Dec 21, 7:27 pm, tozor <t...adlucent.com> wrote:
>
> > > I am curious in a Keyword report why I am
seeing the element "kwSite"
> > > when I am used to seeing  the element
"keyword" instead. I am thinking
> > > it is related to the fact that there is a
campaign in this account
> > > that is now advertising on the content
network, but I would like to
> > > know for sure.  The larger issue is that when
I generate a Structure
> > > report for this account (aggregating at the
keyword) level, the report
> > > comes back with only a single header line
(i.e. no row data).  I
> > > generated a Structure report for this same
account before the content
> > > network advertising was enabled and it came
back with the expected row
> > > data.
>
> > > Thanks in advance.
>
> > >     Tim Ozor- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "AdWords API Forum" group.
To post to this group, send email to adwords-apigooglegroups.com
To unsubscribe from this group, send email to
adwords-api-unsubscribegooglegroups.com
For more options, visit this group at http
://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---


AdWords API Re: keyword or kwSite in reponse xml
user name
2007-12-26 11:40:06
Hi Tim,

Do you set start/end dates when generating Structure report?
We had
the same problem until we stopped setting them.

--alx

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "AdWords API Forum" group.
To post to this group, send email to adwords-apigooglegroups.com
To unsubscribe from this group, send email to
adwords-api-unsubscribegooglegroups.com
For more options, visit this group at http
://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---


AdWords API Re: keyword or kwSite in reponse xml
user name
2007-12-26 12:03:49
I do have the dates set because the DefinedReportJob  docs
state that
the startDay and endDay fields are required.  This must be
in the WSDL
because in Java Axis throws an exception if I attempt to
pass in a
null date.  Also the Structure report works for my other
accounts
where there is no content network advertising.

    Tim

On Dec 26, 11:40 am, alx <aarkhi...fastclick.com> wrote:
> Hi Tim,
>
> Do you set start/end dates when generating Structure
report? We had
> the same problem until we stopped setting them.
>
> --alx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "AdWords API Forum" group.
To post to this group, send email to adwords-apigooglegroups.com
To unsubscribe from this group, send email to
adwords-api-unsubscribegooglegroups.com
For more options, visit this group at http
://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---


AdWords API Re: keyword or kwSite in reponse xml
user name
2007-12-26 12:40:49
Well, obviously there are some problems with Structure
reports on
Google end.

This is strange that you are getting an exception. We also
use Java,
but we don't get any exceptions.
Do you set dates to null? If yes, try without setting them
to anything
(just comment out setStart/EndDay() code).

BTW here is an example of our soap request without dates
that works
for us (except the problem described in the thread):
http://groups.google.com/g
roup/adwords-api/browse_thread/thread/c5cc5d4ca7b16cb3?hl=en


--alx
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "AdWords API Forum" group.
To post to this group, send email to adwords-apigooglegroups.com
To unsubscribe from this group, send email to
adwords-api-unsubscribegooglegroups.com
For more options, visit this group at http
://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---


[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )