Hi,
I am creating campaign using below API.
https://developers.google.com/adwords/api/docs/reference/v201402/CampaignServiceNow, i am getting below issue very time. i have already passed information of "CampaignOperation" parameter as showing below.
// Create the operation.
CampaignOperation operation = new CampaignOperation();
operation.@operator = Operator.ADD;
operation.operand = campaign;
operation.OperationType = "CREATE_CAMPAIGN";
Error got.
[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN]
Please advice, how to create campaign and set the location and language to created campaign.
Thanks,