Adwords API Radius Targeting.

2015-07-13 Thread MCC Test
Hello All, I am working on implementing the functionality to implement radius targeting.However I have few questions.In many threads I have seen that for proximity targeting you need to get the geo point latutude and longitude of specifc locations from *GeoLocationService* where you want to ta

Adwords API AdgroupExtensionSetting Service WRITE_ACCESS_DENIED Error

2015-07-13 Thread MCC Test
Hello All, >From Past few days I am getting error like *WRITE_ACCESS_DENIED* while posting new sitelinks via adwords api.I am using *AdGroupExtensionSettingService *to create new sitelinks under adgroups. "[Jul 14 2015 02:23:27.00 - ERROR] effectiveUser=xxx-xxx- service=AdGroupExtensi

How to Get Reach Estimate Through the API?

2015-07-13 Thread Kristopher Windsor
Hi, In the Adwords UI, "you can see an estimate of impressions available per week on the Google Display Network for your ad group" (see below link). https://support.google.com/adwords/answer/2475441?hl=en The above page says: "The estimates you see don't represent the actual traffic your ads w

Re: Cannot edit values in AdWords API Center

2015-07-13 Thread Umesh Dengale
Hello, Please contact to the AdWords API Compliance Team . If you have contacted them, then please wait for their response. The team can take up to two business days to reply to your inquiry. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~

Re: KEYWORDS_PERFORMANCE_REPORT not returning adgroup level negative keywords

2015-07-13 Thread Anthony Madrigal
HI, My suggestion is to add the predicate "IsNegative IN [true,false]". This should add all keywords regardless of whether they are negative or not. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlead

Re: Report Download failed

2015-07-13 Thread Umesh Dengale
Hello, Please fill out this form and team can take up to two business days to reply to your inquiry using that form. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Goo

Re: Uploaded Conversion not showing up even after 24 hours

2015-07-13 Thread Umesh Dengale
Hello, The summary of status will contain a link to "Download results". This link contains any error messages including a copy of your uploaded file. Please check any error messages exists and check out our *importing offline conversion guide

Re: Campaign Audience Exclusions in a Report

2015-07-13 Thread Josh Radcliff (AdWords API Team)
Hi Michael, I just received confirmation that this report will only show audience criterion set up via *AdGroupCriterion*. For *CampaignCriterion*, please use the CampaignCriterionService instead. I'l

Re: How to update dynamic display ads feed?

2015-07-13 Thread Umesh Dengale
Hello, You can manage your existing Feed-based ad extensions using the feed Service .However, the extension setting services are the currently preferr

Cannot edit values in AdWords API Center

2015-07-13 Thread Andy Wallace
I am trying to set up API access to AdWords, and cannot get past the first step in Account Settings->AdWords API Center. The first thing that gave me problems was the fact that I can't edit any of the fields on this form. No matter what I do, I get an error "Value is required":

Re: Some keywords with zero impressions are missing in KEYWORDS_PERFORMANCE_REPORT

2015-07-13 Thread Anthony Madrigal
Hello, Could you please *Reply privately to author* your CID as well as some keyword IDs that are missing from your reports? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ h

Re: AdWords Multiple Reports

2015-07-13 Thread Anthony Madrigal
Hello, I am glad to see you found a solution. Let me know if you run into any other issues. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAd

Re: Add sitelink in Bulk (Python API)

2015-07-13 Thread Anup Pathak
Hi Josh, thank you for your quick reply, i have written send multiple *CampaignExtensionSettingOperations* in a single CampaignExtensionSettingService.mutate call and it worked fine, Re

Re: SEARCH_QUERY_PERFORMANCE_REPORT "Added / Excluded" column

2015-07-13 Thread Anthony Madrigal
Hello, This is an AdWords API forum. Could you please repost your question on the AdWords Scripts forum? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

SEARCH_QUERY_PERFORMANCE_REPORT "Added / Excluded" column

2015-07-13 Thread panagiotis
Hello, Can i get all "None"(Added/Excluded column in AdWords) keywords via AdWords Script? If not how difficult is it for you to add the "Added / Excluded" column in "SEARCH_QUERY_PERFORMANCE_REPORT". Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Best practice for report downloading from multiple client accounts inside an MCC account

2015-07-13 Thread Josh Radcliff (AdWords API Team)
Hi Amit, Regarding Java, I don't have a sample program to do this, but the key point to remember is to make sure you are following the recommendations in our thread safety guide for Java . The basic setup would be as follows:

Re: Add sitelink in Bulk (Python API)

2015-07-13 Thread Josh Radcliff (AdWords API Team)
Hi Anup, The MutateJobService does not support *CampaignExtensionSettingOperations* -- see the list of operations supported in the mutate parameters

How to get Adwords Video Ads performance report as email attachment from scheduled report?

2015-07-13 Thread BAM - Girish Talluru
Hi There, I have scheduled video performance report from adwords to my email address.The report I'm getting is in link format, but I'm more interested in getting it as attachment so that I can read it using a script. Is there any way I can schedule a report which can send an attachment to the

Report Download failed

2015-07-13 Thread Pankaj Tiwari
I am using adword php api v201502 for downloading Keyword performance report but i am getting. Report download failed. Underlying errors are Type = 'QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED', Trigger = '', FieldPath = ''. error. I have signed terms and conditions also but still getting t

Re: KEYWORDS_PERFORMANCE_REPORT not returning adgroup level negative keywords

2015-07-13 Thread t . kieft
I also tried to set the includeZeroImpressions header to true, but that doesn't help either. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=

KEYWORDS_PERFORMANCE_REPORT not returning adgroup level negative keywords

2015-07-13 Thread t . kieft
tatus AdGroupStatus FinalUrls FinalMobileUrls Status NOT_EQUALS REMOVED CampaignStatus NOT_EQUALS REMOVED AdGroupStatus NOT_EQUALS REMOVED 20150712 201

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

2015-07-13 Thread Zweitze
Had that one too... In my case the violating word was a cigarette brand in the US - although the ad was targeted to a European country where they never heard of that brand, Google decided it was a violation. However, re-submitting the same ad with a request for an exemption does help. On Frid