accounts_adclients_adunits_get | SELECT | accountsId, adclientsId, adunitsId | Gets an ad unit from a specified account and ad client. |
accounts_adclients_adunits_list | SELECT | accountsId, adclientsId | Lists all ad units under a specified account and ad client. |
accounts_adclients_adunits_create | INSERT | accountsId, adclientsId | Creates an ad unit. This method can only be used by projects enabled for the AdSense for Platforms product. Note that ad units can only be created for ad clients with an "AFC" product code. For more info see the AdClient resource. For now, this method can only be used to create DISPLAY ad units. See: https://support.google.com/adsense/answer/9183566 |
accounts_adclients_adunits_patch | EXEC | accountsId, adclientsId, adunitsId | Updates an ad unit. This method can only be used by projects enabled for the AdSense for Platforms product. For now, this method can only be used to update DISPLAY ad units. See: https://support.google.com/adsense/answer/9183566 |