*SOLUTION* (for me):

<predicates>

<field>IsSelfAction</field>
<operator>EQUALS</operator>
<values>true</values>

</predicates>

...plus this note from AdWords API Support:

I can see what the issue with this report is now, the return value will be 
> a string instead of a boolean. We'll fix it in the future releases.


On Tuesday, June 24, 2014 3:53:47 PM UTC-4, John Bliss wrote:
>
> Attempting to do this:
>
> To see the clicks/costs/etc. for just sitelink X, use segment 
>> "IsSelfAction", and look at the "This extension" rows.
>>
>
> ...from here 
> <https://developers.google.com/adwords/api/docs/appendix/reports#placeholder-feed-item>.
>  
> 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!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to