Exhausting Memory when using PHP

2016-05-11 Thread Alan Coleman
Hello everyone, We been experiencing some PHP issues regarding exhausting allowed memory size, our server has *256*MB of RAM Available. Here is an example: *PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 10667040 bytes) in /googleads-php-lib-8.2.1/src/Go

Re: Why can't I get PAUSED, REMOVED campaigns from AdWords Report by using predicate?

2016-05-11 Thread Ketaki
Thanks Anthony for quick reply. I have already applied the predicate for CampaignStatus . But still it won't work. Today after some research i found that; this is happening because of segme

Objects relationships and dates

2016-05-11 Thread ppc-data-toruk
Hello, I am using the google adwords api is Microsoft SSIS to get to the google data. I have anow access to objects such as BudgetPerformance, AdPerformance, etc... Questions: 1- Is there a documentation on how these tables are related to each-other? 2- Using the Campaigns tab in the google Adwo

CampaignService get always returning null with no error

2016-05-11 Thread Martin Tierney
Hi, I was hoping someone can point me in the right direction. in my app i need to be able to connect to other accounts so i have implemented oauth2flow which i took from the example app. it lets me log in to an account just fine and i get the oath object back. I can also make a call to the camp

Re: Why can't I get PAUSED, REMOVED campaigns from AdWords Report by using predicate?

2016-05-11 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Ketaki, Paused campaigns should still show up even with segmentation. Please note that when using segment fields such as Date, only the current status of the campaign will show up for each date. If you provide me with your report definition via *reply privately to author *I can take a furt

How can I get a list of all Client accounts using the Google Adwords API?

2016-05-11 Thread nelementlewis
I'm using Java as my language and am looking for a way to list all of the Client accounts under my Manager account on Google Adwords. Could anyone give me any ideas as to how to do this? I've looked for some code examples but only found one on StackOverflow with a broken link. Many thanks! --

Re: How can I get a list of all Client accounts using the Google Adwords API?

2016-05-11 Thread 'Joyce Lava' via AdWords API Forum
Hi, You need to declare your manager account ID as the clientCustomerId in the ads.properties configuration file. Then, you need to run the GetAccountHierarchy

CampaignPerformance

2016-05-11 Thread ppc-data-toruk
using the adwords api, it shows only may 2016 CampaignPerformance Do you know how I can get the data for prior to may 2016 as well? thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.c

Re: Objects relationships and dates

2016-05-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can find descriptions for all report types here . This page lists all the fields available for all reports. The mapping of AdWords Reports in

Re: CampaignPerformance

2016-05-11 Thread 'Joyce Lava' via AdWords API Forum
Hi, Please see list of date ranges available. You may also want to do a Custom date range with minimum and maximum dates desired. To do this, create the DateRange and set the min and max dates. Then set it in your

Re: New error starting last night: org.xml.sax.SAXException: Invalid element in com.google.api.ads.adwords.axis.v201601.cm.ExtensionSetting - ExtensionSetting.Type

2016-05-11 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, This fix is now live. I just tested it myself to confirm. If you're still experiencing this issue, please let me know so that I can follow up with engineering. Regards, Mike, AdWords API Team On Tuesday, May 10, 2016 at 10:03:30 AM UTC-4, Michael Cloonan (AdWords API Team) wrote: > > H

Re: CampaignService get always returning null with no error

2016-05-11 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Could you please provide SOAP XML request and response logs for above API call? Just click Reply privately to author in the forum when responding. Thanks, Umesh Dengale, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: http

Re: Exhausting Memory when using PHP

2016-05-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alan, You can try using smaller BatchJobs to avoid having to deal with large amount of data. You could also consider paging , so that you have some control over how much data you need to process at a t

Re: CampaignService get always returning null with no error

2016-05-11 Thread Martin Tierney
Hi, Thanks for the reply and sorry if this is a stupid question but I am new to the adwords api and i can't find in the docs how to capture the soap logs. Please can you tell me how to do this in .net? thanks a lot On Wednesday, 11 May 2016 18:55:04 UTC+1, Umesh Dengale wrote: > > Hello, > > Co

Re: CampaignService get always returning null with no error

2016-05-11 Thread 'Umesh Dengale' via AdWords API Forum
Hello, You could enable the logs for .NET client library by following these instructions . Thanks, Umesh, AdWords API Team.

Re: Is it possible to dynamically update a Customer Match audience?

2016-05-11 Thread Jeremie
Hi Shwetha, Thanks for the reply. It looks like I have to create a new CrmBasedUserList object each time, and upload the full list of emails. Am I right? In the various pages that deal w

Re: Programmatically Revoke OAuth Token

2016-05-11 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi James, You are correct that the current Ads PHP library does not support revoking a refresh token. We are in the process of rolling out a new and improved library that uses the Google Auth PHP library -- please see the related issue on github

Re: Is it possible to dynamically update a Customer Match audience?

2016-05-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jeremie, To add new emails to a CrmBasedUserList, use a selector like the one below to get the Id of the User List you want to update. Id Name

Re: CampaignService get always returning null with no error

2016-05-11 Thread Martin Tierney
Hi thanks again for the fast reply, getting the soap log was massively helpful. so it looks like the clientcustomerid is not being set correctly, it was still the management account number and not the actual account number. I am setting this by; (_user.Config as AdWordsAppConfig).ClientCustome

Re: CampaignService get always returning null with no error

2016-05-11 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Could you please check your application config file (App.config) for clientCustomerId? Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

Re: CampaignService get always returning null with no error

2016-05-11 Thread Martin Tierney
Thanks a LOT Umesh, you are my new favourite person. I needed to remove the customer id from my web config, I also needed to set the customer id before the campaign service was created, not just before the get call. On Wednesday, 11 May 2016 22:25:27 UTC+1, Umesh Dengale wrote: > > Hello, > >

Re: Programmatically Revoke OAuth Token

2016-05-11 Thread James Andrews
Hi Josh, That’s the problem if Google gives us a valid refresh token, unless it is expired/revoked when the user is brought through the re-authentication problem no additional refresh token is provided. Thank you for confirming that the library currently does not revoke access. The issue you

Re: Trying to get information from gclid

2016-05-11 Thread Ricky Cortopassi
When running the click performance report - Do you know how long it takes for the data for the gclid to be available via the API - What i mean is, would it be possible to fetch the additional data attached to the gclid shortly after the user arrives to the website ? On Tuesday, August 26, 201

Re: How to pull adwords data linked w/ specific clicks/conversions

2016-05-11 Thread Ricky Cortopassi
If a user comes to the website with a gclid, will the data be available via the API at that time, or is there a delay? On Monday, July 28, 2014 at 12:40:18 PM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > If you track the Google Click Id (*GclId*) then you can use the Click > Perf

Re: Percent Encoding of Custom Parameters

2016-05-11 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Dorian, For custom parameters, if they're used in a final URL and the final URL is used in tracking template then they're escaped with final URL So the list of escaped char depends on if {lpurl} or {escapedlpurl} is used. If they're used directly in the tracking template, they're not escaped