Hi Peter, Thanks for the response! I'm actually still a bit confused. The guide <https://developers.google.com/adwords/api/docs/guides/feed-services>says:
"For each supported AdWords features that uses tabular data, there is a placeholder type <https://developers.google.com/adwords/api/docs/appendix/placeholders> specifying the fields and data types required by that feature." That seems like exactly what I'm looking for! However, when I click on that link, it isn't clear to me *which* of those fields and data types are required by the feature. For example, the example only uses 4 of the 8 possible IDs: private static final int PLACEHOLDER_FIELD_SITELINK_LINK_TEXT = 1; private static final int PLACEHOLDER_FIELD_SITELINK_FINAL_URL = 5; private static final int PLACEHOLDER_FIELD_LINE_2_TEXT = 3; private static final int PLACEHOLDER_FIELD_LINE_3_TEXT = 4; As I said in my last post, I think Text (1) and Url (5) are required, but it's not clear to me which ones are required for each placeholder type. Where should I look? Thanks, Kevin On Wednesday, June 20, 2018 at 11:08:10 PM UTC-7, Peter Oliquino (AdWords API Team) wrote: > > Hi Kevin, > > You could refer to this guide > <https://developers.google.com/adwords/api/docs/guides/feed-services> > specifically > to this section > <https://developers.google.com/adwords/api/docs/guides/feed-services#feedmappingservice> > and > to our FeedMapping > <https://developers.google.com/adwords/api/docs/reference/v201806/FeedMappingService.FeedMapping> > object > documentation to check for the required fields to pass in your request. Let > me know if this helps. > > Thanks and regards, > Peter > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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/0f2dc283-5dc9-4e8f-a7fb-cad563ad83f3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
