Re: error concerning 24 hours delay after posting

2016-06-06 Thread Karl Adler
Is there any possibility to push a conversions trough the API without waiting such a long time? (Doesn't needs to be a offline conversion) We would like to push it as soon as possible after the conversion has been done. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Recent SSL issues

2016-06-06 Thread Troy Rosenberg
Hi Anthony, Thank you for the response! I have updated the `HTTPClient` gem, a dependency of the `google-adwords-api` gem and we are now no longer seeing the error come up. I will report back if we see it come back up over night. Thank you! Troy On Monday, June 6, 2016 at 7:41:00 PM UTC-4,

Re: Recent SSL issues

2016-06-06 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Troy, We haven't heard any other reports of this issue happening. Are you still running into this issue? Has anything changed at your end with your server or with any updates? Please provide me with any additional info so that we can figure out what's going on. Thanks, Anthony AdWords API

Recent SSL issues

2016-06-06 Thread Troy Rosenberg
Starting at about 3:30 PM EST we began seeing interactions with the AdWords API fail with the following exception: HTTPI::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: tlsv1 alert protocol version Is anyone else experiencing this issue? Thank you, Troy

Re: Can not set trackingUrlTemplate for Biddable AdGroupCriterion

2016-06-06 Thread Антон Сычугов
I do not use googleads-python-lib. I have suds-jurko wrapped by tons of legacy code. понедельник, 6 июня 2016 г., 20:39:24 UTC+3 пользователь Josh Radcliff (AdWords API Team) написал: > > Hi, > > Could you also let me know which version of googleads-python-lib >

Re: Would AdWords API archive the old campaigns?

2016-06-06 Thread Peng Xi
I see. Thanks very much. On Monday, June 6, 2016 at 11:21:05 AM UTC-7, Anthony Madrigal wrote: > > Hi, > > AdWords API does not automatically archive old/unused campaigns. You will > need to do it on your own. You can use a Predicate >

Re: RESPONSE_SIZE_LIMIT_EXCEEDED : Maximum number of objects in google ad words (Location targets and ad extensions)

2016-06-06 Thread Karan Vohra
Thank you. Will do so! On Tuesday, May 31, 2016 at 6:29:51 AM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Karan, > > The reason you are encountering the RESPONSE_SIZE_LIMIT_EXCEEDED error > could be because of the limit of 150,000 results per request >

Re: Verification URL in reporting

2016-06-06 Thread 'Anthony Madrigal' via AdWords API Forum
Hey John, I am not entirely sure what you mean by verification URL. However, here is a list of all the fields and what reports contain them. Hopefully you can find what you are looking for there. Please let me know

Re: Would AdWords API archive the old campaigns?

2016-06-06 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, AdWords API does not automatically archive old/unused campaigns. You will need to do it on your own. You can use a Predicate to filter campaigns on some kind of criteria such as "Impressions = 0",

Re: Actual CPC for a clickid

2016-06-06 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Yes, that is correct. There is currently no way to get the actual CPC value, only the average. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Can not set trackingUrlTemplate for Biddable AdGroupCriterion

2016-06-06 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Could you also let me know which version of googleads-python-lib you are using? Thanks, Josh, AdWords API Team On Monday, June 6, 2016 at 4:49:00 AM UTC-4, Антон Сычугов wrote: > > I work with python3.5.0, suds-jurko 0.6. > With

Re: Shopping Performance: Search Term & Destination Urls

2016-06-06 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Akiko, Sorry, but I don't have any updates at this time on the AdWords API reports. Regarding the Merchant Center question, could you post that to the Content API group ? The Merchant Center/Content API experts there

Verification URL in reporting

2016-06-06 Thread John Bliss
I have mobile ads with Verification URL's present. I'm trying to figure out where those Verification URL's will appear in some/all of the following reports: https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report

Would AdWords API archive the old campaigns?

2016-06-06 Thread Peng Xi
As the increasing of the created campaigns, would the API automatically archive the old / stopped / removed campaigns, ad groups, etc.? If so, can I get the campaigns through the method SELECTOR? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: API WorksHow technical is technical?

2016-06-06 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Currently, the agenda of the workshop is not available and will be published soon on 2016 workshop website . Please go through the workshop agenda when it is available and you could decide. Regards, Umesh, AdWords API Team. --

Re: AdNetworkType1 and AdNetworkType2 filter zero-impressions in AD_PERFORMANCE_REPORT but documentation does not contain this information

2016-06-06 Thread Kurt Wheeler
Hi Paul, I'm not sure if the documentation has changed since your comment a few years ago but that documentation does not "state that including a Segment behavior field removes zero impression rows". Searching through that document for "segment" shows that the only time it is mentioned in the

Re: Getting AdGroup Performance report for Custom Date - Adwords API using Python

2016-06-06 Thread 'Umesh Dengale' via AdWords API Forum
Hello, You could use custom date range as - 'dateRange':,{'min':[startDate], 'max':[endDate]} Refer below example code. Please check out Reporting basics guide for more details. report = {

API WorksHow technical is technical?

2016-06-06 Thread jelle . vanderzwaag
Hello, I am currently working as a data analyst / data scientist and I use the Adwords API connection in R Studio. I analyze our accounts via this connection. The API itself is being administrated by our BI department. I was wondering if I should attend the technical workshop. My question:

Getting AdGroup Performance report for Custom Date - Adwords API using Python

2016-06-06 Thread Varun Dhall
Hello, I am using standard python script to retrieve the data from my ad-words accounts. Actually I want to fetch the data for a custom date like between '2016-06-01' to '2016-06-01' (-MM-DD) Its really confusing and unclear how to modify this existing sample script # Create report

Re: How to get feedItem campaigns

2016-06-06 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You could refer to this forum discussion for a possible workaround. Let us know if this helps. Cheers, Peter AdWords API Team -- --

Re: Can not set trackingUrlTemplate for Biddable AdGroupCriterion

2016-06-06 Thread Антон Сычугов
I work with python3.5.0, suds-jurko 0.6. With your example I have: *suds.TypeNotFound: Type not found: 'xsi_type'* пятница, 3 июня 2016 г., 22:14:11 UTC+3 пользователь Josh Radcliff (AdWords API Team) написал: > > Hi, > > I just tried to replicate the error you're encountering, but the request

Re: How to get feedItem campaigns

2016-06-06 Thread 'Peter Oliquino' via AdWords API Forum
Hello, Unfortunately, this is the only way since for multiple accounts, you will need to submit a separate report request for each of those accounts as discussed here . Regards, Peter AdWords API

Re: Actual CPC for a clickid

2016-06-06 Thread dilan . jayawardenehbtest
Hi Anthony, Thanks for your reply. So the API doesn't provide the Actual CPC value? Just average CPC? Thanks On Friday, June 3, 2016 at 9:13:00 PM UTC+1, Anthony Madrigal wrote: > > Hi, > > Cost information is not available on an individual click basis. You can > find Cost >

Re: How to get feedItem campaigns

2016-06-06 Thread Mindaugas Jankus
Hi, I think that this approach to heavy, I need to make this action for ~1000 clients who has ~1000 campaigns each. Is there any other way ? On Tuesday, May 31, 2016 at 9:23:35 PM UTC+3, Peter Oliquino wrote: > > Hi, > > You could get this information through the *FeedItemId* and *CampaignId*