How to get KeywordTextMatchingQuery from SEARCH_QUERY_PERFORMANCE_REPORT

2013-03-18 Thread Maciej Krajowski
Hello,
According 
to https://developers.google.com/adwords/api/docs/appendix/reports#search-query 
, there should be field called KeywordTextMatchingQuery . However, when I 
try to get it in the report, I get exception that this field name is 
invalid [ when I delete this field, everything works as expected and the 
report is correct ]. I have checked the results from 
$reportDefinitionService-getReportFields('SEARCH_QUERY_PERFORMANCE_REPORT') 
, and indeed it seems that such field does not exist. Is it a mistake on 
the website?
Kind regards,
Maciej

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Get TextAds and DynamicSearchAd via adGroupAdService

2013-02-06 Thread Maciej Krajowski
Thank you Anash for your answer. 
Unfortunately, I believe this is not the issue - as I understood, DSA is no 
longer in beta. Here is what I see after clicking sign up:
Dynamic Search Ads (Beta) Interest List

Thanks for your interest in Dynamic Search Ads, an efficient new way to 
target relevant searches with ads generated directly from your website. 
After a year of refinements and successful beta testing, Dynamic Search Ads 
were made available to everyone using AdWords in October 2012.

Cheers,

Maciej



W dniu środa, 6 lutego 2013 05:50:10 UTC+1 użytkownik Anash P. Oommen 
(AdWords API Team) napisał:

 Hi Maciej,

 DynamicSearchAd is a beta feature, so your code will work only if you are 
 whitelisted for the same. See 
 https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService.DynamicSearchAdfor
  details.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor

 On Tuesday, February 5, 2013 4:51:29 PM UTC+5:30, Maciej Krajowski wrote:

 Hello,

 In the example here 
 https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/BasicOperations/GetTextAds.phpit
  is shown how to get TextAds via API [ php ].
 I thought that adding DynamicSearchAds will be as trivial as modifying 
 54th line:

 $selector-predicates[] = new Predicate('AdType', 'IN', array('TEXT_AD', 
 'DYNAMIC_SEARCH_AD'));

 however this does not work. I have a campaign that have only negative 
 keywords and DSA. Negative keywords are being downloaded without any issue, 
 however I get 0 ads. Any idea why?

 Cheers



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Get TextAds and DynamicSearchAd via adGroupAdService

2013-02-05 Thread Maciej Krajowski
Hello,

In the example 
here 
https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/BasicOperations/GetTextAds.php
 
it is shown how to get TextAds via API [ php ].
I thought that adding DynamicSearchAds will be as trivial as modifying 54th 
line:

$selector-predicates[] = new Predicate('AdType', 'IN', array('TEXT_AD', 
'DYNAMIC_SEARCH_AD'));

however this does not work. I have a campaign that have only negative 
keywords and DSA. Negative keywords are being downloaded without any issue, 
however I get 0 ads. Any idea why?

Cheers

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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 the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.