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....
xxxxxx, SFCR Test Manager
--xxxxxxx, 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