Re: Can I send Enhanced Conversion with conversion action type STORE_SALES?

2022-02-10 Thread Oleksandr Hrebeniuk
Hi, Thank you for your answer! But what is the reason Enhanced Conversions do not support STORE_SALES? And how I can send STORE_SALES events (offline conversions) in real-time? On Thursday, February 10, 2022 at 6:07:56 AM UTC+2 adsapi wrote: > Hi there, > > Thanks for reaching out to the

Can I send Enhanced Conversion with conversion action type STORE_SALES?

2022-02-09 Thread Oleksandr Hrebeniuk
According to Enhanced Conversion documentation I see the requirement: - conversion_action must be the resource_name of a ConversionAction

No data by custom conversions events for specific campaigns

2021-12-16 Thread Oleksandr Hrebeniuk
Every day we upload offline conversions using Google Ads API V8. We noticed that some campaigns for one of our customers haven't data by our custom conversion event. We are sure that we upload conversion events correctly, otherwise, we wouldn't have data for all campaigns. I'm able to share

How to find ConversionActionId?

2021-01-12 Thread Oleksandr Hrebeniuk
I follow the next article to upload store sales. https://developers.google.com/google-ads/api/docs/conversions/upload-store-sales-transactions The line I'm talking about is: // The ID of a store sales conversion action. long conversionActionId = long.Parse("INSERT_CONVERSION_ACTION_ID_HERE");

Re: OfflineUserDataJob do not appears in Conversions/Uploads

2021-01-04 Thread Oleksandr Hrebeniuk
Thank you for your answers, seems that "you wouldn't be able to see the uploaded store sale conversion if API is used" is what I'm looking for. The last question according to error I have "InsufficientMatchedTransactions" what the minimum matched transactions count should I upload? I found

Re: OfflineUserDataJob do not appears in Conversions/Uploads

2020-12-30 Thread Oleksandr Hrebeniuk
I'm not able to send a message privately to the author. So, the information I have: CustomerId : 5374218900 ConversionAction: 347940174 Request Ids: 3914536045 3917494018 4044846686 Most of them failed with failure reason: InsufficientMatchedTransactions. Request I use to see statuses looks

OfflineUserDataJob do not appears in Conversions/Uploads

2020-12-24 Thread Oleksandr Hrebeniuk
I'm trying to upload store sales conversion according to this article. https://developers.google.com/google-ads/api/docs/conversions/upload-store-sales-transactions Code works perfectly, but for some reason I do not see job in Google Ads UI (Conversions -> Uploads). I'm able to check job status

Re: AGE_RANGE_PERFORMANCE_REPORT per campaign

2020-11-18 Thread Oleksandr Hrebeniuk
59.00,3092 That is what I recieve from API, I expect to see 1 row for every age range. As you see there is only one CampaignId for all rows. On Wednesday, November 18, 2020 at 9:10:24 AM UTC+2 Oleksandr Hrebeniuk wrote: > > That is not what I'm looking for. > I'm filtering by CampaignI

Re: AGE_RANGE_PERFORMANCE_REPORT per campaign

2020-11-18 Thread Oleksandr Hrebeniuk
That is what I recieve from API, I expect to see 1 row for every age range. On Wednesday, November 18, 2020 at 9:10:24 AM UTC+2 Oleksandr Hrebeniuk wrote: > > That is not what I'm looking for. > I'm filtering by CampaignId, but I still have multiple rows for the same > age ran

Re: AGE_RANGE_PERFORMANCE_REPORT per campaign

2020-11-17 Thread Oleksandr Hrebeniuk
That is not what I'm looking for. I'm filtering by CampaignId, but I still have multiple rows for the same age ranges, because API returns data grouped by ad groups. On Wednesday, November 18, 2020 at 8:13:11 AM UTC+2 adsapiforumadvisor wrote: > Hi Oleksandr, > > The Age Range Performance

AGE_RANGE_PERFORMANCE_REPORT per campaign

2020-11-17 Thread Oleksandr Hrebeniuk
As I know AGE_RANGE_PERFORMANCE_REPORT is a multiple attribution report. I'm trying to get age range report per campaign, but I can get only pew ad groups. Seems that I shoudn't agrregate in by myself according to this doc