Hi Anil,

I ran some tests myself and confirmed that I cannot remove the 
*ExplorerAutoOptimizationSetting* once it has been added. I'm following up 
on this and will get back to you if I have any updates.

Thanks,
Josh, AdWords API Team

On Wednesday, February 17, 2016 at 8:56:44 AM UTC-5, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi Anil,
>
> I deleted your last post because it included your developer token. Per our 
> forum 
> posting guidelines 
> <https://groups.google.com/d/msg/adwords-api/bBdNvBqDx1I/YA6Sz4pZXkEJ>, 
> please do not include sensitive information such as your developer token in 
> your posts.
>
> I'll look into why sending an empty settings attribute isn't clearing the 
> value and will get back to you.
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, February 17, 2016 at 2:32:18 AM UTC-5, Anil wrote:
>>
>> Hello,
>>
>> I have tried the same but it does not remove *ExplorerAutoOptimizerSetting 
>> *from adwords account*.*
>> Below are our details we are submitting for mutate process.
>>
>> Array
>> (
>>     [0] => AdGroupOperation Object
>>         (
>>             [operand] => AdGroup Object
>>                 (
>>                     [id] => 27908753009
>>                     [campaignId] => 
>>                     [campaignName] => 
>>                     [name] => 
>>                     [status] => 
>>                     [settings] => Array
>>                         (
>>                             [0] => TargetingSetting Object
>>                                 (
>>                                     [details] => Array
>>                                         (
>>                                             [0] => TargetingSettingDetail 
>> Object
>>                                                 (
>>                                                     [criterionTypeGroup] => 
>> USER_INTEREST_AND_LIST
>>                                                     [targetAll] => 
>>                                                 )
>>
>>                                             [1] => TargetingSettingDetail 
>> Object
>>                                                 (
>>                                                     [criterionTypeGroup] => 
>> VERTICAL
>>                                                     [targetAll] => 
>>                                                 )
>>
>>                                             [2] => TargetingSettingDetail 
>> Object
>>                                                 (
>>                                                     [criterionTypeGroup] => 
>> GENDER
>>                                                     [targetAll] => 
>>                                                 )
>>
>>                                             [3] => TargetingSettingDetail 
>> Object
>>                                                 (
>>                                                     [criterionTypeGroup] => 
>> AGE_RANGE
>>                                                     [targetAll] => 
>>                                                 )
>>
>>                                             [4] => TargetingSettingDetail 
>> Object
>>                                                 (
>>                                                     [criterionTypeGroup] => 
>> PLACEMENT
>>                                                     [targetAll] => 
>>                                                 )
>>
>>                                         )
>>
>>                                     [SettingType] => TargetingSetting
>>                                     [_parameterMap:Setting:private] => Array
>>                                         (
>>                                             [Setting.Type] => SettingType
>>                                         )
>>
>>                                 )
>>
>>                         )
>>
>>                     [experimentData] => 
>>                     [labels] => 
>>                     [forwardCompatibilityMap] => 
>>                     [biddingStrategyConfiguration] => 
>>                     [contentBidCriterionTypeGroup] => 
>>                     [trackingUrlTemplate] => 
>>                     [urlCustomParameters] => 
>>                 )
>>
>>             [operator] => SET
>>             [OperationType] => 
>>             [_parameterMap:Operation:private] => Array
>>                 (
>>                     [Operation.Type] => OperationType
>>                 )
>>
>>         )
>>
>> )
>>
>>
>> We do not get any error in this but *ExplorerAutoOptimizerSetting  *not 
>> getting removed*.*
>>
>>
>>
>> Thanks
>>
>>
>>
>>
>> On Tuesday, February 16, 2016 at 9:29:09 PM UTC+5:30, Josh Radcliff 
>> (AdWords API Team) wrote:
>>>
>>> Hi,
>>>
>>> If you want to remove the *ExplorerAutoOptimizerSetting*, you can 
>>> submit an AdGroupService.mutate 
>>> <https://developers.google.com/adwords/api/docs/reference/v201601/AdGroupService#mutate>
>>>  request 
>>> with an operation where the *operator = SET* and  the *operand* (AdGroup 
>>> <https://developers.google.com/adwords/api/docs/reference/v201601/AdGroupService.AdGroup>)
>>>  
>>> has:
>>>
>>>    - id 
>>>    
>>> <https://developers.google.com/adwords/api/docs/reference/v201601/AdGroupService.AdGroup#id>
>>>  = 
>>>    your ad group ID
>>>    - settings 
>>>    
>>> <https://developers.google.com/adwords/api/docs/reference/v201601/AdGroupService.AdGroup#settings>
>>>  = 
>>>    an array *without* the *ExplorerAutoOptimizerSetting* 
>>>    
>>> Cheers,
>>> Josh, AdWords API Team
>>>
>>> On Tuesday, February 16, 2016 at 3:41:21 AM UTC-5, Anil wrote:
>>>>
>>>> Hello,
>>>>
>>>> Is it possible to uncheck "*Let AdWords automatically find new 
>>>> customers" via API? *Sending optIn = false via API set Targeting 
>>>> Optimization to Conservative*. *As you mentioned How can we remove 
>>>> ExplorerAutoOptimizerSetting 
>>>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.ExplorerAutoOptimizerSetting>
>>>>  from 
>>>> ad group via API?
>>>>
>>>> *Thanks,*
>>>>
>>>>
>>>> On Friday, January 23, 2015 at 3:54:45 AM UTC+5:30, Josh Radcliff 
>>>> (AdWords API Team) wrote:
>>>>>
>>>>> Hi Nick,
>>>>>
>>>>> The AdWords API does not have the concept of *ad group type* - that 
>>>>> appears to be an AdWords Editor feature. I don't see anything related to 
>>>>> ad 
>>>>> group type in the AdWords UI either.
>>>>>
>>>>> The *targeting optimization* setting you mentioned is configurable in 
>>>>> the AdWords API by adding or removing an ExplorerAutoOptimizerSetting 
>>>>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.ExplorerAutoOptimizerSetting>
>>>>>  in 
>>>>> your *AdGroup* object's settings collection 
>>>>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.AdGroup#settings>.
>>>>>  
>>>>> You can further configure the *ExplorerAutoOptimizerSetting* by 
>>>>> setting its optIn 
>>>>> <https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupService.ExplorerAutoOptimizerSetting#optIn>
>>>>>  field 
>>>>> as follows:
>>>>>
>>>>>    - false -> This is equivalent to *Conservative* targeting in the UI
>>>>>    - true -> This is equivalent to *Aggressive* targeting in the UI 
>>>>>    (enabling *Display Campaign Optimizer*)
>>>>>
>>>>> Regarding finding objects in the API that correspond to AdWords UI 
>>>>> objects, the API services are organized by object type. For example, if 
>>>>> you 
>>>>> are looking for attributes that you set on the *Campaigns* tab in the 
>>>>> UI, chances are they are on the Campaign object 
>>>>> <https://developers.google.com/adwords/api/docs/reference/v201409/CampaignService.Campaign>
>>>>>  in 
>>>>> the CampaignService 
>>>>> <https://developers.google.com/adwords/api/docs/reference/v201409/CampaignService>.
>>>>>  
>>>>> Similarly, *Ad groups* tab settings are mostly in the *AdGroupService*
>>>>> .
>>>>>
>>>>> Another good resource is the set of guides we have under Developer's 
>>>>> Guide <https://developers.google.com/adwords/api/docs/>. These are 
>>>>> grouped by Campaign, Ads, Reporting, etc., and each guide will contain 
>>>>> links to the relevant services and object types for the features covered 
>>>>> in 
>>>>> the guide.
>>>>>
>>>>> Best regards,
>>>>> Josh, AdWords API Team
>>>>>
>>>>> On Thursday, January 22, 2015 at 5:10:20 AM UTC-5, Nikola Jordanovski 
>>>>> wrote:
>>>>>>
>>>>>> Hello, 
>>>>>> so i am given a task to replicate the ad-words editor, and i am 
>>>>>> having trouble making the replica using the API, because some of the 
>>>>>> features are very hard to find.
>>>>>> Can you help me with something?
>>>>>> So i am trying to set the :
>>>>>>
>>>>>> *Ad group type -> Default*
>>>>>>
>>>>>> *Targeting optimization -> Disabled*
>>>>>>
>>>>>>
>>>>>> but can't find the appropriate API methods to do so.
>>>>>>
>>>>>> Can you give me a hand?
>>>>>> Also what is the best practice for finding the wanted functions , 
>>>>>> because the API is endless :D
>>>>>>
>>>>>>
>>>>>> Thank you,
>>>>>> Nick 
>>>>>>  
>>>>>>
>>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/db86be2a-cfc7-4fb2-8719-17c4079df57a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to