Re: Placement Performance Report - ID field null

2015-07-10 Thread Thanet Knack Praneenararat (AdWords API Team)
Hello Mark, AdWords script is not my expertise but I'm asking my colleagues for you. My guess is that it might be not so different between the script and the API. You may get 0 as an ID if you call getId() of

Re: [1-0964000007785] Unrecognized version of the AdWords API. Version given: v201502 Supported versions: ['v201402', 'v201406']

2015-07-10 Thread Stephen Coyne
Hi Mark, Thanks for this. My issue was I had different versions of Python and was using an older version for Adwords API but was upgrading my library in my default one. Solved this by creating a virtual environment and installing it there. Thanks for your help! Stephen *Stephen Coyne* On 8

To get data/values of Leads and CPL(Cost Per Lead).

2015-07-10 Thread Pravin Yadav
Hi, I taken data(fields it's values) using services and report also but in that i not getting two fields and its values i.e Leads and CPL(Cost Per Leads) fields. so please help me to get the same. Thanks Regards, Pravin Y. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Add sitelink in Bulk (Python API)

2015-07-10 Thread Anup Pathak
Hi i am using add_site_links.py for add sitelink in campaign, i would like to add these sitelink in bulk here is my example CAMPAIGN_ID = 'INSERT_CAMPAIGN_ID_HERE' def main(client, campaign_id): # Initialize appropriate services. campaign_extension_setting_service =

Re: Campaign Audience Exclusions in a Report

2015-07-10 Thread Michael Buetow
Thanks for the update Josh. On Friday, July 10, 2015 at 1:24:20 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: Hi Michael, Based on some experiments, I think you're correct -- it seems that the AUDIENCE_PERFORMANCE_REPORT is limited to *AdGroupCriterion*. However, I'm checking with

Uploaded Conversion not showing up even after 24 hours

2015-07-10 Thread Rao
Hi, We have uploaded the offline conversion via excel sheet and we got a message Successful. Its been 28 hours now, but I am not seeing any conversion. Can someone here help me why its not showing up? Thanks, Rao -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Can Anyone tell me how to integrate google adwords in asp.net C#?

2015-07-10 Thread Umesh Dengale
Hi Dhananjay, Glad to know that you are interested in using the AdWords API. As a first step, I suggest that you go through our sign up guide https://developers.google.com/adwords/api/docs/signingup, the OAuth 2.0 Authentication

Can Anyone tell me how to integrate google adwords in asp.net C#?

2015-07-10 Thread Dhananjay Kumar
Can Anyone tell me how to integrate google adwords in asp.net C#? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Use of text string 'ax' in an Ad Headline returning POLICY_ERROR

2015-07-10 Thread Anthony Madrigal
Hi Alan, Could you please *Reply privately to author *the headline of the text ad in which you are getting the error? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Auction Insights Data available through the API?

2015-07-10 Thread Hunter
We are currently pulling Impression Share from the KEYWORDS_PERFORMANCE_REPORT https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report#searchimpressionshare for keyword level data. In the UI, we are actually able to see how our Impression Share stacks up

Use of text string 'ax' in an Ad Headline returning POLICY_ERROR

2015-07-10 Thread Alan Coleman
Hello everyone, When attempting to create a TextAd with a headline that contains the string 'ax' or 'AX' I'm receiving the following policy error, which is a little odd because the TextAd doesn't contain any punctuation or symbols. Any help would be greatly appreciated. Many thanks An error

DESTINATION_URL_REPORT for final url

2015-07-10 Thread Emanuele Sacco
Hi all, after change from destination url to final url, is there a way to show those urls in the report DESTINATION_URL_REPORT ? Many thanks emanuele -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Auction Insights Data available through the API?

2015-07-10 Thread Anthony Madrigal
Hi Hunter, AdWords API currently does not support Auction Insights. Once it's available, we'll announce it on the blog and the release note. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

DESTINATION_URL_PERFORMANCE and final urls

2015-07-10 Thread Emanuele Sacco
Hi all, after change destination url to final url, how to have a report like DESTINATION_URL_PERFORMANCE grouped by final urls? many thanks emanuele -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Duplicate keywords created during manual keyword migration to upgraded URLs

2015-07-10 Thread Anthony Madrigal
Hey Chris, You could try to filter the destination URLs out by adding a predicate that says, 'WHERE CriteriaDestinationUrl = '. This should hopefully not include duplicate keywords. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: API Bidder software Multi-Token issue

2015-07-10 Thread Nadine Sundquist (AdWords API Team)
Greetings Előd, That sounds like a cool application. Based on what you've described, it sounds like your application is a good candidate for the OAuth 2.0 web flow https://developers.google.com/identity/protocols/OAuth2WebServer. We mention it

Re: Campaign Audience Exclusions in a Report

2015-07-10 Thread Anthony Madrigal
Hi Michael, Could you please give me some of your Campaign IDs you are trying to get back data from through *Reply privately to author?* Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

How to update dynamic display ads feed?

2015-07-10 Thread karl
Hi, We're trying to make dynamic display ads from a feed (coming from a google spreadsheet). The content in the spreadsheet would change frequently (and automatically) but for the AdWords display ads to update it seems like the only way to do it would be to edit the ad and click the update

Re: Need help with finalUrls and v201506

2015-07-10 Thread Umesh Dengale
Hello, You can retrieve final URL information using the AdGroupAdService. CreativeFinalUrls https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201506-AdGroupAdService field which will populate (Ad.finalUrls

Re: DESTINATION_URL_PERFORMANCE and final urls

2015-07-10 Thread Anthony Madrigal
Hi Emanuele, There is currently no *Final URL Performance Report *yet in AdWords API. Check our blog http://www.google.com/url?q=http%3A%2F%2Fgoogleadsdeveloper.blogspot.com%2Fsa=Dsntz=1usg=AFQjCNHwv1GKci0tmVJ317egsXhwEszqBw for any announcements regarding this update. Regards, Anthony

Re: Placement Performance Report - ID field null

2015-07-10 Thread Mark R
HiThanet, I had a follow-up question. As you have mentioned in the thread below - *'But possibly they are not returned by Selector due to the fact that they are not supposed to be added/deleted by users at first place.'* *A user can 'Exclude' automatic placements* from the Ad Words user

Some keywords with zero impressions are missing in KEYWORDS_PERFORMANCE_REPORT

2015-07-10 Thread dima
Hi, We run the following AWQL to get a relevant keywords statistics for specific day (May 10th in this example): SELECT Id, AdNetworkType1, Status, Device, CampaignId, CampaignName,CampaignStatus, AdGroupId,AdGroupName,AdGroupStatus, KeywordText, Impressions, Ctr, CpcBid,

Re: Remove all ad extensions from Campaign using Campaign Extension Setting Service

2015-07-10 Thread Umesh Dengale
Hi Rothana, To delete the Ad extensions for a campaign, you can use the CampaignExtensionSettingService https://developers.google.com/adwords/api/docs/reference/v201502/CampaignExtensionSettingService with REMOVE operator. You need to set only campaignId

Re: To get data/values of Leads and CPL(Cost Per Lead).

2015-07-10 Thread Umesh Dengale
Hi Pravin, Could you please provide more information (Screenshot from the AdWords Product side) on Leads and CPL(Cost per Leads) fields. That will help us find the fields in the AdWords API for you. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Campaign Audience Exclusions in a Report

2015-07-10 Thread Josh Radcliff (AdWords API Team)
Hi Michael, Based on some experiments, I think you're correct -- it seems that the AUDIENCE_PERFORMANCE_REPORT is limited to *AdGroupCriterion*. However, I'm checking with the reporting team and will get back to you once I have confirmation. As an alternative, you could use the