Hi, I am creating my first Adwords API project (in C#) and have the AdWords.Examples project running. (v201809)
I've created test accounts (a manager account and another with campaigns) and setup my OAuth2 access. When I start the project, I can call GetAccountHierarchy and get this data back.... 2157664515, SFCR Test Manager --8803849060, SFCR Test Account The last account is the one with the campaign. This is what I am providing as my ClientCustomerId If I call GetCampaigns however I always see this This code example lists all campaigns. To add a campaign, run AddCampaign.cs. Number of campaigns found: 0 I thought maybe it's looking for campaigns in the wrong account so I also tried AddCampaign to see where it would create it but I then get this error.... OperationAccessDeniedReason.ADD_OPERATION_NOT_PERMITTED. (Error: OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED, FieldPath: operations[0], Trigger: ) Any help would be hugely appreciated. Thanks Rory -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/9459a6dc-ccc9-4349-a353-7116246b5595%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
