Re: link mcc to ads account using rest interface

2024-05-16 Thread Tomas Maccarone
Hi, Thanks for getting back to me. I understand, I added the fields which I believe were required but I'm still getting the same error, am I missing another field? export async function createAccountLink( managerCustomerId, clientCustomerId, managerAccessToken ) { const url = `https://googleads.g

Link MCC to Ads account using REST interface

2024-05-15 Thread Tomas Maccarone
Hi, Im trying to connect an MCC account to a Google Ads account following the following link https://developers.google.com/google-ads/api/rest/reference/rest/v16/customers.accountLinks/create export async function createAccountLink( managerCustomerId, clientCustomerId, clientAccessToken ) { con