Placeholder Feed Item Report - IsSelfAction

76 views
Skip to first unread message

John Bliss

unread,
Jun 24, 2014, 3:53:47 PM6/24/14
to adwor...@googlegroups.com
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. 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!

Danial Klimkin

unread,
Jun 26, 2014, 8:52:53 AM6/26/14
to adwor...@googlegroups.com
Hello John,


I see you have a separate thread on this issue with the support. I suggest we close this one to avoid duplication.


-Danial, AdWords API Team.

John M Bliss

unread,
Jun 26, 2014, 9:24:38 AM6/26/14
to adwordsapiad...@google.com, AdWords API Forum
It's never clear to me which will get me an answer faster. I'm happy to update this thread with the fix when we find it. That way, the next person with this problem will be able to find it. Your call...


--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@googlegroups.com
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 a topic in the Google Groups "AdWords API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/f1ODWKNSms4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

John Bliss

unread,
Jul 1, 2014, 7:48:17 AM7/1/14
to adwor...@googlegroups.com
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.
Reply all
Reply to author
Forward
0 new messages