sorry for such a newbie question, but I'm having the problem adding a campaign to the sandbox. I notice this error has come up for others, but I thought I had my parameters setup correctly. I'm using the PHP library for api v2009.
email addresses have been changed to protect the innocent. this username (email) and password are valid, for a non-MCC account. // in settings.ini: DEFAULT_SERVER = "https://adwords-sandbox.google.com" // in auth.ini (I tried adding clientEmail below just for fun, but that didn't help either): email = "[email protected]" password = "secretagent" userAgent = "MyPPCapp" applicationToken = "myppcapp" developerToken = "[email protected]++usd" ; Uncomment to make requests against a client account. clientId = "[email protected]" clientEmail = "[email protected]" I've tried this with clientID and clientEmail disabled, enabled, and all combinations, but no luck. I seem to be able to query the example with GetAllCampaigns.php (I'm thinking it just times out, but it does correctly report that there are no campaigns), but when I try the example AddCampaign.php I end up with the error: [message:protected] => [OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ operations[0]] I've read the previous responses to this, but couldn't divine the answer. What have I overlooked here? thanks in advance, Cameron -- 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.
