Re: MutateAction (ADD) requires CREATE_CAMPAIGN Getting on Create campaign

2014-12-12 Thread autociudad
 I have the same error message 
[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class 
campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN] and I 
solved it setting the clientCustomerId.

My c# code was:

// Get the CampaignService.
CampaignService campaignService =
(CampaignService)_user.GetService(AdWordsService.v201409.
CampaignService);

// Set ClientCustomerId
campaignService.RequestHeader.clientCustomerId = 
myClientCustomerId;




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4a7bd847-77b3-4f9d-aa44-c35f60c2d950%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: MutateAction (ADD) requires CREATE_CAMPAIGN Getting on Create campaign

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi,

This appears to be a duplicate of your other post on campaign 
criteriahttps://groups.google.com/d/msg/adwords-api/DQaFgykpYUs/jPBn7k7mTu8J. 
 Please see that post for my answer to your question.

Thanks,
Josh, AdWords API Team

On Monday, March 31, 2014 12:23:12 AM UTC-4, chriss Moyle wrote:

 Hi,

 Please advice on this, help needed asap.

 Thankyou in advance.

 On Friday, March 28, 2014 12:40:15 PM UTC+5:30, chriss Moyle wrote:

 Hi,

 I am creating campaign using below API.

 https://developers.google.com/adwords/api/docs/reference/v201402/CampaignService

 Now, 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,



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: MutateAction (ADD) requires CREATE_CAMPAIGN Getting on Create campaign

2014-03-30 Thread chriss Moyle
Hi,

Please advice on this, help needed asap.

Thankyou in advance.

On Friday, March 28, 2014 12:40:15 PM UTC+5:30, chriss Moyle wrote:

 Hi,

 I am creating campaign using below API.

 https://developers.google.com/adwords/api/docs/reference/v201402/CampaignService

 Now, 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,


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


MutateAction (ADD) requires CREATE_CAMPAIGN Getting on Create campaign

2014-03-28 Thread chriss Moyle
Hi,

I am creating campaign using below API.
https://developers.google.com/adwords/api/docs/reference/v201402/CampaignService

Now, 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,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.