Hi,

Once again, thanks for your quick answer. Everything seems to work now, 
except for one small part. How could we change the status of a pre-existing 
Expanded Text Ad from Enabled to Paused? I believe this would require a SET 
operator, but if we try to use SET for an expanded text ad, we always get 
an error stating Ads are immutable (I'm not sure, but maybe it was 
CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR?). We can remove the ads now, but for 
most cases, setting them to Paused would suit us a lot better. All the 
information we pass the operation are the required IDs and the Status.

Do you have any ideas on how could we set the status of Expanded Text Ads 
to 'Paused' using a BatchJob?

Thanks,
Balazs

On Tuesday, December 19, 2017 at 8:26:01 PM UTC+1, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi Balazs, 
>
> You will first need to create a batch job and then set the operations to 
> that batch job. In your code snippet I see that you are performing a SET 
> operator on the BatchJobService. This means you want to modify the batch 
> job itself. For instance, cancel the Batch job. You can refer to this 
> <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201710/CampaignManagement/AddCompleteCampaignsUsingBatchJob.php>
>  code 
> sample in PHP where a complete campaign is being added via Batch job. You 
> can remove the code corresponding to all other operations and just keep the 
> one corresponding to the AdGroupCriterionService or AdGroupAdService. In 
> the logic for buildAdGroupCriterionOperations function, you can update the 
> operator to SET instead of ADD 
> <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201710/CampaignManagement/AddCompleteCampaignsUsingBatchJob.php#L263-L265>.
>  
> Could you give this a try and let me know if that works for you?
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/60be86ea-277d-4a91-8cb4-a2eab5c346ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • BatchJob... Prototype.co
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
      • ... Prototype.co
        • ... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
          • ... Prototype.co
            • ... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum

Reply via email to