I am migrating from Adwords Api to Google Ads Api. 

In Adwords I had this

var campaignExtensionSetting = new CampaignExtensionSetting
                {
                    extensionType = FeedType.PRICE,
                    extensionSetting = new ExtensionSetting
                    {
                        extensions = new ExtensionFeedItem[] {priceFeedItem}
                    }
                };

But in Google Ads the CampaignExtensionSetting class doesn't have the 
extensionSetting property

Is there a way to associate them?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6599a284-8bb0-486d-9ab5-a10583fe2aa5%40googlegroups.com.

Reply via email to