valentin_vidal
08/30/2023, 3:22 PM"OAuth authorization attempt was successful."
and then I get this error:
singer_sdk.exceptions.FatalAPIError: 403 Client Error: Forbidden for path: /v12/customers:listAccessibleCustomers
I've seen someone struggling with the customer-id earlier on slack but It seems I can't fix it by myself. I think I configured the OAuth Client correctly on GCP so, I don't really understand where I could be wrong on this one.
Any Idea ?
Many thanks !Andy Carter
08/30/2023, 3:24 PMAndy Carter
08/30/2023, 3:24 PMAndy Carter
08/30/2023, 3:26 PMvalentin_vidal
08/30/2023, 3:26 PMvalentin_vidal
08/30/2023, 3:26 PMvalentin_vidal
08/30/2023, 3:29 PM- name: tap-googleads
variant: matatika
pip_url: git+<https://github.com/Matatika/tap-googleads.git>
config:
customer_id: '3988079423'
start_date: '2023-08-20T00:00:00Z'
end_date: '2023-08-30T00:00:00Z'
Andy Carter
08/30/2023, 3:31 PMconfig:
oauth_credentials.client_id: ${TAP_GOOGLEADS_CLIENT_ID}
oauth_credentials.client_secret: ${TAP_GOOGLEADS_CLIENT_SECRET}
oauth_credentials.refresh_token: ${TAP_GOOGLEADS_REFRESH_TOKEN}
customer_id: ${TAP_GOOGLEADS_CUSTOMER_ID}
developer_token: ${TAP_GOOGLEADS_DEVELOPER_TOKEN}
start_date: '2023-08-01T00:00:00Z'
Andy Carter
08/30/2023, 3:31 PMvalentin_vidal
08/30/2023, 3:32 PMAndy Carter
08/30/2023, 3:33 PMReuben (Matatika)
08/30/2023, 3:34 PMTAP_GOOGLEADS_OAUTH_CREDENTIALS_CLIENT_ID
I'm pretty sure. So you probably need the explicit mapping in this case.valentin_vidal
08/30/2023, 3:34 PMAndy Carter
08/30/2023, 3:37 PMTAP_GOOGLEADS_OAUTH_CREDENTIALS_CLIENT_ID
but you're right that would have been the normal way to do it.
I added a couple issues into the repo mostly just troubleshooting things with postgres for future folks reference. I have the pipeline working now.valentin_vidal
08/30/2023, 3:38 PMReuben (Matatika)
08/30/2023, 3:40 PMReuben (Matatika)
08/30/2023, 3:43 PMAndy Carter
08/30/2023, 3:46 PMmeltano compile
and checking the output matches expected in the config
• checking the APIs page in Google cloud and seeing if any API calls are being received to the Ads APIvalentin_vidal
08/31/2023, 8:39 AMryan_bell
11/20/2023, 9:56 PMryan_bell
11/20/2023, 10:03 PMAndy Carter
11/20/2023, 10:41 PMryan_bell
01/04/2024, 1:23 PMryan_bell
01/04/2024, 2:57 PMAndy Carter
01/04/2024, 3:33 PM