Re: How to associate extension to account on create extension

2021-01-13 Thread Google Ads API Forum Advisor Prod
Hi Antonio, Unfortunately, we currently do not have a specific example for your requirement. As my colleague Anthony suggested earlier, you will need to use the CustomerExtensionSettingService to directly associate an extension at the account or customer level. Since you are also using REST, y

RE: How to associate extension to account on create extension

2021-01-13 Thread Google Ads API Forum Advisor Prod
Hi Antonio, In order to create an account level extension, you must use the CustomerExtensionSettingService. This example provides how to create an extension then associate it with a campaign. You can use this as a reference since the workflow for these services is identical. Please let me know