Re: Uncaught exception 'InvalidArgumentException' with message 'Config file not found as specified: 'adsapi_php.ini'.

2018-05-04 Thread Stephen Barrett
I figured it out. I just had to put a path inside fromfile() On Friday, May 4, 2018 at 10:38:40 AM UTC-6, Stephen Barrett wrote: > > I just put all of these files onto a website (Wordpress site) and I can't > determine where it needs me to place the adspai_php.ini file. Do I put it > in the

Re: Placeholder Feed Item Report never has data for startTime and endTime

2018-05-04 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Matt, Could you please reply back with the client customer id and report definition so that I can troubleshoot further? You may opt to *reply privately to author.* Regards, Dhanya, AdWords API

Re: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 16383: unexpected end of data

2018-05-04 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Christos, Thank you for the details. I was able to printout the contents of String buffer as below: 1042246504,51871592140,*AdName_äüö*,246349695969,0,0,0 Below is the code snippet I had used: report = { 'reportName': 'Last 7 days AD_PERFORMANCE_REPORT', 'dateRangeType': 'LAST_7_DAYS',

Uncaught exception 'InvalidArgumentException' with message 'Config file not found as specified: 'adsapi_php.ini'.

2018-05-04 Thread Stephen Barrett
I just put all of these files onto a website (Wordpress site) and I can't determine where it needs me to place the adspai_php.ini file. Do I put it in the directory where I have the application, or in the theme file or in the root of the entire site? I'm a bit confused. -- --

Placeholder Feed Item Report never has data for startTime and endTime

2018-05-04 Thread Matthew Macchia
I'm pulling the Placeholder Feed Item Report and it never shows the startTime and endTime stats. I'm not sure if it's a segmentation issue, date issue or is there something I should be doing differently? Thanks -matt -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: How to upload media assets to different UAC

2018-05-04 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Aditi, Via API, you will be able to submit policy exemption requests for those policy violations which has isExemptable as true. Please refer this section of guide for more details and code samples. If you have any

InvalidArgumentExceptions in my adsapi_php.ini file?

2018-05-04 Thread Stephen Barrett
I'm getting this error but I checked my config file and I have clientId, clientSecret and refreshToken set. *Fatal error*: Uncaught exception 'InvalidArgumentException' with message 'All of 'clientId', 'clientSecret', and 'refreshToken' must be set when using installed/web application flow.'

Re: Placeholder Feed Item Report never has data for startTime and endTime

2018-05-04 Thread Matthew Macchia
Done. On Friday, May 4, 2018 at 10:34:33 AM UTC-6, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Matt, > > Could you please reply back with the client customer id and report > definition > > so

Re: KEYWORDS_PERFORMANCE_REPORT cost does not match Adwords portal

2018-05-04 Thread tyler . conrad
My database calls were incorrect, disregard this issue. On Friday, May 4, 2018 at 1:44:28 AM UTC-5, Dannison Yao (AdWords API Team) wrote: > > Hi Tyler, > > To further assist you with your concern, can you send me your > clientCustomerId and a screenshot of your AdWords UI that shows the >

Re: Uncaught exception 'InvalidArgumentException' with message 'Config file not found as specified: 'adsapi_php.ini'.

2018-05-04 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Stephen, Great! Just to sum up, the fromFile() method looks for an adsapi_php.ini file in your home directory

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-05-04 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Dorian, Tracking down the root cause is proving quite challenging, so I don't have any news to report just yet. In the meantime, retrying failed requests (provided you're confident the request is valid) is a good approach. Thanks, Josh, AdWords API Team On Friday, May 4, 2018 at 7:32:45 AM

Re: How to set bid modifier to nothing?

2018-05-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Ken, It is possible to unset the bid modifier by using the AdGroupCriterionService and set it to -1.0. If you're looking to set the bid modifier value to nothing in the UI, you will have to

Re: Fatal error: Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found.

2018-05-04 Thread Stephen Barrett
Thanks Luis. I'll check there. On Thursday, May 3, 2018 at 9:11:13 PM UTC-6, Luis Xander Talag (AdWords API Team) wrote: > > Hi Stephen, > > It seems your concern is more related to the PHP client libraries rather > than the AdWords API. I would suggest to post your issue here >

Re: KEYWORDS_PERFORMANCE_REPORT not matching Adwords portal

2018-05-04 Thread tyler . conrad
My database calls were incorrect, disregard this issue. On Friday, May 4, 2018 at 12:41:27 AM UTC-5, tyler@springventuregroup.com wrote: > > Hi, > > Sorry if this is a double post - I tried to post earlier but did not see > my thread show up. > > I'm trying to retrieve metrics from the

Re: convert bid modifier to percentage

2018-05-04 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ken, The AdWords API currently does not provide feature that converts the bid modifier values into percentage. Thanks and regards, Luis AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: convert bid modifier to percentage

2018-05-04 Thread Ken Dan Tinio
I actually looking for a mathematical way of converting 1.5 to 50%. like 1.5 * 100 = 150% (this is wrong) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

convert bid modifier to percentage

2018-05-04 Thread Ken Dan Tinio
Example I have 1.5 and I want it display as 100% -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 16383: unexpected end of data

2018-05-04 Thread christos . alexakis
HI, I have already asked the question in a googleads gitgub issue and I was advised to ask here for help. I am getting the error: ``` Traceback (most recent call last): File "test.py", line 267, in

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 16383: unexpected end of data

2018-05-04 Thread christos . alexakis
HI, I have already created an issue in github and was advised to ask here for help. I am getting the error: Traceback (most recent call last): File "test.py", line 267, in

How to set bid modifier to nothing?

2018-05-04 Thread Ken Dan Tinio
I wanted to set modifier to nothing. But I end up removing the criteria. This is my code. It removes the criteria. I wanted to make it back to nothing (not 0% but just no number) $biddableAdGroupCriterion = new BiddableAdGroupCriterion();

Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-05-04 Thread Dorian Kind
Hi Josh, any updates on this topic? Can we just retry downloads that fail with this specific error condition (400 HTTP status code and no response content) for the time being? Thanks for your feedback and best regards, Dorian On Monday, 23 April 2018 14:52:50 UTC+2, Josh Radcliff (AdWords API

Re: Budget Ordering and Campaign Payment

2018-05-04 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, As you can see in this guide , particularly in the "Budget order" section, you need to create a budget order via the BudgetOrderService.mutate()

Re: KEYWORDS_PERFORMANCE_REPORT cost does not match Adwords portal

2018-05-04 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tyler, To further assist you with your concern, can you send me your clientCustomerId and a screenshot of your AdWords UI that shows the report data? Please use *R**eply privately to author* option when sharing these information. Regards, Dannison AdWords API Team -- --

Re: KEYWORDS_PERFORMANCE_REPORT cost does not match Adwords portal

2018-05-04 Thread ongyao via AdWords API and Google Ads API Forum
Hi Tyler, To further assist you with your concern, can you send me your clientCustomerId and a screenshot of your AdWords UI that shows the report data? Please use *R**eply privately to author* option when sharing these information. Regards, Dannison AdWords API Team -- --