Re: CampaignService - field AdvertisingChannelSubType isn't specified

2018-01-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi George, Yes, as seen in the documentation of the 201710 version of the AdWords API, the AdvertisingChannelSubType is still supported. In order to better investigate the issu

CampaignService - field AdvertisingChannelSubType isn't specified

2018-01-11 Thread nsstudiosu
Hello there! Recently we've faced with situation, that field AdvertisingChannelSubType doesn't returned, while working via CampaignService. These field was always specified in our 'GET' requests and we didn't changed API version since 201708, it worked well till 4th quarter 2017. According to AP

CampaignService - field AdvertisingChannelSubType isn't specified

2018-01-11 Thread nsstudiosu
Hello there! Recently we've faced with situation, that field AdvertisingChannelSubType doesn't returned, while working via CampaignService. These field was always specified in our 'GET' requests and we didn't changed API version since 201708, it worked well till 4th quarter 2017. According to AP

Re: How to generate csv with awql report?

2018-01-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ken, My apologies for not noticing earlier. You will need to remove the "getAsString()" code as this allows the user to download the report as a string object instead of an actual file. Let me know if this helps. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to generate csv with awql report?

2018-01-11 Thread Ken Dan Tinio
No it doesn't generate any file. it just return text, not in array. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to generate csv with awql report?

2018-01-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ken, Running this PHP example should already generate a report in CSV format. You may specify the type of the report using the "DownloadFormat::CSV" part of the code. You

Re: Adwords cost : precision problem

2018-01-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Chaitanya, All metrics with Money type like the Cost metric of Campaign Performance Report

Re: Where to find the documentations for setFields for setReportType?

2018-01-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ken, You are correct, the Id attribute is not a valid attribute in the Campaign Performance Report. You can use the CampaignId attribute instead. Please check this link

Adwords cost : precision problem

2018-01-11 Thread Chaitanya Phani
Hi, I pulled all the campaigns and their metrics by using Python API. I uploaded into database and when I calculated Sum, numbers are matching but precision is not. Example : cost in UI: 567.87 it is retrieving as 56787. Please let me know why The following code I used to pull the data.

Where to find the documentations for setFields for setReportType?

2018-01-11 Thread Ken Dan Tinio
Like for example *'CampaignId', 'AdGroupId', 'Id', 'Criteria', 'CriteriaType', 'Impressions', 'Clicks', 'Cost'* this fields are for *ACCOUNT_PERFORMANCE_REPORT* but when I tried to change it to *CAMPAIGN_PERFORMANCE_REPORT *it gives me an error Details: [fieldPath: ; trigger: Id; errorString:

How to generate csv with awql report?

2018-01-11 Thread Ken Dan Tinio
Download a criteria performance report with AWQL Reference: https://developers.google.com/adwords/api/docs/samples/php/reporting#download-a-criteria-performance-report-with-awql This is my code: *public static function runExample(AdWordsSession $session, $reportFormat) * *{* *//

Re: googleads.errors.AdWordsReportBadRequestError: Type: RateExceededError.RATE_EXCEEDED

2018-01-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Chaitanya, With one API call, you will be able to pull all campaigns of one client customer Id. But pulling all campaigns for a list of client customer ids in one API call is not possible. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: googleads.errors.AdWordsReportBadRequestError: Type: RateExceededError.RATE_EXCEEDED

2018-01-11 Thread Chaitanya Phani
is there a way I can pull all campaigns in a single API call instead of looping customer client ids? Thanks, Chaitanya On Thursday, January 11, 2018 at 1:39:02 PM UTC-5, Sreelakshmi Sasidharan (AdWords API Team) wrote: > Hi Chaitanya, > > You are right. It looks like you have exhausted the da

Re: Google Adwords API java -> Exception in thread "main" AxisFault

2018-01-11 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, There are tools for updating your certificate store, but I would definitely check with your system administrator before doing so. Chances are that they have a process in place for keeping certificates up to date that's more reliable than manually importing specific certificates. Thanks, Jo

Re: Un-remove Ad

2018-01-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi John, Once the Ads are removed, it is not possible to enable it again. You will have to create a new Ad with the same settings as the removed Ad and set the status of the new Ad as Enabled. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: googleads.errors.AdWordsReportBadRequestError: Type: RateExceededError.RATE_EXCEEDED

2018-01-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Chaitanya, You are right. It looks like you have exhausted the daily quota of 1000 report downloads. You may have to wait until the quota resets and retry the requests (time specified in the *retryAfterSeconds

Re: AdGroupAdService mutate return NULL

2018-01-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You code snippet looks fine. However, to investigate the issue further, could you enable logging and share us the complete SOAP request and response logs along with the clientCustomerId, so I can take a look? Please use *Reply privately to author* option to provide the details. You may

Un-remove Ad

2018-01-11 Thread John Bliss
Is it possible to use the API to update a Removed Ad to "Enabled?" -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Difference in the data between API (CAMPAIGN_PERFORMANCE_REPORT) and Dashboard Interface

2018-01-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Pierre, Thank you for sharing the details. I was able to notice the issue you described. However, I was also able run reports for several other date ranges(LAST_MONTH and Yesterday) and the results matched with the UI. This indicates that the date range as All time, is not returning fres

AdGroupAdService mutate return NULL

2018-01-11 Thread desk
Hi, Please, check out my code: $operations = []; $expandedTextAd = new ExpandedTextAd(); $expandedTextAd->setHeadlinePart1($HeadlinePart1); $expandedTextAd->setHeadlinePart2($HeadlinePart2); $expandedTextAd->setDescription($Description); $expandedTextAd->setFinalUrls([$FinalUrl]); $adGroupAd =

Re: Some keywords get no results from TargetingIdeaService

2018-01-11 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello AdWordsians, My apologies for not posting back here on the progress. This is a general ongoing issue where there are words or phrases that are returning stats in the UI, but not through the API. There appears to be a stricter filter that causes certain phrases to not show up in the API. I

googleads.errors.AdWordsReportBadRequestError: Type: RateExceededError.RATE_EXCEEDED

2018-01-11 Thread Chaitanya Phani
Hi, I tried to pull the data for all campaigns and their metrics. I got the following error. Error Message: googleads.errors.AdWordsReportBadRequestError: Type: RateExceededError. RATE_EXCEEDED Trigger: Basic Access Daily Reporting Quota Field Path: None Right now I was able to pull the dat

Re: Ad Extension report via API

2018-01-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jimena, Yes, the Ad Extensions tab should map to the Placeholder Feed Item Report and the Placeholder Report a