Summarized reports don't match with time span report?

2015-08-06 Thread Danil Fartushnyy
Hi. Every midnight I retrieve data from adwords for passed day and store in database. Today I've found out that summarizing stored daily stats don't match with data received for time span from AdWords. That is sum($this-getStats($adwords_id, '20150622', '20150623'),

Re: Summarized reports don't match with time span report?

2015-08-06 Thread Anthony Madrigal
Hi Danil, Could you please *reply privately to author *with your CID, the report results from your database and also from AdWords? It would also help if you could provide IDs of where these discrepancies are occurring. Thanks, Anthony AdWords API Team -- --

Re: Incorrect Namespaces in Google.Api.Ads.AdWords.v201506.ReportDefinition

2015-08-06 Thread Nadine Sundquist (AdWords API Team)
Hello Dan, Bejan, and Matt, The fix https://github.com/googleads/googleads-dotnet-lib/issues/48 is available. Hopefully, you've already picked it up. Thanks again for being so helpful in reporting this. Cheers, Nadine, AdWords API Team On Monday, July 6, 2015 at 3:41:49 PM UTC-4, Umesh

Re: DESTINATION_URL_REPORT erroneously returning empty reports

2015-08-06 Thread GregT
Hi, Umesh. I just sent you an email with an example request. Thanks, Greg On Thursday, August 6, 2015 at 1:08:25 PM UTC-5, Umesh Dengale wrote: Hi Greg, Could you provide HTTP request for the report definition and their customer ID? Just click *Reply privately to author* in the forum when

Re: Changing a custom label for a SKU via the Python API?

2015-08-06 Thread pedro . pupo
Thanks for the reply! I shouldn't have said labels, tho - what I mean is a CustomAttribute dimension - we just call them 'labels' internally. I want to change the value of a single dimension while keeping everything else intact. Sorry for the confusion! On Thursday, August 6, 2015 at 1:49:41

Re: Update/Create TemplateAd

2015-08-06 Thread Hazar Hayat
Thanks for your reply I have the following statement in my code. Ad newAd = templateAdNew; I am not sure about the exact solution for creating copy of template ads if you can help me on this. Thanks On Thursday, August 6, 2015 at 9:16:01 PM UTC+5, Anthony Madrigal wrote: Hi Hazar, From

Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-06 Thread Thanet Knack Praneenararat (AdWords API Team)
Hi Kio, Sorry that I can answer questions in English. It seems you're trying to modify the attributeValues https://developers.google.com/adwords/api/docs/reference/v201502/FeedItemService.FeedItem#attributeValues field of FeedItem

Re: INVALID_TOKEN_HEADER

2015-08-06 Thread Nooni
Hi Anthony, Thank you for your assistance. We could set up properly. Thank you again. On Wednesday, August 5, 2015 at 9:49:55 PM UTC+7, Anthony Madrigal wrote: Hi Nooni, I noticed that your SOAP XML request has an invalid field in the *developerToken* tag. Please use your developer

[C#] TargetingIdeaService

2015-08-06 Thread Benjamin Thys
Hey, i'm hitting a wall atm with this api I need to retreive some average monthly searches call with a list of keyword i picked up the example on the documentation for the targeting idea services the problem is the soap response is always at 0 and dont know why (i dont use a test account)

Targeting idea service c#

2015-08-06 Thread Benjamin Thys
Hey, i'm hitting a wall atm on the targeting idea service I need to retreive the average monthly searches on some keyword i've already make some try but im totally new here the problem is that soap response return 0 anytime Here is my c# code : http://pastebin.com/11DF7P3g and here is my

Update/Create TemplateAd

2015-08-06 Thread Hazar Hayat
We have a requirement to update the final url of the template ads to add a tracking code to the url, but we are facing issue to create a copy of the existing ads with updated final URL. We are updating ads with templateId equals to 486. AdGroupAdPage page = adGroupAdService.get(selector);

Re: Changing a custom label for a SKU via the Python API?

2015-08-06 Thread Anthony Madrigal
Hello Pedro, You could use the *AdGroupCriterionService *to update the labels of your product partition https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupCriterionService.AdGroupCriterionLabel. It should not affect the dimensions or the product tree. Cheers, Anthony

Re: Failed to get authToken. Reason: Unknown SSL protocol error in connection to accounts.google.com:443

2015-08-06 Thread Anash P. Oommen (AdWords API Team)
Hi Will, Could you pls open an issue at https://github.com/googleads/googleads-php-lib/issues? I'll ask the client library owner to follow up with you. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, August 5, 2015 at 9:01:11 AM UTC-4, Will wrote: Hi there, I know this is an

Re: DESTINATION_URL_REPORT erroneously returning empty reports

2015-08-06 Thread Umesh Dengale
Hi Greg, Could you provide HTTP request for the report definition and their customer ID? Just click *Reply privately to author* in the forum when responding. Don't forget to remove the *developer token* and an *OA**uth2 headers* in the output. Thanks, Umesh, AdWords API Team. -- --

Re: Targeting idea service c#

2015-08-06 Thread Anthony Madrigal
Hi Benjamin, Unfortunately, I cannot see your SOAP request and response. Could you please send me them through *Reply privately to author*? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Changing a custom label for a SKU via the Python API?

2015-08-06 Thread pedro . pupo
Hello! we have a custom product partition tree set up at our account with a custom label as the biddable unit node. We use an internal proccess to change this custom label based on past product performance; however, though the data extraction and calculation of the new custom label value is

Re: Update/Create TemplateAd

2015-08-06 Thread Anthony Madrigal
Hi Hazar, From your code, I notice that you are setting *textadGroupAd.ad = newAd. *However, I do not see newAd declared anywhere and you will want to set *textadGroupAd.ad = templateAdNew.* If you are still getting this error, could you please *reply privately to author *your CID and the Ad

Re: Targeting idea service c#

2015-08-06 Thread Benjamin Thys
My soap request : http://puu.sh/jriOp/3cb8d1fc1a.png My soap response : http://puu.sh/jriUV/9e702751de.png Le jeudi 6 août 2015 14:59:00 UTC+2, Benjamin Thys a écrit : Hey, i'm hitting a wall atm on the targeting idea service I need to retreive the average monthly searches on some keyword

Re: Targeting idea service c#

2015-08-06 Thread Benjamin Thys
Ive wrote an another thread with corrent link (forgot to hide something) Le jeudi 6 août 2015 16:16:23 UTC+2, Anthony Madrigal a écrit : Hi Benjamin, Unfortunately, I cannot see your SOAP request and response. Could you please send me them through *Reply privately to author*? Thanks,