Re: Getting ad stats for Google Search and Search Network separately

2013-05-16 Thread Takeshi Hagikura (AdWords API Team)
Hi, Do you mean Google search and Search Partners? If so, you can segment it by querying AdNetworkType2 in AdHoc reports. Please see the example for Campaign Report Service. https://developers.google.com/adwords/api/docs/appendix/reports#campaign (Most of other reports have AdNetworkType2 as we

Getting ad stats for Google Search and Search Network separately

2013-05-14 Thread James Thomas
I am trying to pull ad information(impressions,clicks,average position) from the API but I want to show stats for Google Search and Search Network separately. Right now, I am using AdGroupAdService and I see a 'network' field here: https://developers.google.com/adwords/api/docs/reference/v2013

Re: Ad Stats

2011-07-18 Thread Kevin Winter
Hi, The correct link for v200909 is here: http://code.google.com/apis/adwords/docs/reference/v200909/AdGroupAdService.AdGroupAdSelector.html However, this is an older version of the API and will be sunset four months after MCC reporting is released: http://adwordsapi.blogspot.com/2011/05/upda

Re: Ad Stats

2011-07-14 Thread Doug
Sorry to bring this from the dead, I was wondering what the new link to this was -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

AdWords API Re: Ad Stats

2010-02-25 Thread Mike-Indiana
Got it. Many thanks Eric! Mike On Feb 25, 11:08 am, AdWords API Advisor wrote: > Hi Mike, > > The AdGroupAdSelector has a field called "statsSelector" that accepts > an AdStatsSelector: > >  http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdSer... > > Best, > - Eric > > On Feb 24

AdWords API Re: Ad Stats

2010-02-24 Thread Mike-Indiana
Hi Eric, thanks for the info. How can you call 2 objects under selector? I am unable to get a corresponding AdStatsSelector to AdGroupAdSelector. When I create a new AdStatsSelector, it pulls all ads from my account, not the ones from my adgroup. Sorry, but I couldn't find any examples for stats

AdWords API Re: Ad Stats

2010-02-24 Thread AdWords API Advisor
Hi Mike, In order to retrieve stats you need to add an AdStatsSelector object in your selector, with the date range specified. This will cause the API server to return the Stats object with your results automatically. http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.A

AdWords API Ad Stats

2010-02-23 Thread Mike-Indiana
Hi Eric, Is it possible to generate stats while looping through adGroupAd? My goal is to retrieve the title, description, landing url and display url while showing the CTR. My code in PHP is the following, however I'm not getting the CTR data: if (isset($result->entries)) { foreach ($re

AdWords API Re: Problem while getting data ad stats data?

2009-10-15 Thread AdWords API Advisor
Hi Ajaz, I've looked through the logs, and I can see that both requests are returning the same data. Like I said earlier, I believe the error is in your PHP code, not the API itself. You can test the SOAP calls directly with curl or various SOAP testing programs if you want to see the raw data.

AdWords API Re: Problem while getting data ad stats data?

2009-10-15 Thread khan_ajaz
Dear Sir, I am still facing the same problem when i passes the request using API then i still 1st request response 2nd Request passed but it wont takeout any information as an example i pest the request xml and their responses also i have enable the debug = 1 all the request are made one after a

AdWords API Re: Problem while getting data ad stats data?

2009-09-11 Thread AdWords API Advisor
Hi Ajaz, >From what I can tell the API requests are successful, so the issue may lie with your PHP code that is trying to extract the data. Unfortunately we can't provide support for your PHP code, but if you haven't already please take a look at our PHP samples: http://code.google.com/p/adwords-

AdWords API Re: Problem while getting data ad stats data?

2009-09-11 Thread khan_ajaz
Hi, Ok now what i have face the problem is that it retrieves data first time but second time it wont take out data from google using Api please note that i am doing this whole process using loops. Thanks & Best Regards Ajaz Muhammad Khan --~--~-~--~~~---~--~~

AdWords API Re: Problem while getting data ad stats data?

2009-09-11 Thread khan_ajaz
Hi, Ok now what i have face the problem is that it retrieves data first time but second time it wont take out the data from google using Api please note that i am doing this whole process using loop. Thanks & Best Regards Ajaz Muhammad Khan --~--~-~--~~~---~--~

AdWords API Re: Problem while getting data ad stats data?

2009-09-09 Thread AdWords API Advisor
Hi Ajaz, The SOAP XML Response still isn't coming through clear, but I was able to look it up in the logs. From what I can tell there are no exceptions being thrown, and it appears as if the request is successful. What specifically is the problem you are encountering? Best, - Eric On Sep 9, 1

AdWords API Re: Problem while getting data ad stats data?

2009-09-09 Thread khan_ajaz
Dear sir, Please Review Hi, While I try to retrieve data via api call I am facing problem here are the details What I am doing is try to retrieve data using loop's language php scripting platform unix in steps 1st Step:- I get the clientEmail Address 2nd Step :- I get the adgroup Id 3rd Ste

AdWords API Re: Problem while getting data ad stats data?

2009-09-09 Thread AdWords API Advisor
Hi Ejaz, While I can see the data, it looks like the XML tags were not copied correctly. Can you please try again to post the complete request and response with the XML tags? Thanks, - Eric On Sep 9, 3:35 am, khan_ajaz wrote: > Hello, > > That is message display > note: i have hide the email'

AdWords API Re: Problem while getting data ad stats data?

2009-09-09 Thread khan_ajaz
Hello, That is message display note: i have hide the email's and password POST /api/adwords/v13/AdService HTTP/1.0 Host: adwords.google.com User- Agent: NuSOAP/0.7.3 (1.114) Content-Type: text/xml; charset=ISO-8859-1 SOAPAction: "" Content-Length: 834 a...@mt.coma..ls..r@primecomms.com

AdWords API Re: Problem while getting data ad stats data?

2009-09-08 Thread AdWords API Advisor
Hi Ejaz, Are you receiving exceptions from the AdWords API? If so, please post a SOAP XML Request and Response that demonstrates the problem. Best, - Eric Koleda, AdWords API Team On Sep 8, 3:25 am, khan_ajaz wrote: > Hi, > > while I try to retrieve data via api call I am facing problem here

AdWords API Problem while getting data ad stats data?

2009-09-08 Thread khan_ajaz
Hi, while I try to retrieve data via api call I am facing problem here are the details What I am doing is try to retrieve data using loop using php scripting language in steps 1st Step:- I get the clientEmail Address 2nd Step :- I get the adgroup Id 3rd Step:- on behalf of clientEmail and AdGrou