RE: Audiecne list report column required

2020-10-04 Thread Google Ads API Forum Advisor Prod
Hi, To retrieve the audience name, you can try and include the UserListName in your SELECT query. Let me know if this is what you're looking for. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q25Yvcj:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: AdSchedule report column requiired

2020-10-04 Thread Google Ads API Forum Advisor Prod
Hi, Could you provide more details as to what it is you meant by 'range'? For Ad Schedule specific information, you may refer to the Campiaign Ad Schedule Target Report if you are using the AdWords API's reports. The Ad Schedule ID can be retrieved via the Id column. If you are using the Googl

RE: Unsupported media type issue

2020-10-04 Thread Google Ads API Forum Advisor Prod
Hi, I had to delete your initial post and repost it below, since it contained your SOAP request and response information. You may opt to avoid including sensitive data such as your SOAP logs publicly, to ensure security of your accounts. "Hi I have created Gmail Ad using images and was working

RE: I can't get the linkchecker to work

2020-10-04 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for raising your concern. I can see that your concern is Google Ads scripts related, however, this forum is dedicated to Google Ads API and AdWords API related concerns. With this, I would recommend posting your concern to Google Ads scripts forum to get support from the team that i

RE: CUSTOM DATE RANGE. NEED HELP

2020-10-04 Thread Google Ads API Forum Advisor Prod
Hi Brayan, Thanks for posting your concern. If you want to specify multiple conditions in WHERE clause of the report, such as the custom dates that you've mentioned, then you need to use the AND operator between those conditions as discussed on this document. Please refer to the sample impleme

RE: Cant get campaigns list

2020-10-04 Thread Google Ads API Forum Advisor Prod
Hi Denis, Thanks for posting your concern. To investigate the issue, could you provide the complete SOAP request and response logs generated on your end together with the customer ID? You can provide the requested details via Reply privately to author option. Regards, Ernie John Blanca Tacata

Re: Cant get campaigns list

2020-10-04 Thread Denis Kolomensky
$oAuth2Credential = (new OAuth2TokenBuilder()) ->withClientId(env('GOOGLE_CLIENT_ID')) ->withClientSecret(env('GOOGLE_CLIENT_SECRET')) ->withRefreshToken(env('AD_WORDS_REFRESH_TOKEN')) ->build(); $session = (new AdWordsSessionBuilder()) ->withOAuth2Credential($oAuth2Credential) ->withDeveloperToken

Re: CUSTOM DATE RANGE. NEED HELP

2020-10-04 Thread braya...@gmail.com
This is the custom date used. segments.date BETWEEN '2019-01-01' AND '2019-01-31' segments.date >= '2019-01-01' AND segments.date <= '2019-01-31' On Sunday, October 4, 2020 at 9:20:32 PM UTC+8 braya...@gmail.com wrote: > Hi, > > I using this custom date range but it's giving me an error > >

CUSTOM DATE RANGE. NEED HELP

2020-10-04 Thread braya...@gmail.com
Hi, I using this custom date range but it's giving me an error This is the error. {"errors":[{"errorCode":{"queryError":"BAD_VALUE"},"message":"Error in WHERE clause: invalid value \"."}]} query_error: Error in WHERE clause: invalid value ". NEED HELP -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Service account and Google Ads Api

2020-10-04 Thread Thijs
I am trying to connect to the google ads api through an service account. I am able to get the necessary authorization token, but then the api returns a NOT_ADS_USER error. Just to make sure I checked the https://console.cloud.google.com/apis/api/googleads.googleapis.com/credentials?authuser=1&pr

[no subject]

2020-10-04 Thread Lan Le
Jk -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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. T

Re: campaign.advertising_channel_type returns number

2020-10-04 Thread Harshad GoogleAds
Thanks for the help Mat. Appreciate it. I totally agree about Google Ads API team, sometimes refrain posting queries just because I feel team won't go through the details and just reply with a generic answer. On Wednesday, September 30, 2020 at 3:19:48 PM UTC+5:30 Mat wrote: > Hi Harshad, >