There is a way to create Ad extensions, for example callout, without assign 
to a campaign or ad group?

For example, I want to create 3 ad extensions but no assign to a campaign 
or ad group. Then I want to retrieve the ad extension and assign to a 
campaign, like the AdWords site, they create callout individually and then 
assign it to a campaign.

Example:

createCallout(args) 
createCallout(args)
createCallout(args)

retrieveCallout(id)

create calloutCampaign():
      callout = retrieveCallout(id)
      callout2 = retrieveCallout(id)

      feed_service = self.client.GetService(
            'AdGroupExtensionSettingService'
        )

        operation = [{
            'operator': 'ADD',
            'operand': {
                'adGroupId': ad_group_id,
                'extensionType': 'CALLOUT',
                'extensionSetting': {
                    'extensions': [callout, callout2]
                }
            }
        }]


There is a way to do this with python?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2dd86c7d-aa82-41f7-82a0-22fd39c41ce4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to