Re: Offline Conversion Upload in cross account conversion tracking

2020-10-07 Thread Google Ads API Forum Advisor Prod
Hi Andrea, Thank you for reaching out. Could you please share the complete request and response logs along with the code you used and the screenshots showing that the conversion action name in the API call matches with that in the UI via the Reply privately to the author option? Thanks and reg

Re: Offline Conversion Upload in cross account conversion tracking

2020-10-07 Thread Andrea Cau
Hi Xiaoming I believe I have got the right conversion_action.id and other info by GAQL filtering by conversion_action.name """SELECT conversion_action.id, conversion_action.name, conversion_action.resource_name,

Re: Offline Conversion Upload in cross account conversion tracking

2020-10-06 Thread Andrea Cau
Hi Xiaoming I solved the problem with permission: "Fault: errors { error_code { authorization_error: USER_PERMISSION_DENIED } message: "User doesn\'t have permission to access customer. Note: If you\'re accessing a client customer, the manager\'s customer id must be set in the \'logi

Re: Offline Conversion Upload in cross account conversion tracking

2020-10-05 Thread Andrea Cau
Hi Xiaoming Can I generate it in another Google api Console project or does it have to be on the same ? Also if I create a set of OAuth2 credentials am I involved immediately in the Google OAuth verification process as written here

Re: Offline Conversion Upload in cross account conversion tracking

2020-10-05 Thread Google Ads API Forum Advisor Prod
Hi Andrea, Thank you for reaching out. I'm a colleague of Ernie. This issue is nothing related to the developer token. You encountered the USER_PERMISSION_DENIED error as you are using the OAuth2 credentials generated from the child account to make API calls against the parent account. You coul

Re: Offline Conversion Upload in cross account conversion tracking

2020-10-05 Thread Andrea Cau
Hi Ernie If I use the correct Master MCC account(where the action conversions were created ) I get the following error: "Fault: errors { error_code { authorization_error: USER_PERMISSION_DENIED } message: "User doesn\'t have permission to access customer. Note: If you\'re accessing a

RE: Offline Conversion Upload in cross account conversion tracking

2020-10-05 Thread Google Ads API Forum Advisor Prod
Hi Andrea, Thanks for posting your concern. With regard to the developer token, you don't need to create/request for a new one. You can use a developer token that is approved or associated to your legal entity/organization. Moving forward, the error that you've encountered is not related to th

Offline Conversion Upload in cross account conversion tracking

2020-10-02 Thread Andrea Cau
Hi all. I'm trying to upload offline conversion but I get the following partial error message: "This customer does not have an import conversion action that matches the conversion action provided., at conversions[0].conversion_action" In attachment I share the snippet of code. In the method