service.management().webPropertyAdWordsLinks().insert(
accountId=account_id,
webPropertyId=web_property_id,
body={
'adWordsAccounts': [
{
'customerId': google_ads_id
}
],
'name': 'Google Ads Link',
'profileIds': []
}
).execute()adWordsLinks = service.management().webPropertyAdWordsLinks().list(
accountId=account_id,
webPropertyId=web_property_id
).execute()Hi Daniel,
Thank you for posting your concern.
However, unfortunately, we can't comment on the Google Analytics API as this is out of scope for our team. With this, I would suggest you to reach out to their team via this email alias, analyticsa...@google.com.
Feel free to get back to us once you have any concerns related to the AdWords API or Google Ads API.
Regards,
Hiroyuki
Google Ads API Team
|
||||||