Re: How do I set custom date range when downloading reports using adwords API dotnet client library.

2014-12-08 Thread Anu V Vivin
Please provide that link. On Monday, December 8, 2014 6:41:22 PM UTC+5:30, Anash P. Oommen (AdWords API Team) wrote: > > Hi Anu, > > I've answered your question on the other thread. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Saturday, December 6, 2014 3:37:58 AM UTC-5, Anu V Viv

Re: productsservices.csv-file not up to date

2014-12-08 Thread Josh Radcliff (AdWords API Team)
Hi Christian, Could I trouble you to provide some sample IDs? I think I've found the reason for the inconsistency, but I'll be able to confirm once I have some examples. Thanks, Josh, AdWords API Team On Monday, December 8, 2014 4:05:03 AM UTC-5, Christian H. wrote: > > Hi Josh, > > Do you hav

Adspygoogle sunset

2014-12-08 Thread GDZ
Hello, Python client library adspygoogle will be sunset on Jan. 5th, 2015. It's also said that "You can continue to use it while supported versions of the APIs are available...". Does that mean that it will still work after sunset date for some time? At least till all supported API versions w

Re: (500) Internal Server Error - CAMPAIGN_PERFORMANCE_REPORT

2014-12-08 Thread Michael Cloonan (AdWords API Team)
Hello, Are you consistently getting 500 errors when using UNKNOWN in the predicate? If so, I will file a bug with the team, as even if this is an error case, an HTTP 500 error is not the right way to indicate that. Regards, Mike, AdWords API Team On Monday, December 8, 2014 3:04:30 PM UTC-5, Z

Re: (500) Internal Server Error - CAMPAIGN_PERFORMANCE_REPORT

2014-12-08 Thread Zweitze
I found it. Apparently you cannot use value "UNKNOWN" for a predicate on Status. But I need those campaigns too. As I recall, when you leave out a predicate on Status, your results may get filtered on certain status values. This happened in the past (remember the 'automatic' filters on creative

Re: LocationCriterionService returns incorrect values for "CanonicalName" field

2014-12-08 Thread Josh Radcliff (AdWords API Team)
Hi, We've identified the source of the inconsistency and will look into fixing the *LocationCriterionService* in a future version so that it returns unique canonical names. We won't be changing the behavior in released versions (v201406 and v201409) since that would be a behavior change that c

Re: Upgraded url questions

2014-12-08 Thread Michael Cloonan (AdWords API Team)
Hello, Your tracking URLs should work with DSA so long as the URL meets the requirements presented here . Can you add more details on what it is exactly that you're trying to do with shopping campaigns so I can double check this interact

(500) Internal Server Error - CAMPAIGN_PERFORMANCE_REPORT

2014-12-08 Thread Zweitze
Hello, At development of the v201409 migration I noticed this error on a report of type CAMPAIGN_PERFORMANCE_REPORT. The error happened four times in a row (30 seconds interval), and never happened four times in a row on earlier versions. This is the report: https://adwords.google.com/ap

Re: How to pull individual reports for each account within an MCC

2014-12-08 Thread Stephen
Issue solved. In case anyone has this problem do the following: adwords_client.client_customer_id = 'my_client_customer_id' where 'my_client_customer_id' is a string of your client customer id. Thanks -- MVF Global is a trading name of Marketing VF Limited (MVF), a company registered in Engla

Re: Campaigns' placement performance updated only once daily?

2014-12-08 Thread Josh Radcliff (AdWords API Team)
Hi Anna, Yes, that's correct. For details on when different metrics are available please see this Help Center article . Thanks, Josh, AdWords API Team On Monday, December 8, 2014 11:09:21 AM UTC-5, Anna Nguyen wrote: > > I have a script

Campaigns' placement performance updated only once daily?

2014-12-08 Thread Anna Nguyen
I have a script that iterates through our campaigns and ad groups, finds placements that are "underperforming", and "remove" them (calls MutateJobService.mutate adding a NegativeAdGroupCriterion for each placement). The script runs hourly. The overwhelming majority of underperforming placemen

Re: Problem in creating dynamic search ads campaign settings using DynamicSearchAdsSetting

2014-12-08 Thread Josh Radcliff (AdWords API Team)
Hi, There is not a one-to-one mapping between the campaign sub type in the UI and the AdWords API. Campaigns created via the API have *All features* enabled. For a Dynamic Search Ads campaign, the important point is to set the *DynamicSearchAdsSetting* with a valid *domainName* as shown in our

Re: How to get refresh OAUTH2 refresh token for AdWords API

2014-12-08 Thread Josh Radcliff (AdWords API Team)
Hi, When you created your application in the Google Developers Console , which type of application did you specify? The code example is designed to work with an Installed/native application

Re: How to get Estimate Top of Page Bid for different locations

2014-12-08 Thread Josh Radcliff (AdWords API Team)
Hi, I'd recommend using the TrafficEstimatorService . See our Estimating Traffic guide for a full explanation/walkthroug

Re: INCOMPLETE_SIGNUP

2014-12-08 Thread Stacie Waleyko
Hello, Have you signed the API terms and conditions yet? https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError Heres an old thread where others where seeing the same INCOMPLETE_SIGNUP error: https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError A

Re: find the search terms that triggered a specific keyword with api?

2014-12-08 Thread Josh Radcliff (AdWords API Team)
Hi Yohans, You can get this information by running a SEARCH_QUERY_PERFORMANCE_REPORT where: 1. The fields list includes *KeywordId, KeywordTextMatchingQuery, Query, Impressions* 2. The predicate filters on

Re: The remote server returned an error: (400) Bad Request.

2014-12-08 Thread Josh Radcliff (AdWords API Team)
Hi, Please check your logs to get the full body of the SOAP fault, which will contain more information on the underlying cause of the failure. One thing to keep in mind is that when posting errors such as this, please also post your request after removing any sensitive information (see the foru

Re: How do I set custom date range when downloading reports using adwords API dotnet client library.

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Anu, I've answered your question on the other thread. Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, December 6, 2014 3:37:58 AM UTC-5, Anu V Vivin wrote: > > How do I set custom date range when downloading reports using adwords API > dotnet client library. > -- -- =~=~=~=~=~=

Re: Is there any simple concept tutorial to integrate Adwards API in PHP

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Naresh, I'd recommend reading the README for the library - https://github.com/googleads/googleads-php-lib/blob/master/README.md#getting-started Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, December 6, 2014 6:22:00 AM UTC-5, Naresh Kumar wrote: > > As i have invested my lot of

Re: Is this possible to login Adwards accont from a third party application and can access adwards data and can store in DB ?

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Naresh, Yes, AdWords API allows you to fetch your AdWords account data and store it locally in your database. There are several code examples that come along with the PHP library, but you'd want to start by reading the documentation at https://developers.google.com/adwords/api/. If you have

Re: Do we need to add the billing information for production account during the testing

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Ulfat, The error could mean one of the two things: 1. You are not using the developer token from your production account 333-332-3726 2. You haven't entered billing details and accepted AdWords API T&C on your production account 333-332-3726. It is fine to use ClientCustomerId as 247-901-47

Re: How to change display-Url in multiple adgroups ?

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Berry, 1. Display URL is ad's property, so there's no way to set this at campaign or adgroup level. 2. Trying to set Display URL doesn't throw an exception, and this is by design. I agree that this is not probably the best way to handle things. Cheers, Anash P. Oommen, AdWords API Advisor.

Re: Operations which can be executed in parallel without causing CONCURRENT_MODIFICATION error

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Tomas, Yes, you can. And if you get CONCURRENT_MODIFICATION, you can just retrying the call to see if it succeeds. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, December 8, 2014 3:36:02 AM UTC-5, Tomas Rimkus wrote: > > Can I do mutate operation on the same type criterions in two

Re: How to integrate custom date option on dotnet API?

2014-12-08 Thread Anash P. Oommen (AdWords API Team)
Hi Anu, Is it for reporting? If yes, you can set the dateRangeType to CUSTOM_DATE, and set dateRange.min an dateRange.max in mmdd format. Cheers, Anash P. Oommen, AdWords API Team. On Saturday, December 6, 2014 3:36:38 AM UTC-5, Anu V Vivin wrote: > > How to integrate custom date option on

Is this possible to login Adwards accont from a third party application and can access adwards data and can store in DB ?

2014-12-08 Thread Naresh Kumar
Hi, I am working on a project. This project has a lead tracking option. So my project has many users and every user has its own Google AdWords account. I want that a user will login from My Project and can access Google Adwards account data and that data i can store in my DataBase. Is this poss

Is there any simple concept tutorial to integrate Adwards API in PHP

2014-12-08 Thread Naresh Kumar
As i have invested my lot of time to understand the Adwards Api integration in PHP. Its very complex documented. Lot of fuzzy are there. Is there any Steps wise documentation to Integrate and use Adwards api. Please. Its very complex and fuzzy for a beginner as i am and very easy. Thankx -- -

INCOMPLETE_SIGNUP

2014-12-08 Thread ulfathussain . dpl . mcctestaccoun
Hi I have the following setup === MCC Production === email: ulfathussain.dpl@gmail.com account

Re: Problem in creating dynamic search ads campaign settings using DynamicSearchAdsSetting

2014-12-08 Thread surya sun
Hi , Please,Any Update on this . On Friday, December 5, 2014 5:56:15 PM UTC+5:30, surya sun wrote: > > Hi Ray Tsang , > I am also Getting same problem trying to add dynamic search campaign and > setting DynamicSearchAdsSetting object to the campaign setting but still > its saved as search ca

Do we need to add the billing information for production account during the testing

2014-12-08 Thread ulfathussain . dpl . mcctestaccoun
Hi I have the following setup. === I have an MCC account for production with the details Customer ID : 333-332-3726 Email Address : ulfathussain.dpl@gmail.com === I have an test MC

Re: productsservices.csv-file not up to date

2014-12-08 Thread Christian H.
Hi Josh, Do you have any news on this issue? Christian Am Dienstag, 21. Oktober 2014 16:25:43 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi Christian, > > Thanks for pointing this out. I'm following up with our documentation team > and will post here when I have an update. > > Cheers,

Upgraded url questions

2014-12-08 Thread Subramaniam S
Will Tracking template affect destination URL for Shopping Product groups and DSA ?? I know that assigning tracking Template wont affect destination url for keywords, creatives and sitelinks. Subra -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

Operations which can be executed in parallel without causing CONCURRENT_MODIFICATION error

2014-12-08 Thread Tomas Rimkus
Can I do mutate operation on the same type criterions in two different adgroups (same campaign) without getting DatabaseError.CONCURRENT_MODIFICATION error? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ htt

Zero values in Account performance report

2014-12-08 Thread Tomas Rimkus
Recently some of account performance reports started returning data with two values for the same date - one is correct one, the other with all fields set to zero. So, now some graphs look like this: