Re: Click performance report: custom date

2016-08-08 Thread Oscar Martinez
The date range should be declared in the selector, not in the report definition as I was trying. $selector->dateRange = new DateRange('20160723', '20160723'); Kind regards, On Monday, August 8, 2016 at 1:57:55 PM UTC-6, Oscar Martinez wrote: > > Hi, >

Click performance report: custom date

2016-08-08 Thread Oscar Martinez
Hi, I'm trying to download Click Performance Report using a custom date. I know we must use a single date range and no more of 90 days from execution. But, if I want to download the report for July 5th (for example), how can I do it? I tried this (I'm using PHP): $reportDefinition->dateRang

Re: Criteria Performance Report stop working since Octuber 27

2014-11-21 Thread Oscar Martinez
Hi Josh! Yes it resolved the problem. Thanks, On Thursday, November 20, 2014 9:55:58 AM UTC-6, Oscar Martinez wrote: > > Hi all, > > I have a Marketing Report that executes different requests to different > API reports. We get, for example, CriteriaType (selector

Re: Criteria Performance Report stop working since Octuber 27

2014-11-20 Thread Oscar Martinez
Hi Josh, You can try with: 21831951 and 128445621 On Thursday, November 20, 2014 9:55:58 AM UTC-6, Oscar Martinez wrote: > > Hi all, > > I have a Marketing Report that executes different requests to different > API reports. We get, for example, CriteriaType (selector

Criteria Performance Report stop working since Octuber 27

2014-11-20 Thread Oscar Martinez
Hi all, I have a Marketing Report that executes different requests to different API reports. We get, for example, CriteriaType (selector) from Criteria Performance Report, using Id, AdGroupId and CampaignId as filters (predicates). It has been working, but we realized that this report stopped

How to create in API report some specific Keywords filters

2014-09-24 Thread Oscar Martinez
Hi, Seeing the data gotten from the API Keyword Report, I have a discrepancy of Converted Click between Keywords Report gotten from the AdWords Website Keywords Report and API Report. I think the problem is related with some filters set in the Website. Those filters are: - Keywords Below firs

Re: IP Range for AdWords API (.Net Library)

2014-09-09 Thread Oscar Martinez
Uhhmm... I believe it's not possible to use domains with AWS EC2 Security Groups, but we will try. Thank you, On Wednesday, September 3, 2014 4:01:32 PM UTC-6, Oscar Martinez wrote: > > Hi, > > One of the last things that I need to know. We know we should open the 443 &

IP Range for AdWords API (.Net Library)

2014-09-03 Thread Oscar Martinez
Hi, One of the last things that I need to know. We know we should open the 443 port to have API connection working, using .Net Library. Is it possible to know the possible IPs to open that port only to those IPs? We saw that it doesn't use the same IP always. Thank you, -- -- =~=~=~=~=~=~

Re: Get Revenue PPC Report from API

2014-09-03 Thread Oscar Martinez
Thank you, it's clear. Kind regards, On Friday, August 29, 2014 12:42:02 PM UTC-6, Oscar Martinez wrote: > > Hi, > > I would like to know if it's possible to get the Revenue PPC Report from > API. In this moment the person in charge need to login into AdWords and &g

Re: Get Revenue PPC Report from API

2014-09-03 Thread Oscar Martinez
like 233 in API Report and 2.3 in AdWords Report. Thank you, On Friday, August 29, 2014 12:42:02 PM UTC-6, Oscar Martinez wrote: > > Hi, > > I would like to know if it's possible to get the Revenue PPC Report from > API. In this moment the person in charge need to login into

Get Revenue PPC Report from API

2014-08-29 Thread Oscar Martinez
Hi, I would like to know if it's possible to get the Revenue PPC Report from API. In this moment the person in charge need to login into AdWords and export it from there. But it would be useful to get it programatically through AdWords API. I have seen the reports list, but I haven't found wha

Re: Keyword ID with no information in Keywords Performance Report

2014-08-29 Thread Oscar Martinez M.
urned in step 2, run the multiple >attribution report > > <https://developers.google.com/adwords/api/docs/guides/reporting-concepts#multiple> > that >corresponds to the *CriteriaType* to gather more criterion >type-specific information, if desired. > > Chee

Re: Keyword ID with no information in Keywords Performance Report

2014-08-28 Thread Oscar Martinez
Hi Josh, I sent you privately the information of the Google Click ID, Campaign ID, Ad group ID, Keyword ID. Thank you, On Thursday, August 28, 2014 11:07:14 AM UTC-6, Oscar Martinez wrote: > > Hi, > > We are creating a small report for my company. We need to get Campaign >

Re: Keyword ID with no information in Keywords Performance Report

2014-08-28 Thread Oscar Martinez
get a lot of results, but not the Keyword ID that we are looking for. Thank you, On Thursday, August 28, 2014 11:07:14 AM UTC-6, Oscar Martinez wrote: > > Hi, > > We are creating a small report for my company. We need to get Campaign > Name, AdGroup Name

Re: Keyword ID with no information in Keywords Performance Report

2014-08-28 Thread Oscar Martinez
Update. We tested using a gclid saved on 08/19/2014 and using a gclid saved on 08/26/2014 and they work. So, I believe the problem is with an specific gclid. Why? That's the question. Kind regards, On Thursday, August 28, 2014 11:07:14 AM UTC-6, Oscar Martinez wrote: > > Hi,

Keyword ID with no information in Keywords Performance Report

2014-08-28 Thread Oscar Martinez
Hi, We are creating a small report for my company. We need to get Campaign Name, AdGroup Name and Keywords for a gclid. We have these steps: 1. Capture and save gclid. 2. CLICK_PERFORMANCE_REPORT to get CampaignId, AdGroupId and CriteriaId (Keyword ID) filtering by gclid and DateRange=TODAY (o

Re: Trying to get information from gclid

2014-08-27 Thread Oscar Martinez
UTC-6, Oscar Martinez wrote: > > Hi, > > We are developing a little report of my company's AdWords Campaigns. We > capture and save the gclid and then we would like get the Keywords, > Campaign and Ad Group from that gclid. But we get an error: > "System.Net.WebEx

Re: Trying to get information from gclid

2014-08-27 Thread Oscar Martinez
d, because, for example, I saved the gclid yesterday and I'm querying to API using TODAY as date range. I can have control about when the gclid was captured but I'm not sure if the capture date it's equal to real gclid date. It make sense? Thank you, On Tuesday, August 26, 201

Trying to get information from gclid

2014-08-26 Thread Oscar Martinez
Hi, We are developing a little report of my company's AdWords Campaigns. We capture and save the gclid and then we would like get the Keywords, Campaign and Ad Group from that gclid. But we get an error: "System.Net.WebException: Error en el servidor remoto: (400)" One more thing, we are not s

Re: Exception says "An API exception has occurred. See ApiException and InnerException fields for more details."

2014-08-25 Thread Oscar Martinez
Done! I sent it by email. On Thursday, August 21, 2014 12:59:29 PM UTC-6, Oscar Martinez wrote: > > Hi, > > I get this error trying to get information about campaigns. I'm using one > of the examples of the official .Net Library. > Looking for a similar post,

Re: Exception says "An API exception has occurred. See ApiException and InnerException fields for more details."

2014-08-25 Thread Oscar Martinez
Hi Anash, Last Friday I sent you the information about the SOAP log. I both cases, Test and Production accounts, we get the same SOAP log message. Thank you. On Thursday, August 21, 2014 12:59:29 PM UTC-6, Oscar Martinez wrote: > > Hi, > > I get this error trying to get infor

Re: Exception says "An API exception has occurred. See ApiException and InnerException fields for more details."

2014-08-22 Thread Oscar Martinez
We do it again... the result was the same error. We tried with Testing Account and Production Account. Pdata: is it possible to know for this media why our Production Token continues being as "Pending Approval"? Thank you, On Thursday, August 21, 2014 12:59:29 PM UTC-6, Oscar Mart

Re: Exception says "An API exception has occurred. See ApiException and InnerException fields for more details."

2014-08-22 Thread Oscar Martinez
Hi Anash, Yes, we followed that process to get the XML lines for web.config. I will the redo the process and let you know what we get. Thank you, On Thursday, August 21, 2014 12:59:29 PM UTC-6, Oscar Martinez wrote: > > Hi, > > I get this error trying to get information about ca

Re: Exception says "An API exception has occurred. See ApiException and InnerException fields for more details."

2014-08-22 Thread Oscar Martinez
Hi Ray, Thanks for your answer. Are you talking about regenerating the token in MCC? And, what account, Testing or my company's Production? On Thursday, August 21, 2014 12:59:29 PM UTC-6, Oscar Martinez wrote: > > Hi, > > I get this error trying to get information about cam

Re: Exception says "An API exception has occurred. See ApiException and InnerException fields for more details."

2014-08-21 Thread Oscar Martinez
hile (true) { try { InitForCall(methodName, parameters); return base.Invoke(methodName, parameters); //-> Here is the error Thanks, On Thursday, August 21, 2014 12:59:29 PM UTC-6, Oscar Martinez wrote: > > Hi, > > I get this error trying to get in

Exception says "An API exception has occurred. See ApiException and InnerException fields for more details."

2014-08-21 Thread Oscar Martinez
Hi, I get this error trying to get information about campaigns. I'm using one of the examples of the official .Net Library. Looking for a similar post, I found this: https://groups.google.com/forum/#!msg/adwords-api/WOlH5z4-yDs/US4ZY-4QhlwJ Answering what Takeshi Hagikura asked in the post rep

Re: Trying to access APIU AdWords: OAuth

2014-08-21 Thread Oscar Martinez
, On Thursday, August 21, 2014 10:20:00 AM UTC-6, Oscar Martinez wrote: > > Hi, > > I'm trying to access Google AdWords Application, but I can't get the > Refresh Token. I'm trying with an official MCC account (Token it's pending > approval) and a Testing MCC

Re: Trying to access APIU AdWords: OAuth

2014-08-21 Thread Oscar Martinez
Sorry, I forot the attachments. On Thursday, August 21, 2014 10:20:00 AM UTC-6, Oscar Martinez wrote: > > Hi, > > I'm trying to access Google AdWords Application, but I can't get the > Refresh Token. I'm trying with an official MCC account (Token it's pen

Trying to access APIU AdWords: OAuth

2014-08-21 Thread Oscar Martinez
Hi, I'm trying to access Google AdWords Application, but I can't get the Refresh Token. I'm trying with an official MCC account (Token it's pending approval) and a Testing MCC Account. Using .Net Library I get the error "invalid_client" (see attachment). Based on other posts, I tried to create

Trying to connect to AdWords API .Net

2014-08-21 Thread Oscar Martinez
Hi, I'm trying to connect to AdWords API using .Net Library. I'm trying to connect to API, but my the token of my official MCC account it's en pending approval, but I created a testing account and I don't get the connection because I need a token from OAuth2. Trying to get that token from OAut