Re: SET operator changes which Criterion fields (v201109)

2012-03-25 Thread RedZoneGlobal
Anesh,

The link you posted doesn't resolve. :(
Any way you could post the raw soap packet for updating a bid of a single 
keyword in v201109?
We are migrating all the way from v2009, and having some issues with the 
criterion constructs.
We use an ActiveX SOAP control, rather than one of the available libraries, 
so seeing the raw soap construct would help greatly.

Regards,

Keith

On Thursday, February 16, 2012 1:55:18 AM UTC-6, Anash P. Oommen wrote:
>
> Hi Brian,
>
> Yes, that's the most likely explanation. As for an example, see 
> http://code.google.com/p/​google-api-adwords-dotnet/​source/browse/trunk/examples/​csharp/v201109/​BasicOperations/UpdateKeyword.​cs.
>  
> I am updating only the bid of a keyword. I am not setting any fields I 
> don't need to update (e.g. status). 
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Setting Status on an Adgroup

2010-08-30 Thread RedZoneGlobal
Thanks Anash!
We're using two distinct SOAP ActiveX controls in the process, and
I had added the second one for setting status on adgroups, and forgot
to set the boolean to true to
add the namespaces for v20, on the first execution.

Keith

On Aug 31, 12:17 am, AdWords API Advisor
 wrote:
> Hi,
>
> Your SOAP request is not a valid xml, you are missing the xml
> namespace definition for v20 prefix. The server throws XML_STREAM_EXC
> when it encounters an invalid SOAP request xml.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Aug 30, 11:35 pm, RedZoneGlobal  wrote:
>
> > Sending:
>
> > 
> > http://schemas.xmlsoap.org/soap/
> > envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/
> > encoding/">
> > 
> >         
> >         ### > v20:applicationToken>
> >         ### > v20:authToken>
> >          > xsi:type="xsd:string">
> >         # > v20:developerToken>
> >         RedZoneGlobal
> >         false
> >         
> > 
> > 
> >         https://adwords.google.com/api/adwords/cm/v200909";>
> >                 
> >                         SET
> >                          > xmlns='https://adwords.google.com/api/adwords/cm/
> > v200909'>
> >                                 ##
> >                                 
> > ##
> >                                 PAUSED
> >                         
> >                 
> >         
> > 
> > 
>
> > Receiving:
>
> > http://schemas.xmlsoap.org/soap/
> > envelope/">soap:Client > faultcode>XML_STREAM_EXC > soap:Body>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Setting Status on an Adgroup

2010-08-30 Thread RedZoneGlobal
Sending:


http://schemas.xmlsoap.org/soap/
envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/
encoding/">


###
###

#
    RedZoneGlobal
false



https://adwords.google.com/api/adwords/cm/v200909";>

SET

##
##
PAUSED






Receiving:

http://schemas.xmlsoap.org/soap/
envelope/">soap:ClientXML_STREAM_EXC

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


CampaignIds filter not working in AdgroupService Get

2010-08-13 Thread RedZoneGlobal
Sending:

http://schemas.xmlsoap.org/soap/envelope/"; SOAP-
ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:tns="https://adwords.google.com/api/adwords/cm/v200909";>#
#RedZoneGlobalfalsehttps://adwords.google.com/api/adwords/cm/
v200909">1015860201000

And the API Response contains adgroups in other campaignID's ???

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: V2009 CampaignTargetService - AdScheduleTarget SOAP XML

2010-06-29 Thread RedZoneGlobal
Hi Eric, ARGHHH!

I use a boolean variable to set the namespace the first time the
process get's executed.
In my test code, forgot to set it, so the namespace never was
declared.  Txs for pointing that out!

K.

On Jun 29, 10:29 am, AdWords API Advisor
 wrote:
> Hi Keith,
>
> An XML_STREAM_EXC error means that yourSOAPrequest is not validXML.  In this 
> case the error stems from the fact that you are using
> the v20 namespace prefix in your header without defining it.
>
> Best,
> - Eric
>
> On Jun 28, 6:38 pm, RedZoneGlobal  wrote:
>
> > Eric,
>
> > Sending:
>
> > 
> > http://schemas.xmlsoap.org/soap/
> > envelope/"SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/
> > encoding/">
> > 
> > 
> > xx > v20:applicationToken>
> > xxxxx > v20:authToken>
> >  > v20:clientEmail>
> > xxx > v20:developerToken>
> > RedZoneGlobal
> > 
> > 
>
> > 
> > https://adwords.google.com/api/adwords/cm/v200909";>
> > 
> >         SET
> >         
> >                 7028371
> >                 
> >                         MONDAY
> >                         0
> >                         ZERO
> >                         0
> >                         ZERO
> >                         1
> >                 
> >                 
> >                         TUESDAY
> >                         0
> >                         ZERO
> >                         0
> >                         ZERO
> >                         1
> >                 
> >                 
> >                         WEDNESDAY
> >                         0
> >                         ZERO
> >                         0
> >                         ZERO
> >                         1
> >                 
> >                 
> >                         THURSDAY
> >                         0
> >                         ZERO
> >                         0
> >                         ZERO
> >                         1
> >                 
> >                 
> >                         FRIDAY
> >                         0
> >                         ZERO
> >                         0
> >                         ZERO
> >                         1
> >                 
> >         
> > 
> > 
> > 
> > 
>
> > To:https://adwords.google.com/api/adwords/cm/v200909/CampaignTargetService
>
> > Receiving a XML_STREAM_EXC error
> > CompleteSoapPacket: soap:Client > faultcode>XML_STREAM_EXC >soap:Body>
>
> > I removed the validateOnly element from the header, as your example
> > does not include it.
>
> > The above API Mutate is intending to schedule the campaign to be live
> > Weekdays (Mon-Fri) Midnight to Midnight (All 24 hours)...
>
> > Regards,
>
> > Keith
>
> > On Jun 25, 3:32 pm, AdWords API Advisor 
> > wrote:
>
> > > Hi,
>
> > > Unfortunately we don't have any v200909SOAPXMLsamples available at
> > > the moment.  Here is a brief sample I just created that sets the
> > > schedule of a campaign, so that it only shows on Mondays from 12-6 and
> > > on Tuesday from 8-8:30.
>
> > > Best,
> > > - Eric Koleda, AdWords API Team
>
> > > http://schemas.xmlsoap.org/soap/
> > > envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/
> > > v200909" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
> > >    
> > >       
> > >          ...
> > >          ...
> > >          ...
> > >          ...
> > >       
> > >    
> > >    
> > >       https://adwords.google.com/api/adwords/cm/
> > > v200909">
> > >          
> > >             SET
> > >             
> > >                ...
> > >                
> > >                   MONDAY
> > >                   12
> > >                   ZERO
> > >                   18
> > >                   THIRTY
> > >                   1
> > >                
> > >                
> > >                   TUESDAY
> > >                   8
> > >                   ZERO
> > >                   8
> > >                   THIRTY
> > >                   1
> > >                
> >

Re: V2009 CampaignTargetService - AdScheduleTarget SOAP XML

2010-06-28 Thread RedZoneGlobal
Eric,

Sending:


http://schemas.xmlsoap.org/soap/
envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/
encoding/">


xx
x
xxxx
xxx
RedZoneGlobal




https://adwords.google.com/api/adwords/cm/v200909";>

SET

7028371

MONDAY
0
ZERO
0
ZERO
1


TUESDAY
0
ZERO
0
ZERO
1


WEDNESDAY
0
ZERO
0
ZERO
1


THURSDAY
0
ZERO
0
ZERO
1


FRIDAY
0
ZERO
0
ZERO
1







To: https://adwords.google.com/api/adwords/cm/v200909/CampaignTargetService

Receiving a XML_STREAM_EXC error
Complete Soap Packet: soap:ClientXML_STREAM_EXC

I removed the validateOnly element from the header, as your example
does not include it.

The above API Mutate is intending to schedule the campaign to be live
Weekdays (Mon-Fri) Midnight to Midnight (All 24 hours)...

Regards,

Keith

On Jun 25, 3:32 pm, AdWords API Advisor 
wrote:
> Hi,
>
> Unfortunately we don't have any v200909SOAPXMLsamples available at
> the moment.  Here is a brief sample I just created that sets the
> schedule of a campaign, so that it only shows on Mondays from 12-6 and
> on Tuesday from 8-8:30.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> http://schemas.xmlsoap.org/soap/
> envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/
> v200909" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>    
>       
>          ...
>          ...
>          ...
>          ...
>       
>    
>    
>       https://adwords.google.com/api/adwords/cm/
> v200909">
>          
>             SET
>             
>                ...
>                
>                   MONDAY
>                   12
>                   ZERO
>                   18
>                   THIRTY
>                   1
>                
>                
>                   TUESDAY
>                   8
>                   ZERO
>                   8
>                   THIRTY
>                   1
>                
>             
>          
>       
>    
> 
>
> On Jun 24, 5:04 pm, RedZoneGlobal  wrote:
>
> > Can someone post a workingXMLSample, so we can change our processes
> > from V13 -> V200909?
> > I searched the Adwords API Forums, but couldn't find any sample input
> >XMLto the API.
> > We use aSOAPcontrol, so we have to build the packet (semi
> > manually).
>
> > We only set the schedule for a single campaign at a time through the
> > API.
>
> > Thanks in advance!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


V2009 CampaignTargetService - AdScheduleTarget SOAP XML

2010-06-24 Thread RedZoneGlobal
Can someone post a working XML Sample, so we can change our processes
from V13 -> V200909?
I searched the Adwords API Forums, but couldn't find any sample input
XML to the API.
We use a SOAP control, so we have to build the packet (semi
manually).

We only set the schedule for a single campaign at a time through the
API.



Thanks in advance!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Get in CampaignService API Call not returning correct Networks Values

2010-06-18 Thread RedZoneGlobal
Eric,

I added the CampaignTargetService call by campaignid, and the networks
returned from the API are still INCORRECT!
I verified the campaign settings in the GAW interface for campaignid -
707242, and the interface shows only Search networks active, yet the
API returns:

http://www.w3.org/2001/XMLSchema-instance";
xsi:type="NetworkTargetList">
707242
NetworkTargetList

NetworkTarget
CONTENT_CONTEXTUAL


NetworkTarget
SEARCH_NETWORK


NetworkTarget
GOOGLE_SEARCH



Isn't the network coverage type - Content-Contextual indicating that
Content Network is turned on also?

Regards,

Keith

On Jun 11, 10:31 am, AdWords API Advisor
 wrote:
> Hi,
>
> The network field you are referring to is in the Stats object, and
> describes the scope of the statistics returned.  It currently isn't
> possible to change the scope of the statistics using the selector, so
> the value of that field isn't useful.  To determine whichnetworks
> your campaign targets you should use the CampaignTargetService to
> retrieve a NetworkTargetList.
>
>  http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTarg...
>
> Best,
> - Eric Koleda, AdWordsAPITeam
>
> On Jun 9, 5:29 pm, RedZoneGlobal  wrote:
>
> > Sending:
>
> > 
> > http://schemas.xmlsoap.org/soap/
> > envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/
> > encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> > xmlns:tns="https://adwords.google.com/api/adwords/cm/v200909";>
> > 
> > 
> > 91zmsEnqwQ84WAgJQldn9A > tns:applicationToken> > tns:authToken>
> > ###
> >  > tns:developerToken>
> > RedZoneGlobal
> > false
> > 
> > 
> > 
> > https://adwords.google.com/api/adwords/cm/v200909";>
> >     
> >         ACTIVE
> >         
> >               0
> >               1000 > tns:numberResults>
> >        
> >     
> > 
> > 
> > 
>
> > For Every Campaign returned the "Network" element within the "Stats"
> > element has a value of "ALL"
>
> > Based on the definitions of the other values 
> > at:http://code.google.com/apis/adwords/v2009/docs/reference/CampaignServ...
>
> > We were assuming that "ALL" indicated the campaign was active across
> > both search and content channels.
> > Am I incorrect on this assumption?
>
> > Because we verified on campaigns in the GAW interface that returned
> > "ALL" in theAPIthat are only active in the Content channel, and vice-
> > a-versa. Help?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Get in CampaignService API Call not returning correct Networks Values

2010-06-10 Thread RedZoneGlobal
Sending:


http://schemas.xmlsoap.org/soap/
envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/
encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:tns="https://adwords.google.com/api/adwords/cm/v200909";>


91zmsEnqwQ84WAgJQldn9A
###

RedZoneGlobal
false



https://adwords.google.com/api/adwords/cm/v200909";>

ACTIVE

  0
  1000
   





For Every Campaign returned the "Network" element within the "Stats"
element has a value of "ALL"

Based on the definitions of the other values at:
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.Stats.Network.html

We were assuming that "ALL" indicated the campaign was active across
both search and content channels.
Am I incorrect on this assumption?

Because we verified on campaigns in the GAW interface that returned
"ALL" in the API that are only active in the Content channel, and vice-
a-versa. Help?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en