Re: How to upload user data csv file in adwords account using PHP API

2018-11-12 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Avinash, Could you please double check the adsapi_php.ini file to make sure the properties are not commented? If you are still facing the problem could you please share the properties file to tak

Re: How to upload user data csv file in adwords account using PHP API

2018-11-12 Thread remerson menese
me too, I lkie you a problem, I havew no deal to fix that Em segunda-feira, 5 de novembro de 2018 12:16:01 UTC+2, avinas...@profecialinks.com escreveu: > > I have hash encrypted user data saved in csv file. I want to run PHP cron > which will insert those records into Google adwords account. I c

Re: How to upload user data csv file in adwords account using PHP API

2018-11-10 Thread avinash . kadam
I got developer token, client id, client secret & refresh token. Set all the things inside adsapi_php.ini and placed this file in home directory C:/Users/myaccount/adsapi_php.ini When trying to test API using GetCampaigns.php, getting below error: Uncaught InvalidArgumentException: A developer to

Re: How to upload user data csv file in adwords account using PHP API

2018-11-08 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Avinash, You cannot scheduled the conversions as shown in the UI but you will be able to scheduled your upload conversions job like scheduling any other program at your end. You will be able to upload the offline conversions using offlineConversionFeedService

Re: How to upload user data csv file in adwords account using PHP API

2018-11-08 Thread avinash . kadam
Hello, We can set schedule to upload Conversions. [image: upload_conversions.PNG] is there any way from where we can set schedule to upload customer list. [image: create_audience.PNG] We can achieve this as explained here

Re: How to upload user data csv file in adwords account using PHP API

2018-11-06 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Avinash, You could upload data to AdWords using any of the client libraries mentioned here . To install and use them go-to the README.md file on those libraries and follow the instructions mentioned there. Could you please c

Re: How to upload user data csv file in adwords account using PHP API

2018-11-05 Thread avinash . kadam
Hello Teja, Will you please help & tell me apart from googleads-php-lib which API is used to add data in Google AdWords account. OR how can I upload user csv file using which API. On Monday, November 5, 2018 at 3:46:01 PM UTC+5:30, avinas...@pro

Re: how to upload user data csv file in adwords account using PHP API

2018-11-05 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Avinash, Looks like there is one more thread created for this issue. To avoid confusion lets continue our discussion on this thread . Regards, Sai Teja, AdWords API Team. On Mo

How to upload user data csv file in adwords account using PHP API

2018-11-05 Thread الشيخ الروحاني الحاج رشيد الكندي
Ads -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group.

Re: How to upload user data csv file in adwords account using PHP API

2018-11-05 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Avinash, Could you please elaborate this "encrypted user data saved in csv file" and the scenario you are trying to assist you further? Please note that redirect_uri_mismatch may occurs because of different application type(Web or installed application), you have to use correct applicat

how to upload user data csv file in adwords account using PHP API

2018-11-05 Thread avinash . kadam
I have hash encrypted user data saved in csv file. I want to run PHP cron which will insert those records into Google adwords account. I checked for googleads-php-lib but don't know how to use this. Is there any other library or ready php script.

How to upload user data csv file in adwords account using PHP API

2018-11-05 Thread avinash . kadam
I have hash encrypted user data saved in csv file. I want to run PHP cron which will insert those records into Google adwords account. I checked for googleads-php-lib but don't know how to use this. Is there any other