That's not true. In the AdWords UI go to the "Ad Groups" tab, select 
"Columns", then "Attributes". AdGroupType is the last attribute listed.
It's also available if you download a csv.
It would be very nice if it were added to the api.

On Thursday, January 22, 2015 at 5:24:45 PM UTC-5, 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/3bbca7d8-cd58-421f-90b2-d3b5577140a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Re: Ad group type... Anil
    • Re: Ad group... 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
      • Re: Ad g... Anil
        • Re: ... Anil
        • Re: ... 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
          • ... 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
    • Re: Ad group... Tex Russky
      • Re: Ad g... 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
        • Re: ... Tex Russky
          • ... 'Josh Radcliff (AdWords API Team)' via AdWords API Forum

Reply via email to