Re: Python ValueError: check_hostname needs a SSL context with either CERT_OPTIONAL or CERT_REQUIRED

2015-06-30 Thread Jarad Collier
Thanks for that very helpful reply. I installed the googleads library via yesterday using: pip install googleads That installed all the dependencies at that time. If I do: pip install httplib2 --upgrade It returns: Requirement already up-to-date: httplib2 in c:\python34\lib\site-packages The

Re: Problems setting FinalUrls values on keywords

2015-06-30 Thread HK
Josh, Wanted to add some clarifications to the above. After playing with this some more, it appears that if deleting a product partition and then recreating it again (going from unit to subdiv), the APIs don't accept having different custom parameters for the two, even though they don't have t

Re: Problems setting FinalUrls values on keywords

2015-06-30 Thread HK
Hi, Josh I'm still trouble-shooting this, but I just reproduced the error and captured the request ID - 000519c3d3f0bd000abf2547680fa3a5. Now, while doing this, I noticed that the request has ... true Taking that out, resolves the issue for me. So it seems to be related to custom parameters a

Re: Tracking paid search impressions

2015-06-30 Thread Umesh Dengale
Hi Sagnik, Above mentioned fields could be retrieved using the KEYWORDS_PERFORMANCE_REPORT except Location, Time of Day fields. However, the Report has Date

Re: Problems setting FinalUrls values on keywords

2015-06-30 Thread Josh Radcliff (AdWords API Team)
Hi Hans, Thanks for posting these details. Do you happen to have the *requestId* from one of your requests that failed? I've tried to replicate this issue in my test account, but the request succeeds every time. Cheers, Josh, AdWords API Team On Monday, June 29, 2015 at 7:50:42 PM UTC-4, HK wr

Re: Problems with finalUrls in SiteLinks

2015-06-30 Thread Anthony Madrigal
Hello, Have you tried using one of the *ExtensionSettingServices* such as the CampaignExtensionSettingService ? The services allow you to create sitelinks* without *having to use a feed first. Ou

Re: KeywordText field not being permitted in v201502 reporting requests

2015-06-30 Thread Alexander Cavalli
Nevermind. This appears to be a bug with the ruby gem, which recently released v0.15.2. That version is causing this error; 0.15.1 is still working properly. I'll file an issue on the github repo issue list. On Tuesday, June 30, 2015 at 1:37:29 PM UTC-5, Alexander Cavalli wrote: > > It looks li

KeywordText field not being permitted in v201502 reporting requests

2015-06-30 Thread Alexander Cavalli
It looks like as part of the v201506 API the KeywordText field was removed from some reporting endpoints The KeywordText,PlacementUrl, and UserListIdfields were removed since they > were duplicates of the Criteriacolumn. I am still using the v201502 API, but I am now getting errors like this

Re: Will destination urls work after July 1?

2015-06-30 Thread Danial Klimkin
Hello Alexander, To confirm, yes, it's (3). We don't have a date set yet, this will be announced once the auto-migration is finished. -Danial, AdWords API Team. On Tuesday, June 30, 2015 at 3:13:58 PM UTC+2, Alexander Nitschke wrote: > > Hello, > > I'd like to point out that this thread is s

Re: Python ValueError: check_hostname needs a SSL context with either CERT_OPTIONAL or CERT_REQUIRED

2015-06-30 Thread Michael Cloonan (AdWords API Team)
Hello, I just checked with the maintainer of the Python library, and here's what he had to say: "I do see this issue pop up every so often for users who install the library for the first time. A clean install usually fixes it. I suspect they are picking up an old version of the httplib2 library

Re: How do I filter out keywords where FinalURL is blank/empty?

2015-06-30 Thread Michael Cloonan (AdWords API Team)
Hello, I actually did a little more research, and STARTS_WITH type filters should also work for this, as long as you only have a single URL. I believe if there are multiple URLs in the list, then it will concatenate them before applying the filter, which would also work if you're just looking f

Re: How do I filter out keywords where FinalURL is blank/empty?

2015-06-30 Thread Michael Cloonan (AdWords API Team)
Hello, Your initial approach is correct. I just tested this, and you can use EQUALS and NOT EQUALS with :values set to [''] to find ads with no final URLs or that have final URLs, respectively. Regards, Mike, AdWords API Team On Monday, June 29, 2015 at 6:26:13 AM UTC-4, Temla wrote: > > Hi, h

Re: Sitelinks upgraded URLS

2015-06-30 Thread Josh Radcliff (AdWords API Team)
Hi, Do you have the *requestId* from the SOAP response for a request where you encountered the *INVALID_URL* error? If so, please send that over so I can investigate further. Thanks, Josh, AdWords API Team On Tuesday, June 30, 2015 at 10:11:32 AM UTC-4, Francesco Della Vedova wrote: > > Hello

Re: Priority on field adds to API

2015-06-30 Thread Michael Cloonan (AdWords API Team)
Hello, You can do all of these via the API already: - Location targeting - Language - ContentLabel

Re: Keywords received via the API do not show up in the adwords interface

2015-06-30 Thread Umesh Dengale
Hello, The campaign Id (33841137) is not associated with any campaign. Please provide the campaign Id which will help us to take a deeper look. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevel

Traffic estimation for mobile app campaign

2015-06-30 Thread artem . bikov . ingate
Hello. I'm looking for api to get traffic estimation for mobile app installs campaign. I can't use TrafficEstimationService, because I don't have keywords. How I can get estimation? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsde

Re: AdCustomizer FeedService - Update latest feeditem

2015-06-30 Thread Michael Cloonan (AdWords API Team)
Hello, If you don't want to remove the old feed item after adding the new one, your other option is to simply modify the old one in place so that it has the new values. If multiple feed items match a given ad, then there is no guarantee which will serve. In order for you to have the correct on

Python ValueError: check_hostname needs a SSL context with either CERT_OPTIONAL or CERT_REQUIRED

2015-06-30 Thread Jarad Collier
I am using Python 3.4.2. I am attempting to run Adwords API Python 3 examples : adwords_python3_examples_3.4.1\v201502\reporting\download_criteria_report_as_string.py I have set up my googleads.y

Tracking paid search impressions

2015-06-30 Thread krishnan . ramaswami
Hi, Can I get a report of every impression that I got? I'd like a report like this: A row for every impression that tells me: 1. Keyword 2. Ad Copy (Ad ID) 3. Time of Day 4. Day of Week 5. Location 6. Ad position 7. Bid 8. Clicked? 9. Converted (conversion tracking is enabled)

Re: AdCustomizer FeedService - Update latest feeditem

2015-06-30 Thread Gal Ouz
Thanks Michael for the answer. However i think it necessary feature to defined to ads which feed it should select, think about our scenario on which we want to continuously provide price feeds, and having to delete old feeds is just overhead for us as it required us to monitor the relation betw

Re: Sitelinks upgraded URLS

2015-06-30 Thread Francesco Della Vedova
Hello Anthony, the service is the CampaignExtensionSettingService, the url works fine with 'sitelinkUrl', in fact I'm just upgrading due to the deprecation. All im doing is moving the url from 'sitelinkUrl' to 'sitelinkFinalUrls'. Is this a possible bug? On Tuesday, June 30, 2015 at 3:38:29 PM

Re: AdCustomizer FeedService - Update latest feeditem

2015-06-30 Thread Michael Cloonan (AdWords API Team)
Hello, If more than one feed item match in a given situation, there is no guarantee which one will be selected. In this case, the first one you uploaded still matches the ad, and is being selected over the second. In order to solve this issue, you must remove the first feed item to make sure t

Re: Sitelinks upgraded URLS

2015-06-30 Thread Anthony Madrigal
Hi, Could you try using *sitelinkUrl *instead of *sitelinkFinalUrls*? The URL you provided should not be giving an error. Also, please make sure you are using the CampaignExtensionSettingService .

Re: Will destination urls work after July 1?

2015-06-30 Thread Alexander Nitschke
Hello, I'd like to point out that this thread is specifically about *ineligible destination urls* (which also is the only interesting use case here). So I really doubt your answer as the "but only" part should be the total part of the question, no? So "Mostly (3)" should be "All (3)", or? Or do

Re: Video Ads - How to pull metrics from Adwords API.

2015-06-30 Thread Zweitze
Thank you Chip! I can confirm it works for me. And you don't need to know the name of the Youtube campaign: leave out the filter and you get all campaigns - online and video campaigns. I also noticed you get the video campaigns when IncludeZeroImpressions is set to True. Can someone from Adword

Tracking paid search impressions

2015-06-30 Thread Sagnik
Hi, Can I get a report of every impression that I got? I'd like a report like this: A row for every impression that tells me: 1. Keyword 2. Ad Copy (Ad ID) 3. Time of Day 4. Day of Week 5. Location 6. Ad position 7. Bid 8. Clicked? 9. Converted (conversion tracking is enabled)

Re: Ads with Ad Customizer are not serving

2015-06-30 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi, I've been informed by the engineering team that this has been fixed. Please let me know in case you still face this problem. Best, Thanet, AdWords API Team On Tuesday, April 21, 2015 at 10:38:37 PM UTC+9, Sandro Lazarić wrote: > > Hi, > > we created ads with customizers on 2 type campaigns "

Re: Will destination urls work after July 1?

2015-06-30 Thread Shashwat Suman
Thanks Danial, Is there a date for destination url deprecation? On Tue, Jun 30, 2015 at 4:24 PM, Danial Klimkin < adwordsapiadvisor+dan...@google.com> wrote: > Hello, > > > Mostly (3), but only for the ads that were not auto-migrated for some > reason. The auto-migrated ads will continue serving

Re: Problems with finalUrls in SiteLinks

2015-06-30 Thread kvizenko
Fix urls, but not work ( http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201502";> 5211710030 *** Aori-ru-PHP-adwords-lib (AwApi-PHP/6.0.0, Common-PHP/6.0.0, PHP/5.5.9-1ubuntu

Priority on field adds to API

2015-06-30 Thread Chris Middings
We're looking to adjust settings for these fields through the API and wonder if others also want to get these into the queue: Locations - e.g., people in my targeted location Language - e.g., English Site category options to exclude - e.g., Death and tragedy Frequency Caps -- -- =~=~=~=~=~=

Sitelinks upgraded URLS

2015-06-30 Thread Francesco Della Vedova
Hi, I'm trying to upload sitelinks with upgraded urls via ExtensionSettingsService. the operation looks something like the following (python) 'campaignId': CAMPAIGN_ID, 'extensionType': 'SITELINK', 'extensionSetting': { 'extensions': [{ 'xsi_type'

Re: Will destination urls work after July 1?

2015-06-30 Thread Danial Klimkin
Hello, Mostly (3), but only for the ads that were not auto-migrated for some reason. The auto-migrated ads will continue serving without interruption. -Danial, AdWords API Team. On Tuesday, June 30, 2015 at 11:19:32 AM UTC+2, Eternal Fool wrote: > > *We would like to remind you that as previ

Re: get keyword match Type in v201306 using targeting idea service

2015-06-30 Thread Danial Klimkin
Hello Eric, You are responding to a 2 years old thread. I am closing it to avoid spam of the original topic participants. Please start a new thread describing your issue. -Danial, AdWords API Team. On Monday, June 29, 2015 at 5:27:55 PM UTC+2, Eric Berry wrote: > > I have tried this with AP

Will destination urls work after July 1?

2015-06-30 Thread Eternal Fool
*We would like to remind you that as previously announced , destination URL fields in AdWords will become read-only on July 1, 2015. Starting on that date, we will also begin upgrading your URLs (if eligible) to

AdCustomizer FeedService - Update latest feeditem

2015-06-30 Thread Gal Ouz
Hi We are currently working with customize ads, creating small app (that will run from our server) which create and update feeds in order to dynamic update our ads (item price and other property of our in sell items) . However i'm getting into some difficultly which i need your advise. I want th