Re: How I can get campaign Languages from the report: "CAMPAIGN_PERFORMANCE_REPORT"?

2020-04-13 Thread Noam Alloush
Thank you! It is really works :) On Monday, 13 April 2020 21:53:02 UTC+3, adsapiforumadvisor wrote: > > Hi Noam, > > Thank you for reaching out. With regards to your concern about getting > campaign languages from a report, you can use the Campaign Criteria Report >

RE: AdWords Database Structure and Schema

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi trabelsi, Thank you for reaching out to AdWords API and Google Ads API Forum. We do not provide database diagrams or schemas as what you have in mind. However, we allow developers to query reports via either AdWords API or Google Ads API (Beta). In AdWords API, you should read the

RE: curl commands to pull AD_PERFORMANCE_REPORT using google adwords api

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Rohith, Thank you for reaching out to AdWords API and Google Ads API Forum. For cURL requests in AdWords API, you should read and refer to the documentation here: https://developers.google.com/adwords/api/docs/guides/call-structure#request In the guide, point 3 describes adding a budget

RE: TrafficEstimatorService for Video Company

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi there, Thank you for reaching out to AdWords API and Google Ads API Forum. Unfortunately, our support language is available in English, so we do not understand which quantities you are referring to in your screenshot. (Please do not post confidential information in a public forum - only

Re: which api i should use to add google dynamic remarketing campaign ads label filter?

2020-04-13 Thread 'Q' via AdWords API and Google Ads API Forum
Thank you~ Will api support this in the future? On Tuesday, April 14, 2020 at 3:33:36 AM UTC+8, adsapiforumadvisor wrote: > > Hello, > > It doesn't appear that the label Product filter for Dynamic Remarketing is > currently supported using the API. > > Regards, > Anthony > Google Ads API Team >

Re: SearchStream Vs Search

2020-04-13 Thread sreenu malae
> > Hey Bryan, $query = "SELECT campaign_criterion.operating_system_version.operating_system_version_constant FROM campaign_criterion"; $response = $googleAdsServiceClient->search($customerId, $query, ['pageSize' => self::PAGE_SIZE]); foreach ($response->iterateAllElements() as

AdWords Database Structure and Schema

2020-04-13 Thread trabelsi rami
hello everyone , so i'm working with the googleads api and we are using the api for a data visualizations which there is a plenty of data and for having a good infrastructure for our solution i wonder if i can find google adwords database diagram or Database Schema or database structure with

Re: How to identify shared set owner account

2020-04-13 Thread 'Charles Langlois' via AdWords API and Google Ads API Forum
An alternative interpretation of the issue, is that if all available shared sets are returned from a `Get` query on the shared set service, and it should be possible to target those shared sets for mutations(e.g. using the shared set criteria service to add keywords to a negative keyword shared

API fields issue from adwords API reports

2020-04-13 Thread prashant Sonavane
hi, i am trying to fine the fields from api doc, inline_click_links, spend, tactic_item_number, ad_item_number, campaign_item_number but does not get any refrence. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: SignatureDoesNotMatch Error Batch Job ProductPartition method

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Chris, I don't see any error in the logs. Could you please share the logs that contain the error you were describing? Also, please share them via Reply privately to author. Thank you! Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZW4ma:ref -- --

Re: Mobile OS Version

2020-04-13 Thread sreenu malae
Hey Anthony, Thanks for your reply As per previous post $query = "SELECT campaign_criterion.operating_system_version.operating_system_version_constant FROM campaign_criterion"; $response = $googleAdsServiceClient->search($customerId, $query, ['pageSize' => self::PAGE_SIZE]); foreach

RE: Is it possible to access Google Ads API from a chrome extension?

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Krzysztof, You can access the API from anywhere you're able to execute network requests, so technically yes it should be possible to access the Google Ads API from a Chrome extension. It may be tricky though - my assumption is Chrome extensions are written in JavaScript and since we don't

RE: Influence of segmentation on cost value

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi JP, Thanks for reaching out! In order for me to compare the difference between the API and the UI, kindly provide your CID and the complete detailed request and response logs for the segmented request. Please ensure you "Reply privately to author" when providing this information. Thanks,

RE: which api i should use to add google dynamic remarketing campaign ads label filter?

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hello, It doesn't appear that the label Product filter for Dynamic Remarketing is currently supported using the API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZXlGS:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

How to identify shared set owner account

2020-04-13 Thread 'Charles Langlois' via AdWords API and Google Ads API Forum
Hi! I just realized that neither the adwords api(v201809) nor the new googleads api(v3) include the owner account id in the shared set model . The shared set report

RE: How to get product feed data required in inventory filter while creating Google standard shopping campaign?

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Ankit, Thanks for reaching out. The best practice for Shopping campaigns is to create a Campaign with all products, then utilize Product Groups to subdivide. See this support article for details of these steps. Please let me know if there is any further clarity that I can provide.

RE: How I can get campaign Languages from the report: "CAMPAIGN_PERFORMANCE_REPORT"?

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Noam, Thank you for reaching out. With regards to your concern about getting campaign languages from a report, you can use the Campaign Criteria Report and filter by CriteriaType = LANGUAGE. Please let me know if you have further questions. Regards, Mitchell Google Ads API Team

RE: Upload offline conversions using test account

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Priya, Thank you for reaching out to us. Unfortunately it is currently not possible to test the conversions using test accounts as they do not serve ads. You need to have a production account for this functionality. Please refer to this guide for uploading conversions via API. Let me know

RE: Customer is not active

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Lucie, Thank you for reaching out to us. The CUSTOMER_NOT_ACTIVE error is encountered when the customer is no longer active or cancelled. You may refer to this blog post for more information on info retrieval from cancelled accounts. You may also follow the steps mentioned in the blog post

RE: Ad_ID and AD_N

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Lucie, Thank you for the update. Since the Ad Performance Report aggregates data at the ad level, you can query Ad ID, which is just named "ID". Let me know if you have further questions. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5001UZVwgK:ref -- --

RE: SearchStream Vs Search

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Sreenu, Could you provide me with the search query you've used? You can only query fields in Operating_System_Version_Constant if this report is specified in the "From" field in your query. Please let me know. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5001UZVXb6:ref -- --

RE: Master Negative List - Manager Account Script does not work for Shopping accounts

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi, This issue is related to Google Ads Scripts, not API. You will need to post your question on their forum to get assistance on this. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZXqMj:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

curl commands to pull AD_PERFORMANCE_REPORT using google adwords api

2020-04-13 Thread Rohith Madamshetty
I need curl commands to pull AD_PERFORMANCE_REPORT using google adwords api, I have all the credential that are required. Kindly help me with curl command. Also provide me if you have any source where we have all curl commands. The things that I found on documentation is just to get the access

RE: UNEXPECTED_INTERNAL_API_ERROR (AdGroupCriterionServiceInterface - get)

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hello, The InternalApiError.UNEXPECTED_INTERNAL_API_ERROR could be due to a temporary issue with the AdWords servers. If you are still unable to run this request consistently, please provide your CID and the complete detailed request and response logs of the API call. Ensure you "Reply

Master Negative List - Manager Account Script does not work for Shopping accounts

2020-04-13 Thread Kai Yan Chan
Hi, I am not able to get the master negative list - manager account script to apply my negative keyword list on my Shopping campaigns. The script is only able to apply the negative keyword list on my Search campaigns. How can I resolve this problem? /** * The URL of the tracking spreadsheet.

RE: Issues on custom of report in google adwords

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Pershant, Thank you for reaching out. Please see my answers to your question below: You can use the Campaign Performance Report to get campaign level information. If you're referring to ad groups, you can use the Adgroup Performance Report. If not, can you please clarify what you're

RE: How should I get the list of Google merchant account linked with Google Client account?

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Ankit, If you are creating your first shopping campaign, you will need to obtain the ID from the Linked Accounts section in your Google Ads UI. You can then pass this merchantId while creating your campaigns. Here is a guide on how to link your merchant account and create shopping

RE: Mobile OS Version

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Sreenu, You won't be able to get OS related data from the ad_group_ad level. You can get this data from the campaign_criterion level and select fields from the operating_system_version_constant. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZXmFE:ref -- --

RE: AdNetworkType1 = mixed

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hi Tsilia, The MIXED value is available in both AdWords API and Google Ads API. While AdWords API's field is called AdNetworkType1, the field is called ad_network_type in Google Ads API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZXgKI:ref -- --

Influence of segmentation on cost value

2020-04-13 Thread JP Freire
Hi, I'm having trouble with data segmentation. When I call to report campaigns without any targeting, the cost is the same as the Google interface. When I place, for example, segmentation by day, the cost value is different from the interface. What would be the problem and how can I solve it?

RE: keywords idea results difference

2020-04-13 Thread Google Ads API Forum Advisor Prod
Hello, If you are looking to replicate the "Start with a Website" part of the Keyword Planner using the API, then I'm afraid it's not possible. If you want to use keywords and urls, you can include them in your request. If you are still facing issues, please reply privately to author your API

Mobile OS Version

2020-04-13 Thread sreenu malae
Hello Team, Currently I'm using the following query. $query = "SELECT ad_group_ad.ad.name,ad_group_ad.ad.type ,ad_group_ad.resource_name, ad_group_ad.status,metrics.clicks,metrics.ctr,metrics.impressions,segments.ad_network_type,segments.device FROM ad_group_ad where segments.date BETWEEN

How to get product feed data required in inventory filter while creating Google standard shopping campaign?

2020-04-13 Thread Ankit Agarwal
[image: google_shopping_product_data.png] As shown in the image or in Google client account. We require product-related data(like brand, category, item-id, product type, etc.) while filtering the inventory but I don't know a way to get this data in the first place. Please help me out here.

Re: which api i should use to add google dynamic remarketing campaign ads label filter?

2020-04-13 Thread 'Q' via AdWords API and Google Ads API Forum
P.S. I have already created feeds in Google merchant center, and I used campaign's shopping setting through CampaignService API to associate the google merchant center's account with the campaign. On Monday, April 13, 2020 at 7:14:22 PM UTC+8, Q wrote: > > Hello, > As the title, which api i

Re: ImageAd Updating Name PHP V201809

2020-04-13 Thread Héctor Prieto
Hi I have found the response to my problem... Directly de ImageAd are not supported to mutate in the API in reference to https://developers.google.com/adwords/api/docs/guides/ad-features#ad_types_that_support_mutability On Mon, 13 Apr 2020 at 10:08, Héctor Prieto wrote: > Hi, > > I am using

which api i should use to add google dynamic remarketing campaign ads label filter?

2020-04-13 Thread 'Q' via AdWords API and Google Ads API Forum
Hello, As the title, which api i should use to add google dynamic remarketing campaign ads label filter? I didn't get clue through CampaignService API document. Thank you for your help~ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

How should I get the list of Google merchant account linked with Google Client account?

2020-04-13 Thread Ankit Agarwal
[image: merchant_account_listing.png] *scenario*: Suppose a user is creating her first shopping campaign through my Google Ads software then she needs to select her google merchant account to create a shopping ad. *the real question*: How should I get the list of Google merchant account

Re: Api calling merchantId list from adwords api

2020-04-13 Thread Ankit Agarwal
Still, the answer is not clear of the actual question. *scenario*: Suppose a user is creating her first shopping campaign through my Google Ads software then she needs to select her google merchant account to create a shopping ad. *the real question*: How should I get the list of Google

Issues on custom of report in google adwords

2020-04-13 Thread prashant Sonavane
hi, I want to download report on basis of, 1)camapaigns report 2)adset reports 3)targeting report 4)insights report suggest me way to get reports in mentioned format with supported fields list from adwords api thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: ImageAd Updating Name PHP V201809

2020-04-13 Thread Héctor Prieto
Hi, I am using the example code for update and Expanded Text and looks ok, but When I use something similar to ImageAd always I having the same response: [2020-04-13 10:04:42] AW_SOAP.WARNING: clientCustomerId=X operations=1 service=AdService method=mutate responseTime=182