Campaign Id as array to get the adgroups

2017-05-01 Thread SUBIN P VASU
Hi, I'm trying to download the adgroups from the account . For this I'm passing the campaigns id as array. It's getting exception saying SelectorError.INVALID_PREDICATE_VALUE @ serviceSelector; trigger:'Array'. How can i solve it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

QuotaCheckError.ACCOUNT_INACTIVE Error

2017-05-01 Thread Gal Amitai
Hi, i tried to pull data from my web application but unfortunately i got an error I fill out the required properties in *adsapi_php.ini *file and set up the OAuth2 correctly But when i tried to run *GetCampaigns.php *I got SOAP error Soap Request & Response: [2017-04-30 09:17:06] AW_SOAP.W

Re: Example Code for Handling RateExceededError

2017-05-01 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You can also check out the procedure mentioned in this example and check if the error is an instance of RateExceededError and perform action in your code a

Invalid predicate name: AdGroupType

2017-05-01 Thread cmes
When I make a request to the adgroup_performance_report and use the predicate: AdGroupType I get the following error: fieldPath: AdGroupType; trigger: Invalid predicate name: AdGroupType; errorString: SelectorError.INVALID_PREDICATE_FIELD_NAME According to: https://developers.google.com/adwor

Re: Campaign Id as array to get the adgroups

2017-05-01 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Could you please provide me with the complete SOAP XML request and response logs for the API call (in case this error is encountered while using a service) or the SOAP XML report definition (in case you faced this error with reports) along with your 10 digit AdWords account ID? Please click

Re: Invalid predicate name: AdGroupType

2017-05-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you check the API version you are using at the moment for this report download? The AdGroupType field was added to the ADGROUP_PERFORMANCE_REPORT in API version v201702

Re: QuotaCheckError.ACCOUNT_INACTIVE Error

2017-05-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Gal, The QuotaCheckError.ACCOUNT_INACTIVE error occurs when the AdWords account referred by the clientCustomerId is inactive. Could you check if the account in questio

Getting stats from Keyword planner API for specific date range

2017-05-01 Thread vibhora
Hello I'm using the targeting keyword Idea api to extract the search volume of past searches of a speciifc word monthly. In the UI I can set the date range and extract the month by month stats for the specific country for past three years. In API I can get the annual stats. However when I want

Re: Example Code for Handling RateExceededError

2017-05-01 Thread Nick Harris
Thanks Vishal, followed your advice and am throwing a RateExceededError that replicates what a real one looks like using the following code: $rateExceededError = new \Google\AdsApi\AdWords\v201702\cm\RateExceededError("", null, "","RateExceededError.RATE_EXCEEDED", "RateExceededError", "RATE_E

Re: Getting stats from Keyword planner API for specific date range

2017-05-01 Thread vibhora
On Monday, May 1, 2017 at 6:58:34 PM UTC-7, vib...@nvidia.com wrote: > > Hello I'm using the targeting keyword Idea api to extract the search > volume of past searches of a speciifc word monthly. In the UI I can set the > date range and extract the month by month stats for the specific country

Re: Getting stats from Keyword planner API for specific date range

2017-05-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi Vibhor, In the TargetingIdeaService of the AdWords API, only the TARGETED_MONTHLY_SEARCHES attribute type is supported for the Date Range, which ranges to only 12

Total Conversion Value changing in XML

2017-05-01 Thread dhana
Hi All, i am running Adwords API Report for Yesterday (or) before a week day - every day i am getting different value of "total conversion value " for same product , same date in API downloaded XML For example : i run API XML download for a Product "XXX" for date of "04th APR 2017" on "07t

Re: Total Conversion Value changing in XML

2017-05-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi, To better investigate your concern, could you send to me the complete report definitions you used to generate the two reports and their corresponding generated report files? You may reply using *R