Hi James, Paused campaigns do not count towards the maximum, and I don't believe ended ones do either. I wasn't able to replicate your error though, as I was able to successfully add more paused campaigns after I reached the active campaign limit.
Best, - Eric Koleda, AdWords API Team On Feb 18, 12:48 am, James <[email protected]> wrote: > Sorry. Actually have two questions: > Do paused campaigns count towards the maximum number allowed? > Do ended campaigns count towards the maximum number allowed? > I know deleted ones do not. > > Thanks > > On Feb 18, 3:56 pm, James <[email protected]> wrote: > > > > > Hi, > > When you have reached your campaign limit and try to add a new > > campaign with status=PAUSED in the v200909 API you get an internal > > error returned. Soap below is from production. > > Mainly just letting you know, if the campaign we add does not have a > > status of paused we get the correct TOO_MANY_CAMPAIGNS_PER_ACCOUNT > > error message. > > > One question: > > Do paused campaigns count towards the maximum number allowed? I know > > deleted ones do not. > > > Thanks > > > -------------------- REQ -------------------------- > > <?xml version="1.0" encoding="UTF-8"?> > > <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema- > > instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" > > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > > xmlns:xsd="http://www.w3.org/2001/XMLSchema" SOAP- > > ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> > > <SOAP-ENV:Header> > > <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/ > > v200909" SOAP-ENC:arrayType="xsd:string[4]"> > > <authToken xsi:type="xsd:string">aaaaaa</authToken> > > <useragent xsi:type="xsd:string">bbbbbb</useragent> > > <developerToken xsi:type="xsd:string">ccccc</developerToken> > > <applicationToken xsi:type="xsd:string">ddddd</applicationToken> > > </RequestHeader> > > </SOAP-ENV:Header> > > <SOAP-ENV:Body> > > <mutate xmlns="https://adwords.google.com/api/adwords/cm/v200909"> > > <operations> > > <operator>ADD</operator> > > <operand SOAP-ENC:arrayType="xsd:anyType[8]"> > > <id xsi:nil="true"/> > > <name>Camp new4</name> > > <status>PAUSED</status> > > <budget> > > <deliveryMethod>STANDARD</deliveryMethod> > > <amount> > > <microAmount>20000</microAmount> > > </amount> > > <period>DAILY</period> > > </budget> > > <autoKeywordMatchingStatus>OPT_OUT</autoKeywordMatchingStatus> > > <adServingOptimizationStatus>ROTATE</adServingOptimizationStatus> > > <frequencyCap> > > <impressions/> > > <level/> > > <timeUnit/> > > </frequencyCap> > > <biddingStrategy xsi:type="ManualCPC"> > > <BiddingStrategy.Type>ManualCPC</BiddingStrategy.Type> > > </biddingStrategy> > > </operand> > > </operations> > > </mutate> > > </SOAP-ENV:Body> > > </SOAP-ENV:Envelope> > > > -------------------- RESP -------------------------- > > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > > <soap:Body> > > <soap:Fault> > > <faultcode>soap:Server</faultcode> > > <faultstring>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </ > > faultstring> > > <detail> > > <ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/ > > v200909"> > > <message>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ </message> > > <ApplicationException.Type>ApiException</ApplicationException.Type> > > <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xsi:type="Internal ApiError"> > > <fieldPath> > > </fieldPath> > > <trigger> > > </trigger> > > <ApiError.Type>InternalApiError</ApiError.Type> > > <reason>UNEXPECTED_INTERNAL_API_ERROR</reason> > > </errors> > > </ApiExceptionFault> > > </detail> > > </soap:Fault> > > </soap:Body> > > </soap:Envelope> -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en.
