Adwords OfflineConversionFeedService (v201809) VS Google Ads API Conversions

2019-09-19 Thread Shane Cheek
Adwords API has the OfflineConversionFeedService (v201809). <https://developers.google.com/adwords/api/docs/reference/v201809/OfflineConversionFeedService>Is there an equivalent in the Google Ads API? More specifically, I am using the Adwords API to upload conversions without using an

Re: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-10 Thread Google Ads API Forum Advisor Prod
Hello Didier, I understand your concern. Since your concern is specific to PHP client library please file an issue under the issue tracker here. Our PHP client library owners are better equipped to help with your concerns. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UHFxXv:ref

Re: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-10 Thread Didier Roy
onvert 1 parameter in to DoubleValue. > > > > [image: adrian] > > > > *From:* adwor...@googlegroups.com > *On Behalf Of *Didier Roy > *Sent:* Monday, September 9, 2019 2:49 PM > *To:* AdWords API and Google Ads API Forum > > *Subject:*

Re: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Google Ads API Forum Advisor Prod
Hello Didier, As Adrian said the error looks like due to data type needed to be double value. Also it is mentioned here for conversions_value and conversions metrics data types are Double. If you are still facing the problem with the PHP implementation of this can file an issue under the issue

RE: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Adrian Lara
The problem is you need convert 1 parameter in to DoubleValue. [adrian] From: adwords-api@googlegroups.com On Behalf Of Didier Roy Sent: Monday, September 9, 2019 2:49 PM To: AdWords API and Google Ads API Forum Subject: Re: Google Ads PHP client library V2 fail get conversions

Re: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Didier Roy
Hello Sai the error is a PHP error. It occurs before the API call is done. There is no log of the request into the log. it seems to be a PHP client library bug. I have tried V2 and V1 and got the same error PHP Fatal error: Uncaught Exception: Expect float. in

RE: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Google Ads API Forum Advisor Prod
Hello Didier, I am form the Google Ads API team. I was able to make successful API call with the search query you have shared without any errors. Could you please share the exact error message/error log you are facing to help further? Please use reply privately to the author option while

Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-06 Thread Didier Roy
Hello PHP issue trying to get conversions and conversions_values from hotel_performance_view with Google Ads PHP client library V2 PHP Fatal error: Uncaught Exception: Expect float. in /home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php:182

Re: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2019-09-03 Thread Google Ads API Forum Advisor Prod
Hello Everyone, For those of you on the forum checking back, this should be fixed for future data. Unfortunately, we could not update previous data. This may take some time to roll out, but over the next couple of weeks, you should see that for new data the negative conversions should stop

RE: How to set "Pay for Conversions" through API?

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi Dennis, Thank you for reaching out. I am afraid setting the "Pay for Conversions" is not supported in the AdWords API. This feature can only be set in the Google Ads UI. Let me know if you have further clarifications. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001

How to set "Pay for Conversions" through API?

2019-08-28 Thread Dennis Koschig
Hello, currently the Campaigns i create automatically use "Pay for Clicks" as Payment-Method. [image: pay for conversions.png] (Ignore that in the shown Screenshot "Conversions" cannot be selected, the Screenshot is from our Test-Account and not from our Prod

How to set "Pay for Conversions" through the API?

2019-08-28 Thread Dennis Koschig
PT_TARGET_CONVERSIONS: //@todo: can we do something to select "pay for conversions" ? // Set bidding strategy: Target CPA $bidding_scheme = new TargetCpaBiddingScheme(); $money = new Money(); $money->setMicroAmount($mysterio

Re: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2019-08-13 Thread Google Ads API Forum Advisor Prod
Hello Zweitze, We're getting closer to the answer. I'm bothering people daily to get to the bottom of this; it looks really difficult to figure out the exact line of code that is causing this. I just wanted you to know that you're on my daily list for following up with people internally. Take

RE: CONVERSION_PRECEDES_CLICK error while uploading offline conversions

2019-08-12 Thread Google Ads API Forum Advisor Prod
Hi, Could you confirm if the timestamp that you've set for the conversionTime field is the based on your Google Ads account's timezone? You may confirm it via CustomerService.getCustomers() to retrieve the DateTimeZone of the account. You may then retry your request once you have applied the

Re: CONVERSION_PRECEDES_CLICK error while uploading offline conversions

2019-08-12 Thread Shreepriya Chaturvedi
Hi all, Did anyone find a solution to this problem. Even I am facing the same issue. Adwords account is in EST. I am trying to upload the data using Adwords API in UTC and hence using Etc/GMT as timezone in the date sent. However, few of the conversions are getting passed while majority says

Re: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2019-08-07 Thread Google Ads API Forum Advisor Prod
Hi Zweitze, That does sound like a pretty sound theory. Let me bounce it off a few people here. You're right. I don't think it's a quick fix, either. I'll discuss with people here to find out the next steps. You seem to be a lightning rod for obscure issues; I wish it was more simple. Thanks

Re: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2019-08-06 Thread Zweitze
Nadine, Thanks Nadine! As you mentioned conversion retractions, I did some more digging and found out it is probably also related to the "Include in conversions" setting of individual conversion actions. The campaign manager said she changed that setting late June, for certain

Re: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2019-08-05 Thread Google Ads API Forum Advisor Prod
Hello Zweitze, I realize this is super frustrating, which is why I did increase the priority. Ever since I did, there was more triage on this because I pushed it above many other things. I've seen that we've linked it to have something to do with retractions on conversions, which might explain

Re: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2019-08-05 Thread Zweitze
: > > Hi, > > Thank you for posting your concern. > > The Conversions > <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-location-target-report#conversions> > > field of Campaign Location Target Report > <https://developers.google.com/adw

Re: CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions in campaign

2019-07-24 Thread Google Ads API Forum Advisor Prod
Hi, I have received your private response. Since this is more of a product level concern as to which campaigns support multiple conversions, you can open your concern to the AdWords Community Forum as the product owners would be able to provide more insights on this. Regards, Dannison Google

Re: CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions in campaign

2019-07-23 Thread Knorex XPO
What kind of campaigns can support multiple conversion ids in API? I want to use API, not Adwords UI. On Tue, 23 Jul 2019 at 10:59, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi, > > It seems that you were not able to receive my private messages. > > My apologies

Re: CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions in campaign

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hi, It seems that you were not able to receive my private messages. My apologies for the delayed in response as I was discussing this with the team. The reason you are encountering the error CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID is because there are some campaigns that can only

Re: CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions in campaign

2019-07-22 Thread Knorex XPO
I replied with SOAP, any progress so far? On Wednesday, 17 July 2019 12:39:11 UTC+7, adsapiforumadvisor wrote: > > Hi, > > Thank you for reaching out. > > I noticed that this specific error message is not documented. To better > investigate the issue, could you provide the complete SOAP request

RE: CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. It appears that one of your colleagues has opened the same concern in this thread. For better communication, kindly refer to that thread. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001U8LWWJ:ref -- --

RE: CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions in campaign

2019-07-16 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. I noticed that this specific error message is not documented. To better investigate the issue, could you provide the complete SOAP request and response logs via Reply privately to author option? Regards, Dannison Google Ads API Team

CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions

2019-07-16 Thread Knorex XPO
https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.SelectiveOptimization I follow above page to create multiple conversions, but it failed. I can create with only 1 conversion id in "conversionTypeIds". But more than 2 ids, it generates error. In Adwords

CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions in campaign

2019-07-16 Thread martin do
I refer this documentation to create multiple conversions in Adwords campaign: https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.SelectiveOptimization#conversiontypeids 1 conversion is working fine. But more than 1 conversion is generating error

RE: Private message regarding: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2019-07-04 Thread Google Ads API Forum Advisor Prod
Hi Zweitze, I am a colleague of Ejay and I will be the one providing support. You may use Attach a file button which will be shown after clicking the Reply privately to author to attach the downloaded file. So I can further investigate the issue, could you also provide the updated report

RE: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2019-07-03 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for posting your concern. The Conversions field of Campaign Location Target Report should not return negative values. Because of this, I tried to impersonate the report on my end my using the fields and the report type that you provided. However, I wasn't able to replicate

Re: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2019-07-02 Thread Zweitze
This happened July 2nd, 2019, around 03:30 CEST On Tuesday, July 2, 2019 at 1:32:31 PM UTC+2, Zweitze wrote: > > Hi, > > This morning we executed this request: > > >https://adwords.google.com/api/adwords/cm/v201809;> >CampaignId >Id >

Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2019-07-02 Thread Zweitze
Hi, This morning we executed this request: https://adwords.google.com/api/adwords/cm/v201809;> CampaignId Id Date Conversions ViewThroughConversions ConversionValue CampaignStatus IN ENABLED PAU

Re: How to split conversions into purchases and mobile app installs?

2019-06-25 Thread Google Ads API Forum Advisor Prod
Hi Aleksandr, You will need also to check the field's compatibility if they can be selected with other fields in the report. For the ConversionCategoryName, you can check which fields it is not compatible with via the Not compatible with the following fields: dropdown in the link. Thanks and

Re: How to split conversions into purchases and mobile app installs?

2019-06-25 Thread Aleksandr Filippov
t#conversioncategoryname> > > if you wish to know whether the conversions where from "Purchase/Sale" or > from "Download". I hope this helps. > > Thanks and regards, > Peter > Google Ads API Team > > ref:_00D1U1174p._5001UBnTeY:ref -- -- =~=~=~

Re: Retrieving split of conversions and conversion rate for Campaigns with experiments

2019-06-24 Thread Google Ads API Forum Advisor Prod
Hi David, Thank you so much, I was now able to receive the files that you sent. Upon checking your account 160-XXX- via the All Campaigns > Drafts & Experiments > Campaign Drafts view, I could see that the (SAOPAULO-PT-PAX-MAXCONV (no experiement/trial), SAOPAULO-PT-PAX-BMM (with

RE: Not getting conversions back when migrating AD_PERFORMANCE_REPORT from Google AdWords API to Google Ads API

2019-06-23 Thread Google Ads API Forum Advisor Prod
Hi Horacio, So I can better investigate, could you provide your customer_id and the generated report file from generating the Google Ads API report? You may send the information I requested using the Reply privately to author option. Thanks and regards, Peter Google Ads API Team

Not getting conversions back when migrating AD_PERFORMANCE_REPORT from Google AdWords API to Google Ads API

2019-06-21 Thread Horacio Bertorello
I'm having troubles getting consistent conversion data while migrating from Google AdWords API to Google Ads API. Performance metrics (CTR, cost, impressions, clicks, etc.) are OK and match what I get when I query the legacy API. But when I ask for conversion metrics (total conversions

Re: Retrieving split of conversions and conversion rate for Campaigns with experiments

2019-06-21 Thread David Felton
The only thing I have received is reply notifications to this thread. Here's the message I sent privately: Thanks for your kind assistance. I'm using a manager account with ID 444-573-6786. This is pulling in three accounts: ACS All Cargo: 124-921-8559 ACS All Other Pax (Passenger):

Re: Retrieving split of conversions and conversion rate for Campaigns with experiments

2019-06-21 Thread Google Ads API Forum Advisor Prod
Hi David, Were you able to receive my private response on June 10, 2019? If you are not able to locate it, I asked if you could send your customer_id and the complete GAQL so I can further investigate. Also, as stated in this old guide, which should still apply in the new API, draft campaigns

Re: Retrieving split of conversions and conversion rate for Campaigns with experiments

2019-06-21 Thread David Felton
I sent the info over via private reply on 23rd May and I haven't heard anything back. Can you confirm if the info was received? Shall I resend? Many thanks. On Thursday, 23 May 2019 04:58:20 UTC+1, adsapiforumadvisor wrote: > > Hi David, > > Thank you, that would be great! You can send to me

RE: How to split conversions into purchases and mobile app installs?

2019-06-17 Thread Google Ads API Forum Advisor Prod
Hi Aleksandr, You can segment the report by ConversionCategoryName if you wish to know whether the conversions where from "Purchase/Sale" or from "Download". I hope this helps. Thanks and regards, Peter Google Ads API Team ref:_00D1U1

How to split conversions into purchases and mobile app installs?

2019-06-14 Thread Aleksandr Filippov
We are running Universal App Campaigns and usually we get reports for impressions, clicks and conversions by date, campaign and geo dimensions with following request: > SELECT Date, CampaignId, CampaignName, Impressions, Clicks, Conversions, > Cost, Id FROM CAMPAIGN_LOCATION_TARGET_

RE: Retrieve All Conversions by Conversion Action Name

2019-06-07 Thread Google Ads API Forum Advisor Prod
Hi John, Apologies for the delay. I looked at this case, and your query returns the following error when run against my account: Failure: { "errors": [ { "errorCode": { "queryError": "EXPECTED_REFERENCED_FIELD_IN_SELECT_CLAUSE" }, "message": "The following field must be present in SELECT

Re: Retrieve All Conversions by Conversion Action Name

2019-06-07 Thread 'John Zupancic' via AdWords API and Google Ads API Forum
Hello Google, This question has still gone unanswered. Thank you, John On Monday, June 3, 2019 at 1:35:38 PM UTC-4, John Zupancic wrote: > > Hello, > > I am trying to retrieve the number of conversions in a campaign from a > specific conversion action in the Google API v1.0

Retrieve All Conversions by Conversion Action Name

2019-06-03 Thread 'John Zupancic' via AdWords API and Google Ads API Forum
Hello, I am trying to retrieve the number of conversions in a campaign from a specific conversion action in the Google API v1.0.0 however I am getting an *INVALID_ARGUMENT* error. Here is my query: SELECT metrics.all_conversions FROM campaign WHERE campaign.name = 'My Campaign Name

Re: Offline Conversions with New API

2019-05-24 Thread Google Ads API Forum Advisor Prod
Hi Nick, I am a colleague of Dave, allow me to provide support for your concern. This error was also implemented in the previous API (AdWords API. The error was called TOO_RECENT_CLICK. You may check it in this guide. Let me know if you have further clarifications. Regards, Dannison Google

Re: Offline Conversions with New API

2019-05-23 Thread Nick Smarrelli
Thanks Dave. Does this have something to do with the new api or was this policy was also enforced in the old api? On Wednesday, May 22, 2019 at 11:44:11 PM UTC-4, adsapiforumadvisor wrote: > > Hi, > > Thank you for reaching out. The error TOO_RECENT_GCLID >

Re: Retrieving split of conversions and conversion rate for Campaigns with experiments

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi David, Thank you, that would be great! You can send to me via the Reply privately to author option your clientCustomerId and the complete GAQL you used so I can have a closer look. Best regards, Peter Google Ads API Team ref:_00D1U1174p._5001UAqJ2r:ref -- --

RE: Offline Conversions with New API

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The error TOO_RECENT_GCLID occurs when the click associated with the given GCLID occurred too recently. Could you try to upload this again after 24 hours since the click occurred? Feel free to write back if the error persists after doing this. Regards, Dave

Offline Conversions with New API

2019-05-22 Thread Nick Smarrelli
The new API required us to make changes to the tool we use to send offline conversions back to Google. When testing this morning we got the following error message: { "errors": [ { "errorCode": { "conversionUploadError": "TOO_RECENT_GCLID" }, "mes

RE: Will sending conversion tracking events to Ads also set conversions for standard referral links in Analytics?

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hello Scott, You may use the Store Sales uploads where you can send the offline transaction data with a third-party data partner who puts a tracking tag on your site to match offline transactions with ad clicks. This could be used to upload the conversions specific to Store sales. Please refer

Re: Retrieving split of conversions and conversion rate for Campaigns with experiments

2019-05-22 Thread David Felton
Thanks for the response. I have found that for a specific date period that has 3 experiments / trials appearing in Google Ads - all linked to the same original campaign, I only get one of them back from the API. It's the last one in the list when viewing via Google Ads, I don't know if that is

Will sending conversion tracking events to Ads also set conversions for standard referral links in Analytics?

2019-05-22 Thread Scott Richmond
Right now we are sending conversion events to Google Analytics to track conversions. Google Ads is linked to Analytics, which means our paid ads get the imported conversions. This works but the setup is very involved and the conversion events in Analytics use the date of conversion incorrectly

RE: Retrieving split of conversions and conversion rate for Campaigns with experiments

2019-05-22 Thread Google Ads API Forum Advisor Prod
Hi David, You should already be able to retrieve information of your campaign trials/experiments using the campaign report of the Google Ads API, and you can use the campaign.experiment_type field to identify them (ex. BASE, DRAFT, EXPERIMENT, etc.). I hope this helps. Thanks and regards,

Re: Retrieving split of conversions and conversion rate for Campaigns with experiments

2019-05-21 Thread David Felton
Is it still not possible to retrieve experiments / trials via the new Google Ads API? On Tuesday, 2 April 2019 22:26:48 UTC+1, David Felton wrote: > > Hi there I'm retrieving my conversion and conversion rate data from the > new Google Ads API. > My AWQL is along the lines of the following: >

RE: BiddingErrors not compatible with payment mode campaign pay for conversions

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
budget for my campaigns with CampaignService and BudgetService but it fails when the campaign is on "Pay for conversions mode". $budgetService = $adWordsServices->get($session, BudgetService::class); $operations = []; $budget = new Budget(); $bu

BiddingErrors not compatible with payment mode campaign pay for conversions

2019-05-09 Thread David Grau
Hi, i tried to change daily budget for my campaigns with CampaignService and BudgetService but it fails when the campaign is on "Pay for conversions mode". $budgetService = $adWordsServices->get($session, > BudgetService::class); > $operations = []; >

RE: Store Direct Upload View-Through Conversions

2019-05-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
pi https://developers.google.com/adwords/api/community/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 04/30/19 15:11:05 jo...@greenfieldlabs.ca wrote: This isn't really a question about UI vs API. We are not seeing view-through conversions on our Store Direct Upload tracker. If you could kindl

Re: Store Direct Upload View-Through Conversions

2019-05-02 Thread john via AdWords API and Google Ads API Forum
:11:05 jo...@greenfieldlabs.ca wrote: > > This isn't really a question about UI vs API. We are not seeing > view-through conversions on our Store Direct Upload tracker. If you could > kindly answer: > > 1. Do view-through conversions work on Store Direct Upload trackers? > 2.

RE: Store Direct Upload View-Through Conversions

2019-05-01 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
-developers.googleblog.com/search/label/google_ads_api https://developers.google.com/adwords/api/community/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 04/30/19 15:11:05 j...@greenfieldlabs.ca wrote: This isn't really a question about UI vs API. We are not seeing view-through conversions

Re: Store Direct Upload View-Through Conversions

2019-04-30 Thread john via AdWords API and Google Ads API Forum
This isn't really a question about UI vs API. We are not seeing view-through conversions on our Store Direct Upload tracker. If you could kindly answer: 1. Do view-through conversions work on Store Direct Upload trackers? 2. Are there any conditions that have to be met to show conversions

RE: Store Direct Upload View-Through Conversions

2019-04-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
ut how to do view-though conversions using the Store Direct Upload Conversion tracker. Here's what we tried doing: 1. Running a *Display* campaign with impressions. 2. Creating a Store Direct Upload Conversion tracker. 3. Uploading a list of transactions complete with Email, Conversio

RE: How to get "Repeat Rate" column which in the Setting Conversions page on my MCC account with adwords API???

2019-04-23 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
ot; column which in the Setting Conversions page on my MCC account with adwords API??? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscrib

How to get "Repeat Rate" column which in the Setting Conversions page on my MCC account with adwords API???

2019-04-23 Thread Kevin Tian
How to get "Repeat Rate" column which in the Setting Conversions page on my MCC account with adwords API??? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Yo

RE: Identifying cross account conversions

2019-04-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, When you turn off the cross conversion tracking the conversion action is no longer available for the client account but it will be present in the Manager account. Could you please share the Manager customer Id in which the conversion is present, client customer id and the conversion

Identifying cross account conversions

2019-04-16 Thread bradford . loesch
When dealing with accounts with cross account conversions, it appears that even after an account has turned off cross account conversion tracking, that the MCC level conversions still appear in the results for the ConversionTrackerService when queried for `ENABLED` conversions. Is there a way

RE: [5-4145000025899] Import Assisted Conversions into Google Ads through API

2019-04-03 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
https://developers.google.com/adwords/api/community/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 04/04/19 00:06:18 manpreet.si...@bluesummit.de wrote: Hello Community, I am new to the Google Ads API and have the following question: Is it possible to import Data for Assisted Conversions from Google Ana

Import Assisted Conversions into Google Ads through API

2019-04-03 Thread manpreet . singh
Hello Community, I am new to the Google Ads API and have the following question: Is it possible to import Data for Assisted Conversions from Google Analytics into Google Ads? I have already been searching in the forum for a similar question but couldn't find any. Thank you in advance

Retrieving split of conversions and conversion rate for Campaigns with experiments

2019-04-02 Thread David Felton
Hi there I'm retrieving my conversion and conversion rate data from the new Google Ads API. My AWQL is along the lines of the following: SELECT campaign.name, metrics.conversions, metrics.conversions_from_interactions_rate FROM campaign WHERE segments.date >= '2019-02-01' AND

RE: Customer Match & Store Direct Conversions Approval

2019-03-20 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello John, I have an update on the Customer Match. The test account should be whitelisted to use the CrmBasedUserList service. You could contact your account manager at Google to whitelist your accounts for the CrmBasedUserList service. Please let me know if you have any further questions.

Re: Offline Conversions Username and PAssword

2019-03-14 Thread Diaconu Adrian
Hello, > > In ADS account you can schedule offline conversions via HTTPS, but I want > it to be secure and I don't know the method they use for Username and > Password, is there any documentation? > > Thank you, > Adrian Diaconu > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Conversions coming 0

2019-03-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
munity/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ On 03/13/19 17:42:21 pooja.singh.unilever wrote: I'm trying to pull a search keyword report on daily basis, the other metrics are populated as expected, but conversions are coming 0. Could you please let me know the

Conversions coming 0

2019-03-13 Thread pooja . singh . unilever
I'm trying to pull a search keyword report on daily basis, the other metrics are populated as expected, but conversions are coming 0. Could you please let me know the reason? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

RE: Offline Conversions Username and PAssword

2019-03-12 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Adrian, This is more of a product level question. We suggest that you post this on the Advertisers community forum , to see if the product experts might have any suggestions. Regards, Bharani, AdWords API Team

Offline Conversions Username and PAssword

2019-03-12 Thread Diaconu Adrian
Hello, In ADS account you can schedule offline conversions via HTTPS, but I want it to be secure and I don't know the method they use for Username and Password, is there any documentation? Thank you, Adrian Diaconu -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: Offline conversions appearing for a wrong date

2019-02-05 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
est and response logs via *reply privately to author* when you updated your conversions. Regards, Dannison AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwor

Offline conversions appearing for a wrong date

2019-02-05 Thread Anton Georgiev
Hi, Some of the offline conversions I have uploaded recently appeared for a wrong date. It seems they are auto-assigned by GoogleAds no matter what date I provide to the API. I tried creating new offline conversion action and re-upload the same conversions with a date ahead in time

RE: Segment conversions by conversion action?

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
I'm looking for. In the interface, under campaign view - I can segment by conversions > conversion action and it will show me conversions by which action was fired in my conversion actions under Tools > Measurement. This is what I'm trying to find the call for. I thought it might be ConversionTrackerSer

Re: Segment conversions by conversion action?

2019-01-30 Thread kenny
I don't believe the ConversionCategoryName is what I'm looking for. In the interface, under campaign view - I can segment by conversions > conversion action and it will show me conversions by which action was fired in my conversion actions under Tools > Measurement. This is what I'm

RE: Segment conversions by conversion action?

2019-01-30 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
ce-report#conversioncategoryname> to segment your campaign level Conversions <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#conversions>. Let me know if this is what you're looking for. Thanks and regards, Pete

Segment conversions by conversion action?

2019-01-29 Thread kenny
Is there a way to pull campaign conversion data segmented by conversion action? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

RE: Customer Match & Store Direct Conversions Approval

2019-01-16 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello John, I understand your concern. Currently, it is not possible to test the upload of Customer Match via test accounts. Our team is aware of this issue. You may need to use your production account to test these features. Regarding the Store Sales Direct conversions, I am afraid

Customer Match & Store Direct Conversions Approval

2019-01-16 Thread john
Is it possible to get approval on Customer Match and Store Direct conversions for a *Test Account*? It's really hard to develop when you don't have the permissions you need. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

RE: Google Ads Beta API - How to Upload Store Sales Direct conversions

2019-01-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello John, The Google Ads API is still in beta phase and some of the functionalities are not yet available. Those functionalities will be available in future releases. The store_sales_direct_conversions

Google Ads Beta API - How to Upload Store Sales Direct conversions

2019-01-15 Thread john
Hello All, Will the Google Ads API support uploading Store Sales Direct conversions as seen here: https://developers.google.com/adwords/api/docs/guides/conversion-tracking#store_sales_direct_conversions I cannot find it anywhere in the Google Ads Beta API. So, I'm curious if it's being

Re: Unable to switch to Manual CPC BS when using view through conversions

2019-01-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Paul, Could you reply back with the client customer id and complete SOAP request and response, so that I can check further? You may *reply privately to author*. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Unable to switch to Manual CPC BS when using view through conversions

2019-01-11 Thread paul . cooper
reasonable to make manual bids on campaigns that implement analytics trackers. Is this an arbitrary restriction or simply an (small) push to have everyone use the automation provided by Google Ads? Secondly, turning off 'Use view through conversions' in the Dashboard allows the campaigns to be bid

Re: Upload offline conversions using test account

2019-01-08 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Roberto, I am a colleague of Sreelakshmi, allow me to provide support for your concern. The error UNAUTHORIZED_USER is encountered when you are managing a click that does not belong to

Re: Upload offline conversions using test account

2019-01-08 Thread Roberto Andrade
Going through an implementation for a client and trying to test exactly the same functionality as everyone here, OfflineConversionFeed service, using a real GCLID from our production accounts throws UNAUTHORIZED_USER

Re: Updating conversion value of conversions (transactions) imported form Google Analytics

2018-12-06 Thread Boštjan
D? > For your second concern, you can use the AdWords API to upload offline > conversions <https://support.google.com/google-ads/answer/2998031> into > Google Ads, giving you more flexibility in associating clicks with > conversions. You may use the OfflineConversionFeedServi

Re: Is a value of `ViewThroughConversions` included in `Conversions`?

2018-12-06 Thread Yuto Kogure
Hello Bharani, Thank you for your quick response. My problem has been solved. Thank you! 2018年12月5日水曜日 4時25分40秒 UTC+9 Bharani Cherukuri (AdWords API Team): > > Hello Yuto, > > View-through conversions are not included in the “Conversions” column, > only in the “View-thro

Re: Is a value of `ViewThroughConversions` included in `Conversions`?

2018-12-04 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Yuto, View-through conversions are not included in the “Conversions” column, only in the “View-through conversions” and "All conversions" columns. The View-through conversions column tells you when customers see the ad, but don’t interact, with your ad, and then late

Is a value of `ViewThroughConversions` included in `Conversions`?

2018-12-04 Thread Yuto Kogure
Hello, I use API for getting `VIDEO_PERFORMANCE_REPORT` and I have a question about columns of `ViewThroughConversions` and `Conversions`. I want to know whether a value of `ViewThroughConversions` included in `Conversions`. I thank you in advance for your reply

Re: Updating conversion value of conversions (transactions) imported form Google Analytics

2018-11-30 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
<https://support.google.com/google-ads/answer/6386790> available instead of a click ID and conversion time. However, please note that the conversion has to already be reported in order to adjust it. For your second concern, you can use the AdWords API to upload offline conversions <https://support.go

Re: Updating conversion value of conversions (transactions) imported form Google Analytics

2018-11-30 Thread Boštjan
I have a couple of additional question if the scenario that I want in my previous post doesn't work. I'm assuming that if I send conversion (online transaction) from my website into gAds directly with API (not with gTag conversion snippet and not through analytics import), then I'd be able to

Re: Updating conversion value of conversions (transactions) imported form Google Analytics

2018-11-29 Thread Boštjan
Hi, thanks for the answer. I've seen these help articles, but they don't answer my questions. Articles explain how to update conversion value with API if* conversion data is sent into gAds directly from the website through conversion tag, present in the HTML code*. I understand that logic. And

Re: Updating conversion value of conversions (transactions) imported form Google Analytics

2018-11-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Boštjan, There are two types of adjustments that can be made using the OfflineConversionAdjustmentFeedService , one using the GCLID and the other using the Order ID. You can adjust a

Re: Updating conversion value of conversions (transactions) imported form Google Analytics

2018-11-27 Thread Boštjan
e > above) so I asked our local gAds support team for help. They said that > uploading conversion adjustments for conversions that are imported from GA > doesn't work. BTW, uploading conversion adjustments for conversions that > were set up as Website conversions (sent with JS - g

Updating conversion value of conversions (transactions) imported form Google Analytics

2018-11-27 Thread Boštjan
for help. They said that uploading conversion adjustments for conversions that are imported from GA doesn't work. BTW, uploading conversion adjustments for conversions that were set up as Website conversions (sent with JS - gTag inside website's HTML code) works OK. They suggested API method

Re: how to segment wifi vs 3g/4g clicks and conversions?

2018-11-18 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I'm afraid that the AdWords API currently does not track or record conversions based on their performances against wifi and 3G networks. Thanks and regards, Peter AdWords API Team On Sunday, November 18, 2018 at 12:13:06 PM UTC+8, PPC Developer wrote: > > Is there a way to pull this

how to segment wifi vs 3g/4g clicks and conversions?

2018-11-17 Thread PPC Developer
Is there a way to pull this report? I'm open to programmatically doing this if the data is stored in multiple reports. We're trying to measure our ad's conversion rate on wifi vs 3G networks. We're suspicious that our landing page might be loading slower on 3G and would like to see if this is

<    2   3   4   5   6   7   8   9   10   11   >