Hi team,
I want to achieve the google ads functionality of adjusting bids while
location targetting. However, we have somewhat achieved the functionality
but there is a % mismatch on our application and google ads UI.
If we set bid adjustment value 3 on our side, then on google ads side it is
showing 200%.
*if (locationObj.containsKey("bidModifier") &&
!locationObj.getString("bidModifier").equals("0") &&
!locationObj.getString("bidModifier").equals("0.0")) {
campaignCriterion.setBidModifier(Float.parseFloat(locationObj.getString("bidModifier")));
} CampaignCriterionOperation operation =
CampaignCriterionOperation.newBuilder()
.setCreate(campaignCriterion.build()) .build(); operations.add(operation);}*
This is the code block that we are using to adjust bids for location
targetting.
Can you please help me in this as I have not found any concrete solution on
this.
Thanks
Ankit Pradhan
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"Google Ads API and AdWords 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/f8752a40-8125-41b0-b27d-ef1cb27bacf0n%40googlegroups.com.