Re: Create Google Ads Test Account related to a Google Ads Manager Test Account

2020-09-17 Thread braya...@gmail.com
Hi, Where can i see this ? can you please send picture to visualize. thank you " If you click on the down arrow next to the test manager account number and on the drop-down list click on the three dots icon and select cancelled accounts. " On Wednesday, April 8, 2020 at 10:27:09 PM UTC+8 ads

Re: Create Google Ads Test Account related to a Google Ads Manager Test Account

2020-09-17 Thread braya...@gmail.com
Hi, Where can i see this ? can you please send me a picture so that i can visualize. thank you " If you click on the down arrow next to the test manager account number and on the drop-down list click on the three dots icon and select cancelled accounts. " On Wednesday, April 8, 2020 at 10:

RE: Invalid channelName and videoName in AdGroupCriterionService response?

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi Krystian, This might be an issue at our end, though I can't tell immediately if this behaviour is as expected, or something that needs to be fixed. I've reached out to the relevant team and asked them to investigate further. As a workaround, you can perhaps use the YouTube Data API to retrie

RE: Ads API BETA CustomerExtensionSetting which doesn't have extension_feed_items

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi Tetiana, Since this issue also appears in the UI, it is more of a product related issue. I'd suggest reaching out to the product team through their support channel here. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q24c8TB:ref -- -- =~=~=~=~=~=~=~=

Re: App ad image resoultions

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi Denma, Thanks for reaching out. Please refer to this blog post as a reference. We do not have updated code sample with the new setting. You will be able to use the UniversalAppAd in AdWords API to upload the image. Thanks, Nirmitabahen Gaurav Patel Google Ads API Team ref:_00D1U1174p._5004Q

RE: OAuth 2.0 for Web Server App, Step 5

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi Evgenii, Thanks for reaching out. The "invalid_grant" error usually indicates that the access or refresh token being passed in your request is incorrect or invalid. Can you confirm that you have enabled the API, created valid authorization credentials, and identify access scopes correctly be

RE: Unique Identifiers in Reports

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi Ravinder, Thanks for reaching out. With regards to your concern, we do not have any specific document for unique identifier in each report. You can use ID field in ad performance report as well as other report. But, the id column is not avaliable for all the report. Let me know if you have

RE: ADGROUP_PERFORMANCE_REPORT not retuns App campaign adgroups

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The App Campaigns data could be fetched on the campaign level or above in the Adwords API. You could refer to the list of available reports for App Campaigns in Adwords API. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00

RE: Campaign performance report

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi Ravi, Thank you for reaching out. You could use something similar to the following: SELECT CampaignId, Impressions, Clicks, Cost FROM CAMPAIGN_PERFORMANCE_REPORT WHERE CampaignId = “xx” DURING LAST_7_DAYS Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API

RE: Showcse Ad creation

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hello, If you are facing issues creating the expandedImage, that is because this field is now deprecated for showcase ads. You can find more details on this change on this post. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q24c5vU:ref -- -- =~=~=~=~=

Re: EntityNotFound.INVALID_ID. Associate an uploaded extension with campaigns.

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi, I don't have an update yet, the team is investigating. Meanwhile, is this issue replicable every time, or is this intermittent in nature? Any additional information would be most helpful. Cheers Anash ref:_00D1U1174p._5004Q23waV2:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Invalid channelName and videoName in AdGroupCriterionService response?

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi Krystian, Thank you for reaching out to us. I'll take a look at this internally with my team and get back to you as soon as possible. Thank you, Bryan Li Google Ads API Team ref:_00D1U1174p._5004Q24c8xV:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: h

403- request has insufficient authentication scopes

2020-09-17 Thread naresh kumar
[image: image_2020_09_17T14_58_52_578Z-1.png] Hi, I want to link and view the analytics account linked with Google Adwords. Procedure used: # Authenticating google account with scopes "Ananlytics and Adwords" with following url https://www.googleapis.com/auth/adwords https://www.googleapi

RE: Cannot resolve method 'getLatestVersion' in 'GoogleAdsClient'

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi Nir, Thank you for reaching out to us. I see that you're having issues with getLatestVersion(). Since this looks like an error with the Google Ads API's Java Client Library, could I ask you to post your concern here so that our dedicated Java client library support team can assist you? Than

RE: Connection between Google Ads API and dialogflow

2020-09-17 Thread Google Ads API Forum Advisor Prod
Hi Swarnim, Thank you for reaching out. The Google Ads API does not have a JavaScript based Client Library. You could choose the Client Library with your preferred language from this link. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q24

Showcse Ad creation

2020-09-17 Thread denma test
Hi i cannot create Showcase Ad under Shopping Adgroup, Expanded image is not uploading properly. Am using PHP Adwords API v201809. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

ADGROUP_PERFORMANCE_REPORT not retuns App campaign adgroups

2020-09-17 Thread denma test
Hi Am using Adwords API report services to to list Campaign Adgroups. But the service is not listing AdGrpups under App campaigns. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Campaign performance report

2020-09-17 Thread RAVI KUMAR
Hi, How to get campaign performance report by using [campaignId]. Regards, Ravi Kumar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Re: App ad image resoultions

2020-09-17 Thread denma test
HI Am using Adwords API to create universal App ad, used $universalAppAd = new UniversalAppAd(); class to create App ad. There used setImages function to upload images. Here i would like to validate images sizes before upload to API. Can you please provide details regarding with this concern. O

OAuth 2.0 for Web Server App, Step 5

2020-09-17 Thread Evgenii Skopin
Good day, trying to exchange authorization code for refresh and access tokens through .net, always get 400 bad request. Tried to do this by postman and received this: { "error": "invalid_grant", "error_description": "Bad Request", } Step 5, https://developers.google.com/identity/protoco