Hey guys! 

I am playing already a week with the Google Ads API just to get the 
"Descriptive Names" of a Clients account.

What I've done so far:

1) Production Manager Account with Developer Token
2) Test Manager Account
3) Created Client Account on Test Manager Account using API  
3) ClientId + Secret for OAuth2 
4) Login Button on my ASP.NET Core 3 application

What I need:

1) Customer logs in on my website (using a 3rd party provider, NOT google) 
- working
2) Customer gives access to his google AdWords campaign, we save the 
refreshToken - working as well
3) we want to gather all customer accounts using the given refreshToken - 
working using CustomerService::ListAccessibleCustomers --> returns only the 
Test Manager Account and disabled account (which i created over the UI and 
disabled it afterwards since it was not a test account?)
4) Using the list returned from ListAccessibleCustomers we are trying to 
get the Descriptive Name of the Customer using GetCustomerAsync() - working
5) We need to get the created Test Customer Account, unfortunately this is 
not returned in the AccessibleCustomers list. 

What I am doing wrong? I am setting the LoginCustomerId to the Test 
Production Manager Account and I am also logging in via the Test Manager 
Account.

To have a bigger picture on this: We want to gather the "Spend Amount" of 
selected Ad Accounts. Our customer should be able to connect his Google 
Account and select the Google Ads Accounts where the spend should be 
gathered from. 

Any help is appreciated!

Best regards,
Andre

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/978164c5-49b5-4e13-a0fe-7cb42eae51dbn%40googlegroups.com.

Reply via email to