Hi All, After upgrading to v201306 we are getting an OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED error when trying to add a new campaign. I don’t think it’s a permissions issue because we can create a budget. Any help would be appreciated.
This is the sanitised xml request we are sending: <soap:Header> > <RequestHeader > xmlns="https://adwords.google.com/api/adwords/cm/v201306"> > <developerToken > xmlns="https://adwords.google.com/api/adwords/cm/v201306">*********</developerToken> > <userAgent > xmlns="https://adwords.google.com/api/adwords/cm/v201306">********** > (AwApi-DotNet/16.1.0, Common-Dotnet/1.8.0, .NET CLR/4.0.30319.17929, > gzip)</userAgent> > </RequestHeader> > </soap:Header> > <soap:Body> > <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201306"> > <operations> > <operator>ADD</operator> > <operand> > <name>Integration Test Campaign 8d04f87e4b21c8e</name> > <status>ACTIVE</status> > <startDate>20130715</startDate> > <budget> > <budgetId>********</budgetId> > </budget> > <settings xsi:type="KeywordMatchSetting"> > <optIn>false</optIn> > </settings> > <networkSetting> > <targetGoogleSearch>true</targetGoogleSearch> > <targetSearchNetwork>true</targetSearchNetwork> > <targetContentNetwork>true</targetContentNetwork> > <targetPartnerSearchNetwork>false</targetPartnerSearchNetwork> > </networkSetting> > <biddingStrategyConfiguration> > <biddingStrategyType>MANUAL_CPC</biddingStrategyType> > </biddingStrategyConfiguration> > </operand> > </operations> > </mutate> > </soap:Body> > </soap:Envelope> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
