Ok.
Thanks.
 
David
Am Montag, 26. August 2013 12:28:52 UTC+2 schrieb Takeshi Hagikura (AdWords 
API Team):

> Hi,
>
> You can retrieve stats based on Keywords using Keyword Performance 
> Report<https://developers.google.com/adwords/api/docs/appendix/reports#keywords>
> ,
> stats based on Ads using Ad Performance 
> Report<https://developers.google.com/adwords/api/docs/appendix/reports#ad>
> .
> It's not possible to retrieve both at the same time (i.e. KeywordId and 
> AdId), but it's also the case in UI I think. 
> Also in the UI, you can see stats on ads and keywords individually, but 
> you can't see which ads are triggered from a specific keyword (and vice 
> versa). 
>
> Best,
> - Takeshi, AdWords API Team
>
> On Friday, August 23, 2013 2:48:13 PM UTC+9, David Morawitzky wrote:
>>
>> Hi,
>>  
>> sorry my English is really bad.
>>  
>> No, I don't have the SOAP Logs.
>>  
>> My problem is, that I want to get the stats of an ad. But these stats 
>> also have to be dependend on the keywords which triggered the Impression of 
>> the ad.
>>  
>> e.g.:
>>  
>> Ad 1 | 25 Impressions
>>  
>> Keyword 1 | 12 Impressions
>> Keyword 2 | 12 Impressions
>> Keyword 3 | 1 Impression
>>  
>> At the moment I can only achieve the stats for either the ads or the 
>> keywords.
>>  
>> I know I can get this in the UI. But I didn't find any way to get it 
>> through the API.
>> A way might be to match KeywordId and AdId, but I didn't find a way to do 
>> this.
>>  
>> Hope you understand it better right now.
>>  
>>
>> Am Freitag, 23. August 2013 06:34:40 UTC+2 schrieb Takeshi Hagikura 
>> (AdWords API Team):
>>
>>> Hi, 
>>>
>>> Do you have SOAP request/response logs? 
>>> It's better than source code for troubleshooting. 
>>>
>>> Sorry I'm not 100% sure what's the problem you are facing, let me think 
>>> with the soap logs.
>>>
>>> Best,
>>> - Takeshi, 
>>>
>>> On Monday, August 19, 2013 3:40:13 PM UTC+9, David Morawitzky wrote:
>>>>
>>>>
>>>> Hey, 
>>>> in my project I am trying to get stats for every keyword in the form of:
>>>> campaign_ID
>>>> campaign_Name
>>>> adGroup_ID
>>>> adGroup_Name
>>>> ad_ID
>>>> ad_Header
>>>> targetURL
>>>> keyword_id
>>>> keyword_text
>>>> matchtype
>>>> network
>>>> average_position
>>>> clicks
>>>> impressions
>>>> ctr
>>>> qualityfactor
>>>> cost
>>>> average_cpc
>>>> I am using AdGroupCriterionService, AdGroupAdService, and 
>>>> AdGroupService and get data for all the points.
>>>> But the problem is, that the output seems to be focused on the adGroup.
>>>> So I get for each ad in the adgroup the same stats, no matter what 
>>>> keyword belongs to it. Also if some ads didn't even get one impression.
>>>> It's hard to describe, my English is bad.
>>>> Here is an example of my output:
>>>>
>>>> (
>>>>
>>>> [0] => Array
>>>>
>>>> (
>>>>
>>>> [date_start] => 2013-08-18
>>>>
>>>> [date_end] => 2013-08-18
>>>>
>>>> [campaign_Id] => 49230926
>>>>
>>>> [campaign_Name] => xxx
>>>>
>>>> [adGroup_Id] => 1172464046
>>>>
>>>> [adGroup_Name] => Zweitwagenversicherung
>>>>
>>>> [ad_ID] => 4605933386
>>>>
>>>> [ad_Header] => xxx
>>>>
>>>> [targetURL] => xxx
>>>>
>>>> [keyword_id] => 12944618306
>>>>
>>>> [keyword] => zweitwagen versichern
>>>>
>>>> [matchtype] => EXACT
>>>>
>>>> [network] => SEARCH
>>>>
>>>> [average_position] => 1
>>>>
>>>> [clicks] => 2
>>>>
>>>> [impressions] => 1
>>>>
>>>> [ctr] => 2
>>>>
>>>> [qualityfactor] => 10
>>>>
>>>> [cost] => 2.62
>>>>
>>>> [average_cpc] => 1.31
>>>>
>>>> )
>>>>
>>>>  [1] => Array
>>>>
>>>> (
>>>>
>>>>  [date_start] => 2013-08-18
>>>>
>>>> [date_end] => 2013-08-18
>>>>
>>>> [campaign_Id] => 49230926
>>>>
>>>> [campaign_Name] => xxx
>>>>
>>>> [adGroup_Id] => 1172464046
>>>>
>>>> [adGroup_Name] => Zweitwagenversicherung
>>>>
>>>> [ad_ID] => 13424137106
>>>>
>>>> [ad_Header] => Zweitwagenvers.
>>>>
>>>> [targetURL] => xxx
>>>>
>>>> [keyword_id] => 12944618306
>>>>
>>>> [keyword] => zweitwagen versichern
>>>>
>>>> [matchtype] => EXACT
>>>>
>>>> [network] => SEARCH
>>>>
>>>> [average_position] => 1
>>>>
>>>> [clicks] => 2
>>>>
>>>> [impressions] => 1
>>>>
>>>> [ctr] => 2
>>>>
>>>> [qualityfactor] => 10
>>>>
>>>> [cost] => 2.62
>>>>
>>>>  [average_cpc] => 1.31
>>>>
>>>> )
>>>> The places marked with x get data, I just didn't want to show. Sorry ;)
>>>> As you see, there is the same keyword twice. Different ads, but the 
>>>> same stats. The second ad must have 0 impressions.
>>>> Do you have any idea what could be wrong?
>>>> If it would help you I could post my code. Pretty long and not pretty.
>>>> I am really new to adwords.
>>>> Hope you can help me.
>>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.

Reply via email to