RE: Need an example String of ConversionTracker.mostRecentConversionDate to work with.

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Thanh, My apologies as we currently do not have what you are looking for. Kindly refer to the format guide to create one that you can use. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UKMLcB:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Need an example String of ConversionTracker.mostRecentConversionDate to work with.

2019-10-07 Thread Thanh Nguyen
I just need a String or format of the return value to parse and compare current date. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Documentation offline?

2019-10-07 Thread 'Manuel Spierenburg' via AdWords API and Google Ads API Forum
Hi Google Ads Api Team, It seems that the documentation for the google ads api is offline already for some time. https://developers.google.com/google-ads/api/docs/start Also I discovered that I get DNS resolution errors currently when trying to use google ads api v2. Is the documentation

Re: I cannot get campaigns from CampaignService.

2019-10-07 Thread Ville Kemppainen
Hi Bharani! We were wondering, are there plans to support the App Engagement campaign subtype anytime soon? Thanks, Ville Kemppainen Software developer Supermetrics Ltd -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Responsive Display Ad

2019-10-07 Thread Reggie Pasco
Hi, Ive been testing the creation of Responsive Display Ad and notice that you can create it in both Search and Display Campaign. I just want to ask if there is a difference in the Campaign (Display or Search) where I create the Display Ad? Thanks in advance. -- --

RE: I cannot get campaigns from CampaignService.

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Ville, I'm a colleague of Bharani and allow me to provide support. Could you confirm if my understanding is correct that you are referring to the AdWords API's support for App Engagement campaigns? If yes, then at the moment, we do not have information regarding its availability. For now,

Re: Conversion Actions Information Google Ads PHP

2019-10-07 Thread Adrian Lara
Hi Team, the API team has in the schedule this functionality? On Thursday, September 26, 2019 at 5:07:40 PM UTC-3, adsapiforumadvisor wrote: > > Hello Adrian, > > Via API it is not possible to capture the details you have marked on the > view. The mapping of reports to the Google Ads UI can be

Re: .Net Lib GoogleAd API not working

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Pravin, The error "Failed to exchange authorization code for access token" may show up if the client ID being passed in later to get the authorization token is not the same client ID that was passed in when the refresh token was generated. Could you please verify this on your end and also,

Re: Conversion Actions Information Google Ads PHP

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hello Adrian, At this point we don't have any ETA regarding this functionality. I will file a feature request for this functionality. Meanwhile you could keep an eye on our release notes for the new features. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHI6Ss:ref -- --

RE: Campaign not accepting some InMarket Category Ids

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hello Chaitanya, Thank you for reaching out to support. Regret the delay as I was checking this internally with the team. Could you please share the following details which will help us investigate the issue further? 1. Specific campaign Id 2. What is the target language / country for the

Status(StatusCode=DeadlineExceeded, Detail="Deadline expired before operation could complete.")

2019-10-07 Thread Ramanajee Kandregula
Hi, I am getting the following exception while creating and removing ads,actually, we are removing 1000 ads at a time "Status(StatusCode=DeadlineExceeded, Detail="Deadline expired before operation could complete.")" -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: ad_group_ad.ad.expanded_dynamic_search_ad.description2 UNRECOGNIZED_FIELD

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hello, The field ExpandedDynamicSearchAd.description2 was added in the Google Ads API beta v2.1.0. Could you please make sure that you update the client libraries to the latest version and try adding the field again? If you're receiving an error, could you please share the logs again using

API is not returning Campaign Type DISCOVERY

2019-10-07 Thread Alberto Azambuja
Hi API team, We are trying to get campaigns via the new Google Ads API and it seems the API is not returning data for any campaigns with AdvertisingChannelType = DISCOVERY We can get the data using the old AdWords API, but not the new one. Documentation also does not list DISCOVERY as valid

Re: Google Ads API - Device type query is returning confusing results

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Dylan, Yes that's correct. Thanks! Ben, Google Ads API Team ref:_00D1U1174p._5001UKLysf:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: .Net Lib GoogleAd API not working

2019-10-07 Thread Pravin Chetu
Please find the attached snap1, snap2 and detailed exception we already have in ticket. We are able to get the authorization code but when we are passing it then getting the error. Method not giving the refresh token. On Monday, October 7, 2019 at 7:08:24 PM UTC+5:30, adsapiforumadvisor wrote:

Emails sent with MailApp.sendMail go to junk on Outlook

2019-10-07 Thread Ahmed Amine Boustani
Hello, I'm writing a script in MCC level and at the end I send an email with an attachment. Almost every time, the email is received in the junk in our Outlook inbox. Here's the function that I used. MailApp.sendEmail( 'recipi...@email.com', subject, body, {

Re: How to get Google Ads accounts using API via Oauth2 Authentication.

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Praduman, Yes, the only way to get the clientCustomerId of the manager account is manually through the UI. Once you have that ID, you can retrieve all the clientCustomerId’s of the clients dynamically through the API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKM2Ru:ref --

RE: API is not returning Campaign Type DISCOVERY

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Alberto, Thanks for reaching out. There is no DISCOVERY type in the AdvertisingChannelType ENUM from the Google Ads API. The DISCOVERY type is currently not supported in Google Ads API so you will not be able to get this type of Campaign from Google Ads API call. You could check this link

RE: Upload HTML5 via Ads API to an App Campaign

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hello Renan, Looks like the error is related to this post. The error means that the JavaScript embedded in the HTML you're uploading contains modified clickability. Specifically, somewhere in the code there is a call to ExitApi.exit(). The above post might give you some resources in how to fix

RE: Google Ads API MCC all account queries

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Unfortunately, you have to make a separate call to all accounts under an MCC account to get performance data for campaigns. It is not possible to get campaign performance metrics from the MCC account. Regards, Anthony Google Ads API Team

Re: Bug Google Ads Search Customer Client

2019-10-07 Thread Asaf Zinger
> > I have the same issue, when changing the API version to v1 it works fine: > ga_service = client.get_service('GoogleAdsService', version='v1') > when I use v2 and select from customer_client I always get empty result without errors (it used to work fine for me too a month ago) On

Continuing UNEXPECTED_INTERNAL_API_ERROR

2019-10-07 Thread Pete Lavetsky (AdWords API Guru)
Hi all, Usually when we see an UNEXPECTED_INTERNAL_API_ERROR it clears itself up after retry or two, but on a specific Account + Campaign combo we've been getting this error continuously for multiple days. There's no more details in the SOAP log so I really have nothing to go on, other than

RE: Ads API: RESOURCE_NOT_FOUND when removing existing AdGroupCriterionOperation

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for sharing all the details to troubleshoot the issue. Regret the delay as I was checking this internally with the team. Could you please check the status of the ad group criteria that you are trying to remove? We suspect that this criteria is already removed and hence you are

RE: How to get UAC data from Google Ads API v2 ?

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hello, If the specific campaign does not have any ad group's for their campaigns with campaign subtype-App installs or App engagements, these will not be returned through the ad_group_ad_asset_view resource. There were recent changes to the App campaigns and as mentioned in this guide these

RE: Status(StatusCode=DeadlineExceeded, Detail="Deadline expired before operation could complete.")

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Ramanajee, Thanks for reaching out. The cause of the DeadlineExceeded could be the temporary glitches in the Google Ads API server or too many calls or operations are made to the server at a time. I would suggest you remove less ads at a time and retry it after some time. If you still see

Re: Need help debuging unauthorized error

2019-10-07 Thread Sifang Chu
Hi, I have replied your message twice in the private mode. However, I cannot see any record of them from gmail nor the forum. Please confirm if you have received those messages or not. Thanks, Sifang On Thursday, October 3, 2019 at 2:03:13 PM UTC-7, adsapiforumadvisor wrote: > > Hello, > >

RE: When will Google Ads Beta version be ready for production usage?

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Vinitha, Thanks for reaching out. There is not a set timeline for the Google Ads API to be available for production usage again. You could keep an eye on our blog to monitor the announcements and updates on new releases. Please let me know if you have any further concerns or questions.

Re: Responsive Display Ad

2019-10-07 Thread Reginald Chris Pasco
Thank you for the clarification. On Tue, Oct 8, 2019 at 3:00 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Reggie, > > Thank you for reaching out. The Responsive Display Ad > will be the same > no matter

RE: Emails sent with MailApp.sendMail go to junk on Outlook

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Ahmed, We only address concerns specific to Google Ads API/Adwords API on this forum. Since, your concern is related to Google Ads Scripts, I would recommend posting it here as our scripts team are better equipped to assist you regarding your concern. Feel free to reach out if you have any

Is Overlap Rate & Outranking Share available via GoogleAds API?

2019-10-07 Thread access lumenad
Hello, Is Overlap Rate & Outranking Share available via GoogleAds API? As well as the rest of the metrics for the Auction Insights reporting in the GoogleAds platform. I have found a thread here that has information from 2015 saying you were not planning on supporting this, has that changed?

RE: Documentation offline?

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hello Manuel, I am able to open the documentation, it might be a temporary glitch. Please let me know if you are still facing the error. In case you are using any proxy servers to access the documentation, please deactivate the proxy and try again. Regards, Sai Teja, Google Ads API Team

Re: Fetch all client accounts under MCC

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Rodriguez, I'm glad that this was helpful. I ran a sample query below and was able to retrieve the descriptive name and other details using the customer_client resource. Please find the sample query below: SELECT customer_client.client_customer, customer_client.hidden,

Many `500 Internal Server Error` Recently

2019-10-07 Thread Nick Harris
In the last couple days using v201809/cm/CampaignService.php, I am getting a ton of Server error: 'POST https://oauth2.googleapis.com/token' resulted in a '500 Internal Server Error'. I haven't changed anything and everything was working fine before. Something going on with the service?

When will Google Ads Beta version be ready for production usage?

2019-10-07 Thread Vinitha
Hello, Do we have a timeline as when Google Ads Beta version be ready for production usage? Thanks, Vinitha. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

RE: Responsive Display Ad

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Reggie, Thank you for reaching out. The Responsive Display Ad will be the same no matter which campaign type you choose. If you are creating the Ad through the API, make sure you are using the MultiAssetResponsiveDisplayAd type instead of ResponsiveDisplayAd type (since this has been

Re: Adwords Api Errors: OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT

2019-10-07 Thread Alex
Hi, Can you provide any update on this ? Thanks Abhinesh On Wednesday, September 18, 2019 at 10:51:07 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Alex, > > My apologies for the late response. I have received your message privately. > > I was checking this with the team and have filed a bug

About Difference Metric Between `ad_group` And `shopping_performance_view`

2019-10-07 Thread Channel Advertising
Hello, I found the difference metric `impressions` between `ad_group` and `shopping_performance_view`. I tried to get some metrics but cannot know why there is difference. I requested metics using AWQL. 1. Using `shopping_performance_view` SELECT campaign.id, campaign.name, ad_group.id,

RE: Many `500 Internal Server Error` Recently

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Nick, To better look into the issue, could you provide the complete SOAP request and response logs? If you haven't enabled logging yet, you can refer to this guide in PHP as to how. If the SOAP request and response logs are not available, could you provide the generated request ID instead?