[GOOGLE_ADS] ; Required AdWords API properties. Details can be found at: ; https://developers.google.com/adwords/api/docs/guides/basic-concepts#soap_and_xml developerToken = "g1ZXZHV-aykSP9CdemNE2w" clientCustomerId = "5738424246" defaultCustomerId = "9015034393" ; Optional. Set a friendly application name identifier. ; userAgent = "tangerinetest" ; Optional additional AdWords API settings. ; endpoint = "https://adwords.google.com/" ; isPartialFailure = false ; Optional setting for utility usage tracking in the user agent in requests. ; Defaults to true. ; includeUtilitiesInUserAgent = true [ADWORDS_REPORTING] ; Optional reporting settings. ; isSkipReportHeader = false ; isSkipColumnHeader = false ; isSkipReportSummary = false ; isUseRawEnumValues = false [OAUTH2] ; Required OAuth2 credentials. Uncomment and fill in the values for the ; appropriate flow based on your use case. See the README for guidance: ; https://github.com/googleads/googleads-php-lib/blob/master/README.md#getting-started ; For installed application or web application flow. clientId = "71994298382-d8fh89dc0i7al587ghhgt0arkf23vl1h.apps.googleusercontent.com" clientSecret = "mgAa3nq7ddRnR3KzrXvX0qet" refreshToken = "1/TvVZeVbtgGpFqEBYqNlaZSplNUO41MFpLsREw64Bp_ESLyrLHZT9pWwpxZW3fGiM" ; For service account flow. ; jsonKeyFilePath = "INSERT_ABSOLUTE_PATH_TO_OAUTH2_JSON_KEY_FILE_HERE" ; scopes = "https://www.googleapis.com/auth/adwords" ; impersonatedEmail = "INSERT_EMAIL_OF_ACCOUNT_TO_IMPERSONATE_HERE" [SOAP] ; Optional SOAP settings. See SoapSettingsBuilder.php for more information. ; compressionLevel = [CONNECTION] ; Optional proxy settings to be used by requests. ; If you don't have username and password, just specify host and port. ; proxy = "protocol://user:pass@host:port" ; Enable transparent HTTP gzip compression for all reporting requests. ; enableReportingGzip = false [LOGGING] ; Optional logging settings. ; soapLogFilePath = "path/to/your/soap.log" ; soapLogLevel = "INFO" ; reportDownloaderLogFilePath = "path/to/your/report-downloader.log" ; reportDownloaderLogLevel = "INFO" ; batchJobsUtilLogFilePath = "path/to/your/bjutil.log" ; batchJobsUtilLogLevel = "INFO"