How To Update Text Promotion Condition Using Google Adwords Api Together With Php Customer Library?
There are 3 condition of text Ad: 1. ENABLED 2. DISABLED 3. PAUSED If you lot delete AdGroupAd using 'REMOVE' operator thence you lot can't modify it anymore. If you lot endeavour to update it dorsum to 'ENABLED/PAUSED' you lot volition larn AdGroupAdError -> CANNOT_OPERATE_ON_DELETED_ADGROUPAD (Deleted ads may non live on modified). If you lot desire to delete the AdGroupAd usage next purpose together with it uses 'REMOVE' Operator. This way that such Ad can't live on changed anymore. It volition never live on fully deleted, merely they volition ever be inwards your concern human relationship amongst the condition 'DISABLED'. For example purpose DeleteAd($user, $adGroupId, $adId) { // Get the service, which loads the required classes. $adGroupAdService = $user->GetService('AdGroupAdService', ADWORDS_VERSION); // Create base of operations course of didactics promotion to avoid setting type specific fields. $ad...