Re: Unable to create Subdivision of Product Partition and Unable to Replace the Existing Product Partitoons as well

2020-06-18 Thread gagan gupta
Hi Devin, 1. I have seen the code examples by you and realized that we have 2 different ways of coding the product partition, both are attached as examples here in this. I am using the first approach and have coded the system already, this first approach is tested at our end and has been accep

Re: Need help on CRUD operations on Search Campaigns using Google Adwords API

2020-06-18 Thread gagan gupta
Thanks, Anthony, I appreciate your focus and determination on the same. Gagan On Tuesday, June 16, 2020 at 6:49:56 PM UTC+5:30, adsapiforumadvisor wrote: > > Hi Gagan, > > I received your email. I will follow up on there. > > Regards, > Anthony > Google Ads API Team > > ref:_00D1U1174p._5004Q2

How to set the advertising time of campaign through API

2020-06-18 Thread 郭良燕
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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. To

How to get Payments account ID of 1 ad account

2020-06-18 Thread Martin SangDo
Hi, I want to create BudgetOrder of 1 ad account. How to get "Payment Account Id" of one ad account? It's required id to create new BudgetOrder. I found this document https://developers.google.com/adwords/api/docs/guides/budget-order but it responses a list of relevant billing info, including ot

Does AdWords API support curl command for Customer Match( Audiance list)?

2020-06-18 Thread Valarmathi Arikrishnan
Does AdWords API support curl command for Customer Match( Audiance list)? Thanks, Valarmathi A -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message be

Re: CallOnlyAd cannot set Final URL

2020-06-18 Thread InfoPunks GmbH
hi Anthony, i've sent you the log twice, but i'm still not sure you got it. Please, confirm best regards, Evgeny On Friday, June 12, 2020 at 7:09:03 PM UTC+2, adsapiforumadvisor wrote: > > Hi Evgeny, > > Please provide me the full SOAP request and response so I can take a > closer look through

Re: Cannot retrieve DIsplayUrl parameter from ExpandedTExtAd objects

2020-06-18 Thread Ludovic Barreteau
Thank you for your response, However, I don't see the problem with my AdGroupId. I just tested on another account and another campaign, I have the right id for my adgroup, in the request and in the response. Furthermore, the data received corresponds well to the data expected for my ExpandedText

RE: How to get account data by channel (search, shopping, display, etc.), device, and date?

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Dileep, If you want to get the summary of SearchImpressionShare for all your search campaigns, you should run a Campaign Performance Report with a filter AdvertisingChannelType = SEARCH. Additionally, you can run the Campaign Performance Report with a filter AdvertisingChannelType = DISPLAY

RE: How to set the advertising time of campaign through API

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hello, You can use the CampaignCriterionService with a criterion type of AdSchedule. Here is guide that provides details on ad scheduling and examples on how to use them. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q217Qu5:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Aggreagting or summing SearchImpressionShare from campaign performance report

2020-06-18 Thread Dileep Bandla
As metioned in my last post -> My last post i need to aggregate searchimpressionshares ,i have 4 rows of adchanneltype search ,i also have searchimpressionshare for that i want aggregate that searchimpressionshare and show i

Re: User List maintenance using Google Ads API

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, If you would like to remove a specific member, you should pass the full member object to the mutateMembers call. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaRix7:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleads

RE: How to add multiple records to members in AdwordsUserListService for customer matching?

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Abhi, Thank you for reaching out. In this example, each entity in the "members" array will be a unique member. This means that each email address represents a unique member and also the address info represents a 4th unique member. This user list has a "contact info" identifier meaning that m

Re: Unable to create Subdivision of Product Partition and Unable to Replace the Existing Product Partitoons as well

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Gagan, assuming you have a working approach for adding a product partition tree, you should be able to continue using that. In order to update your product partition tree, you must remove the existing product partition tree and then replace it by adding a new one. I see no reason why you shou

Re: How to use Ads API Without Billing Account

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Amber, Thank you for reaching out. You are supposed to use IDE or the command line on your computer rather than the Google Cloud Shell to generate the OAuth2 credentials. You could follow the steps in this guide to obtain the credentials. Since you chose the Web Application type, an alternat

Re: How to add multiple records to members in AdwordsUserListService for customer matching?

2020-06-18 Thread abhi
Hi Mitchell, Thanks for the clarification on that. I think my question would now have more clarity, suppose I have 1 email, 3 phone numbers, first_name, last_name, country and zip for every member, how do I add it in the member list for more than 1 member record using the AdwordsUserListService

Re: How to add multiple records to members in AdwordsUserListService for customer matching?

2020-06-18 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Hi Mitchell, Adding to Abhi's question. He mentioned a scenario where we have 1 customer related record in our CRM based list (1 email, 3 phone numbers, first_name, last_name, country and zip). Suppose the customer info is: 1) email: abhinav.blahb...@blah.com 2) phone1: 0123456789 3) phone2: 0

Invitee Email

2020-06-18 Thread 'Olga Popova' via AdWords API and Google Ads API Forum
Our Partner has the issue with the Invitee Email through API - in Accounts there are no budgets. They try to create BudgetOrder through BudgetOrderService, version API v201809 (last), but they see an error BudgetOrderError.GENERIC_BILLING_ERROR, trigger empty. Perhaps it is important to note th

AuthorizationError.ACCESS_DENIED_FOR_ACCOUNT_TYPE on ManagedCustomerService

2020-06-18 Thread yosiw
Hi all, I have been starting to get this error AuthorizationError.ACCESS_DENIED_FOR_ACCOUNT_TYPE When making a get on ManagedCustomerService on one of the accounts i am controlling via OAuth google signin. needed to say, i am not expose to any UI in order to understand how this can somehow hap

RE: BudgetOrderService - CUSTOMER_NOT_WHITELISTED_FOR_API V201302

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Martin, Thank you for reaching out to us. I'll take a look at this internally and get back to you as soon as possible. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5004Q217PtL:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsde

Re: CallOnlyAd cannot set Final URL

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Evgeny, Yes, I had received your message. I had replied with the following: I can confirm that final urls cannot be set for CallOnlyAds using the API. You will need to update these using the UI. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q20YLrZ:ref -- -- =~=~=~=~=~=~=~=~=~=~

Location Extension, How to determine if GMB account is connected to Ads Account

2020-06-18 Thread pradeep raju
Hi We have a application using which our users can create google campaigns, we want to provide them a feature where they can add location extensions to campaigns. I have few questions related to the feature Location Extension 1. How can i determine if a google ad account is already connect

RE: Aggreagting or summing SearchImpressionShare from campaign performance report

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Dileep, As I mentioned in the previous post, you will need to run the report twice to get the total rows for each channel types: Run a Campaign Performance Report with a filter AdvertisingChannelType = SEARCH and include the field SearchImpressionShare Run a Campaign Performance Report with

RE: CAMPAIGN_LOCATION_TARGET_REPORT returns rows with ID='--'

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Divyesh, Thank you for reaching out. You could use the LocationCriterionService to retrieve the CanonicalName of the Id you get from the Campaign Location Target Report. You could refer to this code example on how to use this service. Thanks and regards, Xiaoming, Google Ads API Team ref:_00

RE: How to get Payments account ID of 1 ad account

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Martin, Thanks for reaching out. With regard to your concern about getting "Payment Account Id" of one ad account, If you are referring to the AdWords API, you can use BudgetOrderservice with billingAccountID field. If you are referring to the GoogleAds API, you can use BillingSetup.Paymen

Re: How to add multiple records to members in AdwordsUserListService for customer matching?

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Abhi and Abhinav, @Abhi, I'm still a little confused by your scenario. Every member can have a maximum of 1 email address, 1 address, and 1 phone number. If you have three emails, you should create three separate members with all of the information the same except for the email address. Then

RE: Does AdWords API support curl command for Customer Match( Audiance list)?

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Valarmathi, Thanks for reaching out. Yes, the curl command is supported for Customer Match in AdWords API. It should be on the --data in the curl. Let me know if you have any questions. Thanks, Nirmita Patel Google Ads Team ref:_00D1U1174p._5004Q217SFY:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Cannot retrieve DIsplayUrl parameter from ExpandedTExtAd objects

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Ludovic, Thanks for reaching out. Can you please provide the CID and ad group id of the account you tested it on. Could you please share the complete detailed request and response logs along with customer id. Please Reply privately to the author so that I can further investigate the issue.

RE: AuthorizationError.ACCESS_DENIED_FOR_ACCOUNT_TYPE on ManagedCustomerService

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. I see that you are getting an AuthorizationError. In order for me to take a closer look, can you please provide the complete detailed logs of the request and response to the API? Additionally, can you also provide your MCC ID as well as the email address tied

RE: Invitee Email

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Olga, Thank you for reaching out. Could you please share the complete request and response logs along with the source code used to create the BudgetOrder and the MCC account id and client customer id via the Reply privately to author option for me to further investigate? Thanks and regards,

Script to read campaign names from Google Sheet

2020-06-18 Thread Kai Yan Chan
Hi, I am writing a Google script to upload location bid modifiers for each campaign, specified in a Google sheet. The campaign names are specified in a column in a Google sheet and I am using the following script: var spreadsheet = SpreadsheetApp.openByUrl(SPREADSHEET_URL); var sheet = spr

UNABLE_TO_AUTHORIZE from ManagedCustomerService

2020-06-18 Thread Gavin
Hello, We recently started to notice that there seem to be stability issues of AdWords API on ManagedCustomerService. In a call that we tried to query the managed account for a particular manager account, we initially got the error message in the exception: Could not complete authorization du

RE: BudgetOrderService - CUSTOMER_NOT_WHITELISTED_FOR_API V201302

2020-06-18 Thread Google Ads API Forum Advisor Prod
Hi Martin, I'm currently looking into this issue. Could you clarify that you're trying to find out who your Google Account Manager is, and that you contacted the Product Support Team for this information but was unable to obtain this information? If this isn't your concern, could you elaborate

Re: UNABLE_TO_AUTHORIZE from ManagedCustomerService

2020-06-18 Thread Caihua Du
Wondering if anything get regressed from AdWords side? Never saw similar issues in the past. It shows up for multiple customers. Please help investigate, thanks! On Thursday, June 18, 2020 at 1:48:24 PM UTC-7, Gavin wrote: > > Hello, > > We recently started to notice that there seem to be stabi

Re: How to add multiple records to members in AdwordsUserListService for customer matching?

2020-06-18 Thread abhi
Hi Mitchell, Thanks for clearing that up, now I know that when there is more than one email or phone number for same person, it has to be sent as different members with change in email or phone number. also, please correct me if I am wrong, is this how the members list would look like when sam

Re: How to use Ads API Without Billing Account

2020-06-18 Thread 'Amber Xie' via AdWords API and Google Ads API Forum
Thanks, Does Google Cloud Shell not work at all? I am on the next step , which requires using an IDE, but I'm not sure if I am able to access one. Is there a reason why Cloud Shell does not work with this? On Thursday

Discrepancies between ad-performance-report and campaign-performance-report

2020-06-18 Thread Andrew Pashkin
Hello! I use AdWords API to download performance reports and I've noticed that some campaigns are missing from the ad-performance-report in comparison with the campaign-performance-report and it leads to significant discrepancies in totals. I wonder what could be the reason of it? Did somebody e

Re: Country Code cannot be retrieved for App Campaign

2020-06-18 Thread sejin...@devsisters.com
There seem uploading picture is not possible. Can you guide me how to upload? I m trying from Google Groups Conversation. Regards, Sejin On Friday, June 19, 2020 at 9:34:12 AM UTC+9 sejin...@devsisters.com wrote: > Dears, > > Please refer to the attached. > > > *Google Groups* seems unstable

Re: Country Code cannot be retrieved for App Campaign

2020-06-18 Thread sejin jang
I re-post my question again since uploading picture through reply is not possible. Google Group itself seems very unstable. On Friday, June 19, 2020 at 9:40:25 AM UTC+9, sejin jang wrote: > > There seem uploading picture is not possible. > Can you guide me how to upload? > > I m trying from Goog

Re: BudgetOrderService - CUSTOMER_NOT_WHITELISTED_FOR_API V201302

2020-06-18 Thread Martin SangDo
Hi Bryan, yes correct. "find out who your Google Account Manager is, and that you contacted the Product Support Team for this information but was unable to obtain this information". How I can contact my Google representative to request White list? On Friday, 19 June 2020 03:51:20 UTC+7, adsapi

Re: Unable to create Subdivision of Product Partition and Unable to Replace the Existing Product Partitoons as well

2020-06-18 Thread gagan gupta
Hi Devin, Please elaborate: "A product partition tree is simply a collection of AdGroupCriteria that are linked together. In order to remove the existing product partition tree, you can select and remove all AdGroupCriteria for a given AdGroup with a Criterion of type PRODUCT_PARTITION. Then y