Hi Peter,
Thanks for the response! I'm actually still a bit confused. The
guide says:
"
For each supported AdWords features that uses tabular data, there is a placeholder type 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