Re: How to get a link to a page from an ad? use googleads-php-lib v201806

2018-09-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You could see on this guide all the available fields that you could retrieve to ExpandedTextAd object. Please take note that some URL fields are not supported as seen in the link. However, i

Re: Why is ConversionTrackerService not returning all conversion?

2018-09-11 Thread Stijn van Lieshout
Hi Dannison, I figured out what the issue is: Those 4 conversions that are not being returned were imported into Adwords from Google Analytics which the API apparently does not support. I found this thread that confirms that

When downloading GEO_performance_report , get ReportException: Problem sending data to report download server

2018-09-11 Thread 'lwy' via AdWords API and Google Ads API Forum
I get this exception when I download GEO_PERFORMANCE_REPORT for one account. Other account's downloading process is ok. I have tried to modify 'api.adwords.reportDownloadTimeout' to one hour in ads.properties, when i start the job and this exception came up after about 4 minutes, so i think ma

Error when downloading geo_performance_report, problem sending data to report server

2018-09-11 Thread weiyu lu
i have tried to set 'api.adwords.reportDownloadTimeout=360' and it doesn't work. i tried to shorten the data range and it also doesn't work. i set a timed task to download geo_performance_report everyday for about 6 accounts and only one account have this issus everyday. i'm so confused and

Re: How to get developer token

2018-09-11 Thread Denis Lukyanov
Hi Luis, any updates for this? Again: it gives me "403 Forbidden" every time I try the links you gave me (in incognito mode also) and the link in the Google Ads admin interface. How do people apply for API access I wonder?? On Friday, September 7, 2018 at 1:15:22 PM UTC+3, Luis Xander Talag

How i can set Ad Schedule criterion and date range to get Traffic Estimate?

2018-09-11 Thread Qaiser Javed
Hello, I am using following code.In this code i want to set *ad schedule* and *date range* to get traffic estimation. Ad Schedule because only want to run campaign on Monday accordingly needs traffic estimates for Monday only, and date range because needs traffic estimates for next month Octobe

Re: Getting ReportDownloadError.ERROR_WRITING_REPORT_TO_FILE on Campaign Performance Report

2018-09-11 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tomas, I just checked the health of our systems, and I don't see a widespread outage of any sort for report downloads with this error. Are you perhaps getting another error? If it's happening for one specific account or it's a slightly different error, then we take this offline and you can r

Re: Retrieve user Google Ads accounts using OAuth2 access_token

2018-09-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Torres, Could you please share the MCC ID along with the email address used for authentication, so I can take a look? You can reply back via Reply privately to author option. Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Error when downloading geo_performance_report, problem sending data to report server

2018-09-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi weiyu, Could you please share the report definition along with the client customer id so that I can troubleshoot the issue? You can use 'Reply privately to author' option while responding. Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Get the report fields from a report |ERROR| Request failed unexpectedly due to RemoteException: (404)Not Found

2018-09-11 Thread 'Shireen' via AdWords API and Google Ads API Forum
Hi, I am trying to get the cost field from CAMPAIGN_PERFORMANCE_REPORT but I am getting a RemoteException. While going through the stack trace, I found out that the exception was being thrown from ReportDefinitionField[] reportDefinitionFields =reportDefinitionService .getReport

Re: How i can set Ad Schedule criterion and date range to get Traffic Estimate?

2018-09-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Qaiser, You can also use the TrafficEstimatorService to obtain information similar to the *Plan your budget and get forecasts* feature of the AdWords Keyword Planner

Re: Get the report fields from a report |ERROR| Request failed unexpectedly due to RemoteException: (404)Not Found

2018-09-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Shireen, Could you please verify if you are making the API call against an already sunset version of the API? Please refer to this guide to check currently available versions. If you are still facing any issue, please share the r

Re: ManagedCustomerService seems to be returning incorrect TestAccount for a couple of ManagedCustomers

2018-09-11 Thread Etleap Dev
Thank you for resolving the issue via private reply. For posterity, when the actual customer accounts were reviewed, it turned out the issue was that the campaign was a video campaign. At the moment, video campaigns

FeedItemTarget not return existing device targeting

2018-09-11 Thread yhuang
1, go to adwords ,and verified it is mobile preferred. [image: Screen Shot 2018-09-11 at 6.44.24 PM.png] with Feed id 41083103 and FeedItem id 11245594748 2, use FeedItemService to get FeedItemTargets, with filters on feedItem id and TargetType == CRITERION 3, Check criterion Id. I expect

Re: FeedItemTarget not return existing device targeting

2018-09-11 Thread yhuang
I attach 2 screenshot here On Wednesday, September 12, 2018 at 9:47:52 AM UTC+8, yhu...@marinsoftware.com wrote: > > 1, go to adwords ,and verified it is mobile preferred. > > [image: Screen Shot 2018-09-11 at 6.44.24 PM.png] > > with Feed id 41083103 and FeedItem id 11245594748 > > > 2, use Fee

Re: How i can set Ad Schedule criterion and date range to get Traffic Estimate?

2018-09-11 Thread Qaiser Javed
Hi Sreelakshmi, Thank you, Your answer resolve my query. On Tuesday, September 11, 2018 at 11:30:20 PM UTC+5, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Qaiser, > > You can also use the TrafficEstimatorService >