Call Extension Clicks

2020-01-08 Thread Eli Star
Hello Forum, Can call extension clicks be tracked via the tracking template? Is there a way for us to find out the IP address of people who click a call extension? Does call reporting factor in the answer? Thank you for your support! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: AuthorizationError.CUSTOMER_NOT_ACTIVE

2020-01-08 Thread Wyatt Benno
I am having the same issue here. service = adwords_client.GetService('ManagedCustomerService') selector = { 'fields': ['CustomerId'] } data = service.get(selector) AuthorizationError.CUSTOMER_NOT_ACTIVE We are using an MCC account and it is active. Not sure why it does not simply list the

Re: Most Specific Location ID

2020-01-08 Thread R
Hi Everyone - Thank you for your help! I've tried running the following code: selector = { 'fields': ['Id', 'LocationName', 'DisplayType', 'CanonicalName','ParentLocations', 'Reach', 'TargetingStatus','MostSpecificCriteriaId'], 'predicates': [{'field': 'MostSpecificCriteriaId',

Google Ads Api - How can associate PriceFeedItem in CampaignExtensionSetting

2020-01-08 Thread Marco Astua
I am migrating from Adwords Api to Google Ads Api. In Adwords I had this var campaignExtensionSetting = new CampaignExtensionSetting { extensionType = FeedType.PRICE, extensionSetting = new ExtensionSetting {

AdWords Ad Groups not returned in response

2020-01-08 Thread Austin Smith
Hello, I am seeing a case where AdWords ad groups are not being returned in the response to fetch them. Using the following URI: https://adwords.google.com/api/adwords/reportdownload/v201809?__rdquery=SELECT AccountCurrencyCode, AccountDescriptiveName, AccountTimeZone,

Re: Relationship between parent level criterion and its children criteria

2020-01-08 Thread Harry
Hi Nikisha, Thanks a lot for the info! As a following up question does a parent level audience include the audience of its children's audience? For example, "Beauty & Wellness" is the parent and "Beauty Mavens" is its child. Is the audience of "Beauty Mavens" included in the audience of

RE: Unusual error with universalAppCampaignInfo.videoOnlyMode in description

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Moty, Yes, I was talking to Michael privately and it may be an issue on our side. Are you experiencing the same behavior? Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UOFovQ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Unable to get Smart Campaign Ad Groups report

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hello Liam, Thank you for reaching out. To confirm this further, could you please share the client customer id along with the details of the smart campaigns that you are not able to retrieve via API? Also, the Smart Campaigns are currently not available via API which could be the reason you

RE: Is it possible to get more than 12 months monthly search volume from TargetingIdeaSelector ?

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Mark, Unfortunately, you can only currently get the last 12 months of search volume for the TargetingIdeaService. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UOGIsm:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: How do we end a running experiment campaigns?

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Sreeram, Thank you for reaching out to us. There are a couple of constraints that you should consider when using TrialService. The endDate can be updated to a different future endDate as long as it is not in the past or overlaps with any other running/scheduled trial, must be within the

Re: Reports attributes behavior

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Oksana, I noticed that you're not using any ad group identifiers in your report. Please try and run the report with AdGroupId in your selector and see if you get duplicate rows. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UOFKhm:ref -- --

RE: Relationship between parent level criterion and its children criteria

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hello Harry, Thank you for reaching out. With regards to your concern, the criterion applied to the parent will not automatically be applied to the child ad group as well, even when they are included in the parent category. The criteria needs to be applied at the specific level. If you are

Re: Best Practice to Mutate Members in User List via API

2020-01-08 Thread Su Yu
Perfect, thanks Xiaoming. On Wednesday, January 8, 2020 at 12:09:27 PM UTC-8, adsapiforumadvisor wrote: > > Hi Su, > > As for the mutate in Adwords API, each mutated item counts as one > operation and the daily operational limits are 10,000 operations for "Basic > Access" and unlimited

RE: [Google Ads Api] Getting Labels information for the Campaigns Reports

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. With regards to your concern, you could use the label resource as well as the campaign resource to retrieve labels via Google Ads API. You could use Interactive Query Builder to build report query to make API calls. Please refer to the sample report query

Re: Best Practice to Mutate Members in User List via API

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Su, As for the mutate in Adwords API, each mutated item counts as one operation and the daily operational limits are 10,000 operations for "Basic Access" and unlimited operations for "Standard Access". Please refer to this documentation for more details. Thanks and regards, Xiaoming,

RE: Unable to fetch Ads data

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Kuldeep, Thank you for reaching out. Can you please share your client customer ID, the IDs of ads that you are unable to retrieve, and the complete request and response logs of your call via reply privately to author? You can find information on enabling logging in the ReadMe of your client

Re: Unusual error with universalAppCampaignInfo.videoOnlyMode in description

2020-01-08 Thread Moty Keret
Hi Anthony, Following the details which Michael sent you yesterday, any news on this one? Thanks, Moty On Saturday, 4 January 2020 00:22:06 UTC+2, Michael Vinogradov wrote: > > Hi > > Trying to update existing campaign via API(v201809) and get weird error: > >

Re: Questions about How to use Google Ads API "AdwordsUserListService"

2020-01-08 Thread Su Yu
Hi Mitchell, Thanks for the quick response. Seems like the format between file and API are a little bit different, but since we are using API I will follow the example and rules you suggested. Thanks for your help. Regards, On Wednesday, January 8, 2020 at 11:45:15 AM UTC-8,

RE: Questions about How to use Google Ads API "AdwordsUserListService"

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Su, Thank you for reaching out. Emails should be hashed using an SHA-256 hash function. You can see this example for the Python hashing algorithm. It looks like it follows the rules outlined in this guide. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UOGEe8:ref -- --

Re: Adwords -CAMPAIGN_PERFORMANCE_REPORT returns no data even though we can see plenty of Campaigns when signing into Adwords manually.

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Akhil, Thank you for the follow up. The “Refresh Token” should not expire, and you should store the refresh token securely for future use. You can see here for more details about the Refresh Token. Let me know if you have further questions. Thank you, Bryan, Google Ads API Team

Re: Best Practice to Mutate Members in User List via API

2020-01-08 Thread Su Yu
Hi Xiaoming, Thanks for the quick response. Glad to hear that it supports incremental updates now and we don't have to delete all members and re-add others back for just removing one from the user list. I have a followup question, the rate limit of endpoint mutate members follows the general

Re: Adwords -CAMPAIGN_PERFORMANCE_REPORT returns no data even though we can see plenty of Campaigns when signing into Adwords manually.

2020-01-08 Thread Akhil Thekkedath
Hi, Thank you, you were right, the client id was a Manager Account. Now I am using different ID and it worked well. Thank you very much. Just one last question, does this "Refresh Token" expire?. Asking because I am moving the script to a Compute engine to run it daily and update the database.

RE: AdWordsReportBadRequestError: Type: AuthenticationError.OAUTH_TOKEN_INVALID

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hello, With regards to the error observed while trying to load the googleads.yaml, are you using a service account to make API calls? If yes, to use service account flow in the AdWords API Python client library, you need to provide the configuration values (service_account_email and

Re: Adwords -CAMPAIGN_PERFORMANCE_REPORT returns no data even though we can see plenty of Campaigns when signing into Adwords manually.

2020-01-08 Thread Akhil Thekkedath
Hi, Thanks for the reply. Could you tell me how can I check if the Client Customer ID is a Manager account ID or not?. On Wednesday, January 8, 2020 at 10:55:07 AM UTC-5, adsapiforumadvisor wrote: > > Hi Akhil, > > Thank you for reaching out to us. I am more than happy to help you with >

RE: Problems to get local campaign type via API

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi, My name is Bryan and I am Bharani’s colleague assisting you on her behalf. Unfortunately, local campaign types are not currently supported in the API. See here for the types that are currently supported. You can keep an eye on our Developer Blog for information on future releases. Please

Unable to get Smart Campaign Ad Groups report

2020-01-08 Thread Liam Connors
Hi, We are experiencing some issues getting Ad Groups report for a Smart Campaign from the API. Can you let me know if this is expected? Thanks in advance, Liam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: Adwords -CAMPAIGN_PERFORMANCE_REPORT returns no data even though we can see plenty of Campaigns when signing into Adwords manually.

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Akhil, Thank you for reaching out to us. I am more than happy to help you with your concern. Could you check if the Client Customer ID that you have put into your yaml file (or as an argument in your console input) is not a manager account ID? Typically, if you use a manager account to run

RE: Developer token not approved when using test account

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Mihir, Thanks for reaching out to us. Because test and production accounts cannot interact in any way, you cannot use a test account under your existing production manager account. To use test accounts, you’ll need a new account hierarchy, with a test manager account as the root. For more

Is it possible to get more than 12 months monthly search volume from TargetingIdeaSelector ?

2020-01-08 Thread Mark Edmondson
Hi! Up until recently I was getting 24 months worth of historic data for a TargetingIdeaService call with "TARGETED_MONTHLY_SEARCHES" in a requestedAttributeType, but now it seems that only 12 months are fetched. Is this a permanent change or am I doing something wrong in the API call below

Re: Problems to get local campaign type via API

2020-01-08 Thread Innovation W
Any news on this? On Monday, 1 April 2019 18:29:04 UTC+2, googleadsapi-forumadvisor wrote: > > Hello, > > Unfortunately, the Local Campaigns data is not available through the API > reports. Please keep an eye on our blog > for

RE: Best Practice to Mutate Members in User List via API

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Su, Thanks for reaching out. You will be able to use the AdwordsUserListService.mutateMembers() to ADD or REMOVE directly from a user list without removing the entire list of members and then re-adding them. Please let me know if you have any further concerns. Thanks and regards, Xiaoming,

Re: Python Library Query Question

2020-01-08 Thread Drew Lauck
Understood. Thank you for your help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API

RE: Python Library Query Question

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Drew, It looks like it’s a setup issue in which there could have been a problem with the way the client library was installed, in which it is not reading the attribute file ‘errors_pb2’ while the the attribute is being used in the script. In this case I would recommend you to download and

RE: Keywords and its metrics

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hi Lucas, The field CpcBid in the Keywords Performance Report is an attribute, so regardless of what date range you use in your report, you will always see its current value. Only metric fields will give you the value on the date you queried. You can find more details here. Regards, Anthony

Unable to fetch Ads data

2020-01-08 Thread Kuldeep Kumar Patel
Hi, I have a test account in which all campaigns are paused. Some Adgroups are enable. I am able to fetch campaigns and Adgroups but not able to fetch related ads. It is showing in my account. Please help. I am unable to figure out. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How do we end a running experiment campaigns?

2020-01-08 Thread Sreeram Jagannathan
Hi, Could anyone help me to figure how to end an active experiment? It seems that we could not change the endDate for an active experiment through TrialService. Thanks, Sreeram -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Reports attributes behavior

2020-01-08 Thread Oksana Sulyma
For reference, got the next answer: "Hi Oksana, You should see one row per OfferId unless you include any Segment fields. Here is a description on the different field types and how they behave. Regards,

Re: AdWordsReportBadRequestError: Type: AuthenticationError.OAUTH_TOKEN_INVALID

2020-01-08 Thread Poker Face
Hi Nikisha, I've tried all the above hints and unfortunately it's still not working. Yet there is some point that might cause a problem. I have created the project with my email, but got permission to the Adwords Account from the Admin. The Admin does not got permissions for the project in

Developer token not approved when using test account

2020-01-08 Thread Mihir Chhatre
I have created a production account and have a developer token. I have also created a test account. When I try to make API calls to the test account using the developer token I am getting an error "Developer token not approved". This should not happen as I am making calls to a test account.