...from
here. At first, I was just expecting to receive "IsSelfAction" as a field in the resulting report. No such field appeared despite the fact that I requested it and API did not throw an error. So then I tried:
<selector>
[other fields]
<fields>IsSelfAction</fields>
<predicates>
<field>IsSelfAction</field>
<operator>EQUALS</operator>
<values>This extension</values>
</predicates>
</selector>
...which threw error, "Invalid ReportDefinition Xml: cvc-complex-type.2.4.a: Invalid content was found starting with element 'predicates'. One of ordering, paging is expected."
How do I "see the clicks/costs/etc. for just sitelink X?" Simple example XML, please? Thanks!