Received ga:adwordsCriteriaID does not match Geo Target CSV file

2020-01-28 Thread Ольга Ведерникова
Hello. I am collecting data in Power BI using the R script. https://github.com/selesnow/RGA I am using https://ga-dev-tools.appspot.com/dimensions-metrics-explorer/#ga:adwordsCriteriaID . None of the criteria id received matches https://developers.google.com/analytics/devguides/collection/prot

Mismatching UI reporting against API reporting

2020-01-28 Thread Christian Pradilla
Normally, I used to request ALL TIME Reports from API but upon checking the data from UI against the API data, data are not matched. I had more data from UI than API. I've got no filters and request fields are similar. What could be the problem ? Anyway I'm aware of slightly delay on API but eve

Cost (micros) conversion

2020-01-28 Thread Christian Pradilla
I wished to get all of the cost from the reporting in USD currency. Does anyone knows how to deal with it? or maybe there's someone has an idea of any alternatives in getting the cost in USD. Thanks :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://go

How to add logs to different file for different services - Google Ads API Beta

2020-01-28 Thread cv
Hi, How I can maintain different log paths for different services or different modules? Currently, it is storing logs at the central level, I would like have different logs according to different needs. Like for Bid Related changes I would say bid_log.log For Search Query it would say serach_l

Re: How to get ShoppingProductAdInfo using Google Ads API Beta

2020-01-28 Thread cv
Hi Xiaoming, Thank you for your response. I would also like to say that does I need to pass ad_group.type = SHOPPING_PRODUCT_ADS otherwise it is giving Segmentation fault (core dumped). Thanks On Tuesday, 28 January 2020 01:52:02 UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Thanks for rea

Re: How to get ShoppingProductAdInfo using Google Ads API Beta

2020-01-28 Thread cv
Hi, My query looks like $query = "SELECT segments.date, campaign.id, campaign.name, campaign.status, ad_group.id, ad_group.name, ad_group.status,

Re: Get historical keyword search volume for a subset of given categories

2020-01-28 Thread Oscar Vidal
Hi Anthony, thanks for your answer but the CategoryProductsAndServicesSearchParameter is not supported when using the RequestType.STATS. If I try to use both then I

Re: Developer token not approved when using test account

2020-01-28 Thread Mihir Chhatre
I am generating the Geo Performance report using the AdWords API. I am accessing the "City Criteria Id" attribute. The report generated gives me the ID for different cities but I am unable to find the name of the cities corresponding to the ID. I came across this link https://developers.google

Re: NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API

2020-01-28 Thread Roman Prokhorov
Hi Bryan! Sorry, there was a mistake in my first message. My MCC-account is 881-280-3214, and I try to get budget for account 241-343-3532, so error is result of this SOAP request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns1= "https://adwords.google.com/api/adwords/cm/v201809"; xmlns:

Re: How to get ShoppingProductAdInfo using Google Ads API Beta

2020-01-28 Thread cv
I was using like this $googleAdsRow->getAdGroupAd()->getAd()->getShoppingProductAd(); Thanks On Tuesday, 28 January 2020 14:52:48 UTC+5:30, cv wrote: > > Hi, > > My query looks like > > $query = "SELECT > segments.date, > > campaign.id, >

soap request

2020-01-28 Thread ALEX TULA
Good afternoon! Could you give an example of a complete SOAP request. I studied the documentation but still do not quite understand how this can be done. I am trying to generate classes and methods based on https://adwords.google.com/api/adwords/cm/v201809/CampaignGroupService?wsdl. Could you g

Link a client account to my MCC account without using email

2020-01-28 Thread Niket Shah
Hello, I have an existing MCC account. I am trying to link a client's account using AdWords API's mutateLink call and accept it using the client's refresh token and access token obtained after the consent screen. However, I want to automate this and NOT send an email to the client. So basically,

RE: Can't get both all Keywords and all Adgroups in Adwords API

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Ethan, Here is a guide on the mapping between the Google Ads UI and the API reports they correspond to. For keywords, you'll need to use the Keywords Performance Report. If you are facing discrepancies, please reply privately to author your report definition, report copy and screenshot of t

Re: Get historical keyword search volume for a subset of given categories

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Oscar, Unfortunately, there is no way to do this via the API when you are using STATS rather than IDEAS. You can follow our blog for any updates. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001USwxvL:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

How to get data feed from merchant in .NET

2020-01-28 Thread Atif ..
Can somebody share the code snippet to C# .Net how can i get the list of all data feeds uploaded on merchant -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API

2020-01-28 Thread Roman Prokhorov
We've removed account 526-973-2272 from management of 241-343-3532 , but script still have same problem : ( вторник, 28 января 2020 г., 13:14:41 UTC+3 пользователь Roman Prokhorov написал: > > Hi Bryan! > > Sorry, there was a mistake in my first message. My MCC-account is > 881-280-3214, and I

Re: Get list of Affinity Categories and In-market categories

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi, @Harry: The Google Ads API equivalent service to the ConstantDataService of AdWords API is the GoogleAdsService. The getUserInterestCriterion maps to UserInterest. @Pietro: You can use age_range_view and gender_view to get data on these. Cheers, Anthony Google Ads API Team ref:_00D1U1174p.

Re: Universal App Campaign can not create ad images and html5

2020-01-28 Thread Esteban Maya
Hi Mitchell, i need a mediabundle asset not mediabundle, because the universal apps campagins needs an AssetLink https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupAdService.UniversalAppAd. Not other type of adds, you can see the mediabundle asset here https://developers

ExtensionFeedItem Targets

2020-01-28 Thread Pete Lavetsky (AdWords API Guru)
Hello all, When adding an ExtensionFeedItem, is the intention that we set the resource name for setTargetedAdGroup or setTargetedCampaign in order for the mutated ExtensionFeedItem to then be available as an attached resource under AdGroupExtensionSetting or CampaignExtensionSetting getExtensi

Re: Google Ads API V2 - extension_feed_item does not return fields related to callouts and structured snippets

2020-01-28 Thread Akil
Hi Anthony, Thanks for getting back to me. I can verify that Sitelink fields give no issue (see attached request and response). Also, when I look at callouts and structured snippets in the "Business Data" view of the UI then the Text shows and the callouts and snippets also show fine when they

RE: Developer token not approved when using test account

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Mihir, Thanks for reaching out to us. I see that you’re using Geo Performance via AdWords API and are querying the “City Criteria ID” attribute and want to know the corresponding cities you get. You can use the LocationCriterionService "get" function to return a list of location/cities that

Re: NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Roman, Thank you for the clarification. I’ve checked up on the account 241-343-3532 and see that the issue could be because this account is not set up on your MCC account (881-280-3214) consolidated billing plan. I looked in “Tools & Settings” > “Billing Settings” > “Billing Transfers” and s

Are there limits querying the Targeting Idea Service API?

2020-01-28 Thread Scott
Hi there, I have a script that will take a list of seed keywords and query the Targeting Idea Service API to generate a list of related keywords with search volume. I'm wondering if there is a limit to querying the API? I ask because I've tried to feed over 5,000 keywords into this script, so

RE: "UNEXPECTED_END_OF_QUERY Error" - Fetching Query Results through HTTP/JSON Combination in Google Ads API

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Harshit, Since you are using Google Ads Scripts, I'd suggest reaching out to the Google Ads Scripts forum as they will be better suited to help you on this. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001USx26z:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: "UNEXPECTED_END_OF_QUERY Error" - Fetching Query Results through HTTP/JSON Combination in Google Ads API

2020-01-28 Thread Harshit Gupta
Hi Google Team, I AM USING Google Ads API, not Google Ads Script. The Google ads API is being called from Apps script (NOT Google Ads Script) through an http/url fetch call. Thanks in advance. Warm Regards, Harshit Gupta On Wed, Jan 29, 2020, 12:59 AM Google Ads API Forum Advisor Prod < adsap

RE: Get Location Name/Address of Campaigns Locations using CampaignCriterionService

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Pradeep, Thank you for reaching out. You can get the locationName from the CampaignCriterionService. To get the other attributes, you should use the Geo Performance Report. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001USx24F:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: AdGroup Age_Range Criterion

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Pierpaolo, After you create a campaign and/or ad group, you will see that they already target all the age ranges. If you only want to target one specific range, you will need to exclude the other ranges. Let me know if you still see issues. Regards, Anthony Google Ads API Team ref:_00D1U1174

RE: GENDER Criterion on AdGroup

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Pietro, Just like with age range criterion, you should explicitly exclude the age ranges you don't want targeted using the AdGroupCriterionService. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001USx0OR:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

RE: Link a client account to my MCC account without using email

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Niket, Thank you for reaching out to us. I see that you’re utilizing ManagedCustomerService and wish to not send an email to the client when you send the request. Could you clarify what type of email it is sending? If it is sending a notification email, this is to alert the user of the link

RE: Mismatching UI reporting against API reporting

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Christian, Thank you for reaching out. One possibility that you receive more data from UI than the API is that some types of the campaigns are not supported in the API instead you would be able to retrieve data for all types of campaigns. You could refer to the list of supported types of cam

Re: How to get ShoppingProductAdInfo using Google Ads API Beta

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi, When you query for the shopping product ad, you need to specify the type by adding ad_group_ad.ad.type = “SHOPPING_PRODUCT_AD” in the WHERE clause. Please let me know if you have any further questions. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001USx07w:ref -- --

Re: Google Ads API V2 - extension_feed_item does not return fields related to callouts and structured snippets

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Akil, Because it is appearing as blank in the UI as well, it may be a product level issue. Can you try creating a new snippet or callout, directly from the Extensions tab and see if that works? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5001USwyp4:ref -- -- =~=~=~=~=~=~=~=~=~=~=

Internal Error When Call Search Call Google Ads API

2020-01-28 Thread 'Ting Wang' via AdWords API and Google Ads API Forum
Hi, We got multiple "Internal error encountered"when calling "SearchAsync" to get our campaign performance data via Google Ads API (we are using V1 right now). We have logic to retry and found sometimes retry works sometimes not. Looks like it is transient and not persistent. Here is the sampl

Re: How to get ShoppingProductAdInfo using Google Ads API Beta

2020-01-28 Thread cv
Hi, So It would not possible to get all the AdType in one query? Like I do have Gmail ads, video ads, image ads, text ads, expanded text ads, I do need to go individually for all those ad types? Thanks, On Wednesday, 29 January 2020 02:01:38 UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Wh

Merchant center-based dynamic remarketing

2020-01-28 Thread 하진호
I am going to execute dynamic remarketing through shopping ad. We will proceed using merchant center. question 1. Does it automatically become dynamic remarketing when you create a shopping ad? 2. Do I have to set up a userlist to proceed with dynamic remarketing? 3. Should I only use DISPLAY in

Re: Link a client account to my MCC account without using email

2020-01-28 Thread Niket Shah
Hey Bryan, A request mail is being sent where the client needs to accept the request in order to add his/her account under my MCC account. I don't want this mail to be sent. I just want the link to be created so that I can accept the link using the client's access and refresh token which I wi

Re: How to get data feed from merchant in .NET

2020-01-28 Thread Atif ..
On Tuesday, January 28, 2020 at 8:06:35 PM UTC+5, Atif .. wrote: > > Can somebody share the code snippet to C# .Net how can i get the list of > all data feeds uploaded on merchant > I am talking in context of Content API, which exact function to call in C# .net to to get feed data from merch

Re: How to get data feed from merchant in .NET

2020-01-28 Thread Atif ..
I am looking for function in Content Library documentation but unable to find, any help please? On Tuesday, January 28, 2020 at 8:06:35 PM UTC+5, Atif .. wrote: > > Can somebody share the code snippet to C# .Net how can i get the list of > all data feeds uploaded on merchant > -- -- =~=~=~=