AdWords API Re: Error while calling updateCriteria

2009-11-10 Thread AdWords API Advisor
Hi Hari,

I've talked with the core engineering team, and it seems that this is
a deprecated type of campaign that is no longer supported by the API.
Ideally it should not have been returned in the Account Structure
report, and the engineering team is aware of the issue.

Best,
- Eric

On Nov 4, 6:04 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Hari,

 Thank you for the extra information.  I'll update this thread when I
 have more information on the status of this issue.

 Best,
 - Eric

 On Nov 4, 5:33 pm, SEM sem...@gmail.com wrote:



  Hi Eric,

  this seems to be a non-existent campaign with campaign_id 16388288.
  This campaign does not show up in the
  campaignService.getAllAdWordsCampaigns call. But when i try to get the
  structureReport for the Adgroup and Keywords for the account this
  campaign shows up. I have pasted the xml from the Adgroup report for
  your reference.

  row campaignid=16388288 campaign=PPA_Fossil adgroupid=597988148
  adgroup=Handbags adGroupMaxCpc=0 adGroupMaxCpm=0
  adGroupMaxContentCpc=0 adGroupSiteMaxCpc=0 adGroupTargetCpa=0
  agStatus=Paused campStatus=Paused/rowrow campaignid=16388288
  campaign=PPA_Fossil adgroupid=605283368 adgroup=Free Overnight
  for Father''s Day adGroupMaxCpc=0 adGroupMaxCpm=0
  adGroupMaxContentCpc=0 adGroupSiteMaxCpc=0 adGroupTargetCpa=0
  agStatus=Enabled campStatus=Paused/row

  Also, this is happening for at least 2 of our clients. So this is not
  an isolated issue and I don't know how wide spread this issue is.

  thanks,
  Hari

  On Nov 3, 11:13 am, AdWords API Advisor adwordsapiadvi...@google.com
  wrote:

   Hi Hari,

   We have seen this behavior with a few other campaigns, and the core
   engineering team is currently looking into the cause.  Do you have any
   information about what type of campaign this is, when it was created,
   etc?

   Best,
   - Eric Koleda, AdWords API Team

   On Nov 2, 8:46 pm, SEM sem...@gmail.com wrote:

Hi,

I am getting the following error when I try toupdateCriteria.

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.userException
 faultSubcode:
 faultString: One or more input elements failed validation.
 faultActor:
 faultNode:
 faultDetail:
        {https://adwords.google.com/api/adwords/v13}fault:
       ns1:code122/ns1:code

       ns1:messageOne or more input elements failed validation./
ns1:message

       ns1:errors
        ns1:index42/ns1:index

        ns1:trigger16388288/ns1:trigger

        ns1:code4/ns1:code

        ns1:isExemptablefalse/ns1:isExemptable

        ns1:detailThe API does not support this type of campaign./
ns1:detail

     /ns1:errors

       ns1:errors
        ns1:index43/ns1:index

        ns1:trigger16388288/ns1:trigger

        ns1:code4/ns1:code

        ns1:isExemptablefalse/ns1:isExemptable

        ns1:detailThe API does not support this type of campaign./
ns1:detail

     /ns1:errors

Can you shed some light on what this error means and if this is an API
Error which can be obtained from APIException or some other type of
error. How can we fix this error?

thanks,
Hari

--

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-...@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=.




AdWords API Re: Error while calling updateCriteria

2009-11-04 Thread SEM
Hi Eric,

this seems to be a non-existent campaign with campaign_id 16388288.
This campaign does not show up in the
campaignService.getAllAdWordsCampaigns call. But when i try to get the
structureReport for the Adgroup and Keywords for the account this
campaign shows up. I have pasted the xml from the Adgroup report for
your reference.

row campaignid=16388288 campaign=PPA_Fossil adgroupid=597988148
adgroup=Handbags adGroupMaxCpc=0 adGroupMaxCpm=0
adGroupMaxContentCpc=0 adGroupSiteMaxCpc=0 adGroupTargetCpa=0
agStatus=Paused campStatus=Paused/rowrow campaignid=16388288
campaign=PPA_Fossil adgroupid=605283368 adgroup=Free Overnight
for Father''s Day adGroupMaxCpc=0 adGroupMaxCpm=0
adGroupMaxContentCpc=0 adGroupSiteMaxCpc=0 adGroupTargetCpa=0
agStatus=Enabled campStatus=Paused/row

Also, this is happening for at least 2 of our clients. So this is not
an isolated issue and I don't know how wide spread this issue is.

thanks,
Hari

On Nov 3, 11:13 am, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Hari,

 We have seen this behavior with a few other campaigns, and the core
 engineering team is currently looking into the cause.  Do you have any
 information about what type of campaign this is, when it was created,
 etc?

 Best,
 - Eric Koleda, AdWords API Team

 On Nov 2, 8:46 pm, SEM sem...@gmail.com wrote:

  Hi,

  I am getting the following error when I try toupdateCriteria.

  AxisFault
   faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
  Server.userException
   faultSubcode:
   faultString: One or more input elements failed validation.
   faultActor:
   faultNode:
   faultDetail:
          {https://adwords.google.com/api/adwords/v13}fault:
         ns1:code122/ns1:code

         ns1:messageOne or more input elements failed validation./
  ns1:message

         ns1:errors
          ns1:index42/ns1:index

          ns1:trigger16388288/ns1:trigger

          ns1:code4/ns1:code

          ns1:isExemptablefalse/ns1:isExemptable

          ns1:detailThe API does not support this type of campaign./
  ns1:detail

       /ns1:errors

         ns1:errors
          ns1:index43/ns1:index

          ns1:trigger16388288/ns1:trigger

          ns1:code4/ns1:code

          ns1:isExemptablefalse/ns1:isExemptable

          ns1:detailThe API does not support this type of campaign./
  ns1:detail

       /ns1:errors

  Can you shed some light on what this error means and if this is an API
  Error which can be obtained from APIException or some other type of
  error. How can we fix this error?

  thanks,
  Hari

--

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-...@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.




AdWords API Re: Error while calling updateCriteria

2009-11-04 Thread AdWords API Advisor
Hi Hari,

Thank you for the extra information.  I'll update this thread when I
have more information on the status of this issue.

Best,
- Eric

On Nov 4, 5:33 pm, SEM sem...@gmail.com wrote:
 Hi Eric,

 this seems to be a non-existent campaign with campaign_id 16388288.
 This campaign does not show up in the
 campaignService.getAllAdWordsCampaigns call. But when i try to get the
 structureReport for the Adgroup and Keywords for the account this
 campaign shows up. I have pasted the xml from the Adgroup report for
 your reference.

 row campaignid=16388288 campaign=PPA_Fossil adgroupid=597988148
 adgroup=Handbags adGroupMaxCpc=0 adGroupMaxCpm=0
 adGroupMaxContentCpc=0 adGroupSiteMaxCpc=0 adGroupTargetCpa=0
 agStatus=Paused campStatus=Paused/rowrow campaignid=16388288
 campaign=PPA_Fossil adgroupid=605283368 adgroup=Free Overnight
 for Father''s Day adGroupMaxCpc=0 adGroupMaxCpm=0
 adGroupMaxContentCpc=0 adGroupSiteMaxCpc=0 adGroupTargetCpa=0
 agStatus=Enabled campStatus=Paused/row

 Also, this is happening for at least 2 of our clients. So this is not
 an isolated issue and I don't know how wide spread this issue is.

 thanks,
 Hari

 On Nov 3, 11:13 am, AdWords API Advisor adwordsapiadvi...@google.com
 wrote:



  Hi Hari,

  We have seen this behavior with a few other campaigns, and the core
  engineering team is currently looking into the cause.  Do you have any
  information about what type of campaign this is, when it was created,
  etc?

  Best,
  - Eric Koleda, AdWords API Team

  On Nov 2, 8:46 pm, SEM sem...@gmail.com wrote:

   Hi,

   I am getting the following error when I try toupdateCriteria.

   AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
   Server.userException
    faultSubcode:
    faultString: One or more input elements failed validation.
    faultActor:
    faultNode:
    faultDetail:
           {https://adwords.google.com/api/adwords/v13}fault:
          ns1:code122/ns1:code

          ns1:messageOne or more input elements failed validation./
   ns1:message

          ns1:errors
           ns1:index42/ns1:index

           ns1:trigger16388288/ns1:trigger

           ns1:code4/ns1:code

           ns1:isExemptablefalse/ns1:isExemptable

           ns1:detailThe API does not support this type of campaign./
   ns1:detail

        /ns1:errors

          ns1:errors
           ns1:index43/ns1:index

           ns1:trigger16388288/ns1:trigger

           ns1:code4/ns1:code

           ns1:isExemptablefalse/ns1:isExemptable

           ns1:detailThe API does not support this type of campaign./
   ns1:detail

        /ns1:errors

   Can you shed some light on what this error means and if this is an API
   Error which can be obtained from APIException or some other type of
   error. How can we fix this error?

   thanks,
   Hari

--

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-...@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.




AdWords API Re: Error while calling updateCriteria

2009-11-03 Thread AdWords API Advisor
Hi Hari,

We have seen this behavior with a few other campaigns, and the core
engineering team is currently looking into the cause.  Do you have any
information about what type of campaign this is, when it was created,
etc?

Best,
- Eric Koleda, AdWords API Team

On Nov 2, 8:46 pm, SEM sem...@gmail.com wrote:
 Hi,

 I am getting the following error when I try to updateCriteria.

 AxisFault
  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
 Server.userException
  faultSubcode:
  faultString: One or more input elements failed validation.
  faultActor:
  faultNode:
  faultDetail:
         {https://adwords.google.com/api/adwords/v13}fault:
        ns1:code122/ns1:code

        ns1:messageOne or more input elements failed validation./
 ns1:message

        ns1:errors
         ns1:index42/ns1:index

         ns1:trigger16388288/ns1:trigger

         ns1:code4/ns1:code

         ns1:isExemptablefalse/ns1:isExemptable

         ns1:detailThe API does not support this type of campaign./
 ns1:detail

      /ns1:errors

        ns1:errors
         ns1:index43/ns1:index

         ns1:trigger16388288/ns1:trigger

         ns1:code4/ns1:code

         ns1:isExemptablefalse/ns1:isExemptable

         ns1:detailThe API does not support this type of campaign./
 ns1:detail

      /ns1:errors

 Can you shed some light on what this error means and if this is an API
 Error which can be obtained from APIException or some other type of
 error. How can we fix this error?

 thanks,
 Hari

--

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-...@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.