Re: Ads API Help

2021-02-03 Thread Google Ads API Forum Advisor Prod
Hi Puneet, Thank you for reaching out. You could either have a logic in your code to write the current user’s OAuth2 credentials into the configuration file or do it inline in the code by replacing the fromPropertiesFile() to fromProperties(Properties properties). Thanks and regards,

Re: Ads API Help

2021-02-02 Thread puneet sharma
I am using google ads API. Here in the root folder there is a file with name adsapi_php.ini. We have to set configuration data here. So If I have to change these all data dynamically and set data of login user(who is getting permission to our Application) so how I can do this. We need to set

Re: Ads API Help

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hello, The Google Ads API is the next generation of the AdWords API, so we recommend using the Google Ads API. The Ads API exposes both standard JSON REST endpoints and a gRPC interface, whereas the AdWords API is a SOAP API. Although you may not be using the AdWords API, you can find more

Re: Ads API Help

2021-02-01 Thread puneet sharma
Hello Team, Below is brief description about my Requirement. I need to Authenticate the user first for access ads Account exist into their account and then store Ads account, campaigns, campaign groups and ads information and also ads insights data like Reach, impression etc. for the purpose of

RE: Ads API Help

2021-02-01 Thread Google Ads API Forum Advisor Prod
Hi Puneet, Thank you for posting your concern. Please clarify if you want to use Google Ads API or AdWords API on retrieving campaigns, campaign groups and ads information. You will need to set up your API environment first and you may refer to a specific document below: Google Ads API -

Ads API Help

2021-02-01 Thread puneet sharma
Hello Team, I am not able to get campaign, campaign Groups by ads API and also I need to get ads wise reporting data for the purpose of Analytics. Could someone please help me to get data. Also please suggest which Library we should use to get these type of data and If possible please share