Dynamic Remarketing - Is it Possible Via the API

2015-07-31 Thread Rohit Palmurkar
Hi We are trying to create a dynamic Remarketing Campaign via the API and are facing some issues. 1. Is it possible to enable Dynamic Ads for a particular campaign via the API? Can creation of a dynamic remarketing campaign be possible via the API? 2. What are the operations that can be done

Adwords_Redirect URL param effect on final URL system

2015-07-31 Thread Vignesh Subbiah
Hi Team, This is a follow up question from Content API forum https://developers.google.com/shopping-content/forum/?place=topic%2Fgoogle-content-api-for-shopping%2FDBDAAkwurFc%2Fdiscussion When the adwords_redirect URL has params like {targetid} {placement} {loc_physical_ms} {loc_interest_ms}

API не работает

2015-07-31 Thread Анна Турчик
При попытке получить частотность, выдает ошибку class 'suds.WebFault' suds.sax.document.Document object at 0x7f96976d39b0 В чем может быть проблема? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

API выдает ошибку

2015-07-31 Thread Анна Турчик
Добрый день. При попытке собрать частотность, выдает ошибку class 'suds.WebFault' suds.sax.document.Document object at 0x7f96976d39b0 В чем может быть проблема? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Problem adding YouTubeVideo Placements v201502+

2015-07-31 Thread Michael Cloonan (AdWords API Team)
Hello, I received the private message and am looking into this issue. I will respond there when I have something to share. Regards, Mike, AdWords API Team On Thursday, July 30, 2015 at 2:55:50 PM UTC-4, scorde...@guptamedia.com wrote: I've sent a private message. Let me know if you have not

Re: DESTINATION_URL_REPORT erroneously returning empty reports

2015-07-31 Thread GregT
Sorry, meant to say that it returns no rows for shopping campaigns, rather than the destination URL field being blank (I was thinking of a different report - the search query performance report). But, again, it'd be really helpful for the FINAL_URL_REPORT to work for shopping campaigns.

AWQL query

2015-07-31 Thread gszkudlarek
Hello, I'm trying to get data about ads in a group, using the .NET library. I have two questions : 1 - When I want to filter data in a query using a SELECT clause, all fields are systematically retrieved (not only the specified fields). Why ? Example : // status, approvalStatus, adGroupId, ...

Can't get the finalUrl

2015-07-31 Thread gszkudlarek
Hello, I'm trying to get data about ads in a group, using the .NET library and I have two questions : 1 - When I want to filter data to retrieve in a query using a SELECT clause, all fields are systematically retrieved. Why ? Example : // With this query, status, approvalStatus, adGroupId,

Changing the settings API

2015-07-31 Thread Анна Турчик
Good afternoon. The script , written by our programmer (who receives information about the frequency of requests) previously worked normally. Now an error class 'suds.WebFault' suds.sax.document.Document object at 0x7f96976d39b0 Did you have to change the settings ? -- --

Get data using AWQL

2015-07-31 Thread gszkudlarek
Hello, I'm trying to get data about ads in a group, using the .NET library. I have two questions : 1 - When I want to filter data in a query using a SELECT clause, all fields are systematically retrieved (not only the specified fields). Why ? Example : // status, approvalStatus, adGroupId, ...

AWQL query

2015-07-31 Thread gszkudlarek
Hello, I'm trying to get data about ads in a group, using the .NET library. I have two questions : 1 - When I want to filter data in a query using a SELECT clause, all fields are systematically retrieved (not only the specified fields). Why ? Example : // status, approvalStatus, adGroupId, ...

Re: Account-wide IpBlock Criterion

2015-07-31 Thread Umesh Dengale
Hello, In the AdWords API, criteria could be created at Campaign(CampaignCriterion https://developers.google.com/adwords/api/docs/reference/v201506/CampaignCriterionService.CampaignCriterion) and AdGroup(AdGroupCriterion

Re: ExceptionInInitializerError

2015-07-31 Thread The Phantom
I have finally arrived at a workable set of jars. Problem solved. Hopefully this list will help others who are attempting to work with v201502. activation-1.1.jar ads-lib-1.38.0.jar ads-lib-axis-1.38.0.jar adwords-axis-1.38.0.jar aopalliance-1.0.jar asm-1.0.2.jar asm-3.3.1.jar

Re: ExceptionInInitializerError

2015-07-31 Thread The Phantom
The trick was to use the following dependencies in a pom.xml file, and then use Maven to generate a web archive file. The resulting war file contained everything I needed. dependency groupIdcom.google.api-ads/groupId artifactIdadwords-axis/artifactId

Re: Has upgradeUrl method stopped working?

2015-07-31 Thread Eternal Fool
Messaged. Facing another issue. During migration I was checking if an ad has a finalUrl by using if(null != adGroupAd.getAd().getFinalUrls() adGroupAd.getAd().getFinalUrls().length 0) finalUrl = adGroupAd.getAd().getFinalUrls()[0] A

CampaignService, clicks, CPC, IMP, Cost, Converted clicks, Impressions,

2015-07-31 Thread jonathan
I'm trying to get clicks for Campaigns. I'm developing an IOS Applications that shows campaigns, Adgroups, keywords and Ads from your adword account, The problem is that I don't know how to get the clicks and the data I put in the title of the question, In some places use in the selector of

Re: Changing the settings API

2015-07-31 Thread Umesh Dengale
Hello, Could you provide SOAP request and response logs? It will help us to look into more details. Just click Reply privately to author in the forum when responding. Don't forget to remove the developer token in the output. Regards, Umesh, AdWords API Team. -- --

Downloading Campaigns reports from multiple Clients managed by an MCC

2015-07-31 Thread Pedro Devoto
Hi. I'm developing an app for an MCC. We need to download YESTERDAY reports on an hourly basis. Why on an hourly basis? Because we work with multiple APIs and it is the best approach we found to avoid possible errors and to be sure that we are getting the most up to date consolidated

Re: ExceptionInInitializerError

2015-07-31 Thread Anthony Madrigal
Hello, I am glad to hear that your issue has been resolved! Please let us know if you run into any issues in the future. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Downloading Campaigns reports from multiple Clients managed by an MCC

2015-07-31 Thread Anthony Madrigal
Hi Pedro, Since some data fields only update once a day https://support.google.com/adwords/answer/2544985?hl=en, I do not think it will be necessary to run a report for each account every hour. I would suggest filtering your reports as much as possible, such as adding the predicate

Re: Changing the settings API

2015-07-31 Thread Анна Турчик
Hello In your API Adwords nothing happened last week ? We had yesterday in a private office message is consistent with the new rules in order to continue to use Adwords api, we agree with that rules ... the day went , but the error remains ... it can be connected? 2015-07-31 21:30 GMT+03:00

Re: Setting up Dynamic Remarketing campaign using API

2015-07-31 Thread Umesh Dengale
Hello, In the AdWords API, you can maintain the Feeds, FeedMappings and FeedItems of Dynamic Remarketing ads on the Display Network. Check out our Dynamic Remarketing guide https://developers.google.com/adwords/api/docs/guides/dynamic-remarketing. Thanks, Umesh, AdWords API Team. -- --

Re: CampaignService, clicks, CPC, IMP, Cost, Converted clicks, Impressions,

2015-07-31 Thread Anthony Madrigal
Hi Jonathan, You should be able to get the data from all of the fields you want by running a Campaign Performance Report https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report. For more information regarding reporting, please visit our Reporting guide

Re: Can't get the finalUrl

2015-07-31 Thread Anthony Madrigal
Hello, Could you please *reply privately to author *your SOAP XML request and response? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Setting up Dynamic Remarketing campaign using API

2015-07-31 Thread Kunal Parekh
Hi Takeshi, is the following now available via api? 1. Enable Dynamic Remarketing and link the Google MCC account with the campaign. Ritesh, were you able to create dynamic remarketing campaigns via api? On Tuesday, 19 November 2013 10:14:04 UTC+5:30, Takeshi Hagikura (AdWords API

Re: api for getting info using gclid

2015-07-31 Thread Pankaj Pandey
Hi Josh, Is it possible to get referral url ( URL from user came to my website after clicking ad ) from gclid. i have tried URL PERFORMANCE REPORT but there is no gclid field there to get fetch one unique URL. Thanks in advance On Friday, June 13, 2014 at 8:55:51 PM UTC+5:30, Josh Radcliff

Re: CampaignService, clicks, CPC, IMP, Cost, Converted clicks, Impressions,

2015-07-31 Thread jonathan
Thanks for the answear, I can use this service for the clicks of adgroups, keywords and ads ? El viernes, 31 de julio de 2015, 14:55:22 (UTC-5), Anthony Madrigal escribió: Hi Jonathan, You should be able to get the data from all of the fields you want by running a Campaign Performance