Here i need summary my encounter issues when i migrate my program from Google Adwords API to Google Ads API:
1. for ad group performance report migrate from adwords(ADGROUP_PERFORMANCE_REPORT) to ads(ad_group)
a. for Device we could found the mapping between two API(Device - segments.device) and we found each API have below possible values:
Adwords: Computers, Mobile devices with full browsers, Other, Tablets with full browsers, Devices streaming video content to TV screens
Ads: DESKTOP, MOBILE, OTHER, TABLET, CONNECTED_TV, UNKNOW, UNSPECIFIED
we know except new added UNKNOW, UNSPECIFIED value the rest five device have one-one mapping between adwords and ads API, could you please help guide the two new added device value?
b. during the download the ad grp performance data we could download more data from ads api than adwords api, we know there have some unsupported data(campaign type) on adwords available on ads, could you please provide the list which support in ads api but not support on adwrods api?
2. for account service on adwords API we use customer.getAccountLabels to get the account information, it could use this field to identify the account dimension info such as channel. and below list some sample returned values for this field:
Text,New Account Structure,Phrase,Real Estate
DSA,Text,New Account Structure
Text,Broad,New Account Structure,H&G
Text,New Account Structure,Fashion,Exact
Text,New Account Structure,Exact,Null
Text,Broad,New Account Structure,Null
Text,New Account Structure,Phrase,Null
Text,New Account Structure,Exact,Null
Text,New Account Structure,Vehicles,Phrase
we tried customer_client.applied_labels and
customer_label both, but they all returned null. could you please help investigate?