Hello,
I'm trying to implement a switch between two Google Ads API accounts in one project.
The custom API code works as it should with the first account, but if I switch out the
- ClientID,
- ClientSecret,
- RefreshToken
- ClientCustomerId
for the other account, and try to save a GroupAd, it throws an -- Entity Not Found - Invalid_id -- error.
As seen in the error dump - The AdGroupId is set, but is also invalid, which (from the documentation) lead me to believe that the ID belongs to a different account (probably the first accounts).
Is there a way to get around this and make an automatic switch between two (or more) API accounts for one project?