Hi,
We try to use python script that
https://github.com/google/shopping-markup.
This script use big query to datatransfer of merchant & ads account.
- We create Google console Project
- We create service Account
- Service account enable with Outh
- Service account add to Domain Delegation
use clineID, and following api scope
https://www.googleapis.com/auth/adwordshttps://www.googleapis.com/auth/bigquery.insertdataBut still we not getting NOT_ADS_USER error. it means service account not enable access to ads api.
We used Google workspace account to create the GCP, have access to Ads Account(MCC & Which we access ) & GCM as standard.
RROR:root:Transfer projects/xxxxxxxxxxx/locations/us/transferConfigs/61916511-0000-2393-a71d-883d24f2c204 was not successful. Error - code: 3
message: "Error while processing report for table \'HourlyAccountStats\' for account id xxxxxxxxxx. Http(400) Bad Request; <?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><reportDownloadError><ApiError><type>AuthenticationError.NOT_ADS_USER</type><trigger><"
Traceback (most recent call last):
File "cloud_env_setup.py", line 149, in <module>
main()
File "cloud_env_setup.py", line 118, in main
data_transfer.wait_for_transfer_completion(ads_config)
File "/home/pratik/shopping-markup/cloud_data_transfer.py", line 110, in wait_for_transfer_completion
raise DataTransferError(error_message)
cloud_data_transfer.DataTransferError: Transfer projects/xxxxxxxxxx/locations/us/transferConfigs/61916511-0000-2393-a71d-883d24f2c204 was not successful. Error - code: 3
message: "Error while processing report for table \'HourlyAccountStats\' for account id xxxxxxxxxx. Http(400) Bad Request; <?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><reportDownloadError><ApiError><type>AuthenticationError.NOT_ADS_USER</type><trigger><
Can you help why we getting this error.?
Regards,
Pratik Patel