Re: Determine Account-Id for Offline Conversion Upload?

2021-10-25 Thread Christopher Parotat
Hi Martin, We are still guessing the conversion's account id based on some meta-data related to the conversion. We were able to tweak the algorithm and now almost all of our conversions are correctly guessed. Only occasionally when we change our ad setup or add new accounts we have a short

Re: Determine Account-Id for Offline Conversion Upload?

2020-11-13 Thread Christopher Parotat
Hi Peter, Thanks for the reply. I studied the conversion-tracking tips and noticed that it is already possible to send the master-account without having to use cross-account conversion tracking.

Determine Account-Id for Offline Conversion Upload?

2020-11-11 Thread Christopher Parotat
Hi, We are collection conversions for users from multiple Adwords accounts in our database and use heuristics (like the user's language) to determine the account-id to upload the conversions to. But the guessed account-id is often incorrect and we get a

Re: ConversionTrackerService returns incorrect TotalNumEntries?

2020-07-21 Thread Christopher Parotat
Hi Anthony, Thanks for the quick reply. But shouldn't the returned "TotalNumEntries" be always 4 in my example, regardless of the page-size? I tried it with the CampaignService and it does return the correct TotalNumEntries (= total number of campaigns in the account) for any page-size; the

ConversionTrackerService returns incorrect TotalNumEntries?

2020-07-20 Thread Christopher Parotat
Hi, I try to fetch the conversion-types from the ConversionTrackerService, but the TotalNumEntries is always limited to the given page-size. For example in my Test-Account I have 4 existing conversions. When i set the page-size to 1 the returned TotalNumEntries is also 1, with page-size 2 the