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
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