I have my mcc id ZZZ-ZZZ-ZZZZ
i have my customer account ID XXX-XXX-XXXX
Inside my customer account I created a conversion action, the conversion 
action Id it's YYYYYYYYY..
The conversion_tracking_id it's the same the conversion id VVVVVVVVV

What value should I send in the attributes "?????"

String conversionActionResourceName =ResourceNames.conversionAction( ?????, 
????? ));

// Creates the click conversion.
ClickConversion clickConversion =
                 ClickConversion.newBuilder()
.                  setConversionAction(StringValue.of
(conversionActionResourceName))
                   ......
                     .build();

conversionUploadServiceClient.uploadClickConversions(Long.toString( ????? 
),ImmutableList.of(clickConversion),true,false);

El miércoles, 22 de julio de 2020 a las 14:50:52 UTC+2, Michel Baretti 
escribió:

> Hi, but I do not understand.
> I did a customerServiceClient.getCustomer.
> I can recover the ConversionTrackingId, its the same the tab Tag setup, in 
> TOOLS & SETTINGS -> Conversion.
> But the crossAccountConversionTrackingId it's null.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/989a0d21-ba20-4adf-9983-206f25653eedn%40googlegroups.com.

Reply via email to