Re: Create real estate feed google ads api

2019-12-09 Thread Adhub manager
Sorry i seemed to have posted the same question, it worked, thank you for your time! On Monday, December 9, 2019 at 9:34:33 PM UTC+1, adsapiforumadvisor wrote: > > Hi, > > Thank you for reaching out. You can mimic this Java example >

Re: Upload and connect html 5 ad in google ads api

2019-12-09 Thread Adhub manager
Hi Mitchell I tried doing as you said i changed my method to upload it like an asset: public static MutateAssetResult UploadHtml5(string filepath) { AssetServiceClient assetService = client.GetService(Services.V2. AssetService); MutateAssetsRequest req =

Get the source campaign for each user who has converted

2019-12-09 Thread Shaon
Hi, I'm aiming to get the campaign a user is attributed from. My question is two fold: 1) Which endpoint do I hit to obtain the user ID and their source campaign and possibly any other information (e.g. demographics) of a user? 2) How do I join back the ID from Google Ads to an internal user

RE: Conversions by Conversion Time?

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Chris, Thanks for reaching out. Retrieving the "Conversion by Conv. Time" via the Adwords API is currently not available by either making the API calls or requesting reports with AWQL. Please keep an eye on our blog for announcements and updates on new releases. Thanks and regards,

Re: Is there any API to ACK the call recording term and policy?

2019-12-09 Thread guofu Zhong
Hi Team, May I only turn off the call recording so that we can ignore the terms and policies? On Friday, December 6, 2019 at 7:52:38 AM UTC-8, adsapiforumadvisor wrote: > > Hi Guofu, > > Unfortunately, it is not possible to accept these terms via the API. They > will need to accept them

Conversions by Conversion Time?

2019-12-09 Thread Chris Larkin
Hi all - I'm looking for a way to get the (newer - as of March/April 2019) "Conversion by Conv. Time" via the API or even AWQL. Is this possible or is this field just not available yet? Thank you - Christopher BTW - I posted this previously but it did not appear to be saved. I apologize if

RE: Create real estate feed google ads api

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You can mimic this Java example or follow this guide for performing this action. Mapping to the RealEstatePlaceholderField should allow the proper type to be set. If this doesn't work, please share your detailed request and response logs via reply privately to

RE: Are invalid clicks reflected in the campaign cost?

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi David, Thanks for reaching out to us. When Google determines that clicks are invalid, we try to automatically filter them from your reports and payments so that you’re not charged for those clicks. If we find that invalid clicks have escaped automatic detection, you may be eligible to

Re: NO_CUSTOMER_FOUND response when user have accounts [PHP]

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Ravi, The complete list of account under a MCC account can be retrieved using the GetAccountHierarchy code sample by adding the manager account Id in the request header. You will then need to make another API call using the the CustomerService.getCustomers() including the specific account

RE: Creating custom affinity audience

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Aekansh, I'm glad that the issue has been resolved. Could you point me to the UI screenshot where you're trying to add the audience? If you're looking to add the affinity categories, you may use the AdGroupCriterionService.mutate() or CampaignCriterionService.mutate() to target them to the

RE: Mismatch in conversions uploaded in Google Ads UI

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Anton, There was an issue with conversion fields recently that would affect your report data. Please see here for more details. The data should be accurate now. If it isn't, please reply privately to author your report query and results so I can take a closer look. Regards, Anthony Google

RE: Upload and connect html 5 ad in google ads api

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Instead of using the MediaFileService to create your media_bundle you need to use the AssetService since the new Ad requires a MediaBundleAsset. Additionally, make sure you follow the instructions in this guide when creating an HTML5 ad. Regards, Mitchell

RE: Not able to pull the BiddingScheme in BiddingStrategyConfiguration in Google AdWords APi reports for type "TARGET_CPA"

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Gagan, Thank you for reaching out. Can you please provide the detailed request and response logs of the call via reply privately to author so that I can further investigate the issue? You can find more information on enabling logging here. Regards, Mitchell Google Ads API Team

Re: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Wei, Thank you for the information. Could I ask you to generate the OAuth credentials again for the new account and try generating the refresh token with your corresponding, valid Google Ads Account email? Could you also confirm if you still have access to the project where you’re

RE: LocationCriterionService

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hello, In order to use the LocationCriterionService, you will need to include predicates. If you don't you'll get the MISSING_PREDICATES error. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UOE6kR:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: Any way to read customer's ad suggestion setting?

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hello, There is currently no field for this setting in the API. Please follow our blog for any updates. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UOE5ba:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Some accounts not showing on getCustomers

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Pablo, Thank you for reaching out. The reason that those accounts return empty arrays from the ManagedCustomerService is because they don't have any linked manager accounts. In order for that service to work, the account you're calling it from either needs to be a manager account or have a

RE: can not retrieve expanded text ads details

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Dragovic, Based on the screenshot shared, it looks like you're using the AdGroupService.get() selector. If you're retrieving the ExpandedTextAd details, you will need to use the AdGroupAdService.get() selector. You may find the sample selector query in PHP available here. Could you please

Re: Campaigns not showing with the Google api in the account

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Hasan, Please see here for information on reporting App Campaigns. As it says, you can only get information for these campaigns from the campaign level using the campaign report. You can follow our Developer Blog for more information on future releases. If you are having an issue with that

Re: can not retrieve expanded text ads details

2019-12-09 Thread Branko Dragovic
anybody ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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"

RE: Cannot obtain conversion actions properly via ads api

2019-12-09 Thread Google Ads API Forum Advisor Prod
Hi Orkhan, Let me clarify my response. The Download conversion action is supported when it is for a single Google Play app. However, the Download conversion action for "all other apps" (see attached screenshot) is not yet supported. I cannot comment on when these features will be available so

Re: NO_CUSTOMER_FOUND response when user have accounts [PHP]

2019-12-09 Thread Ravi Chandran
Hi Team, It is working now and thanks for your timely response. Could you please help us to get list of accounts/pages from an MCC account. Please find the following flow for your reference, 1. Once we can pull the list of accounts from the connected user 2. Need to get detailed

Re: NO_CUSTOMER_FOUND response when user have accounts [PHP]

2019-12-09 Thread Ravi Chandran
Hi Team, It is working now and thanks for your timely response. Could you please help us to get list of accounts/pages from an MCC account. Please find the following flow for your reference, 1. Once we can pull the list of accounts from the connected user 2. Need to get detailed

SELECT * FROM __InstanceCreationEvent WITHIN 10 WHERE TargetInstance ISA "CIM_DirectoryContainsFile" AND TargetInstance.GroupComponent = "Win32_Directory.Name=\"c:\\\\Data\""

2019-12-09 Thread Agneta Eriksson
bara för att ni tvinga mig -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Upload and connect html 5 ad in google ads api

2019-12-09 Thread Adhub manager
Hi friends! I am currently trying to get html5 upload to work, but im running into an issue when i try to create an ad i can connect to an adgroup. Let me explain. 1. Create a campaign 2. Create an adgroup 3. Upload html 5 4. Create ad with html 5 ad. Im stuck on 4 where i am trying to use

Re: Create real estate feed google ads api

2019-12-09 Thread Adhub manager
On Monday, October 21, 2019 at 1:10:10 AM UTC+2, Adhub manager wrote: > > Hello! > > Ive been trying to copy a real estate feed with the google ads nuget > package for c# > > [image: feeedquestion.PNG] > > My approach is > > > >1. Get feed from query : "SELECT feed.attributes FROM feed

Re: Creating custom affinity audience

2019-12-09 Thread Aekansh Partani
Thanks for the help. It seems issue was with my code. $customAffinityService = $adWordsServices->get(sessionBuilder(), CustomAffinityService::class); I was using CustomAffinity instead of CustomAffinityService. Also is there is any way we can help adding examples to google adwords

Re: Creating custom affinity audience

2019-12-09 Thread Aekansh Partani
So I am able to create custom affinity now I was using CustomAffinity instead of CustomAffinityService $customAffinityService = $adWordsServices->get(sessionBuilder(), CustomAffinityService::class); Now I need to define my audience by adding relevant interests, URLs, places, or apps. Can

Re: Campaigns not showing with the Google api in the account

2019-12-09 Thread Hasan Hawash
I am using *App *campaign type, which is not listed in the supported types as you mentioned, but how come it is not supported as we need to get an overall report that includes all campaigns we create? Is there any other alternatives to get those data, or is there any plan to support other types